source: trunk/calendar/templates/default/delete_common.tpl @ 2880

Revision 2880, 451 bytes checked in by rodsouza, 14 years ago (diff)

Ticket #1058 - Removendo reload de formulários do módulo admin.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN form -->
2 <center>
3  <table border="0" with="65%">
4   <tr>
5    <td colspan="2" align="center">
6     {messages}
7    </td>
8   </tr>
9   <tr>
10    <td align="center"><input type="button" value="{disagree_lang}" onclick="ExpressoLivre.link( '{disagree_action}' );" /></td>
11    <td align="center"><input type="button" value="{agree_lang}" onclick="ExpressoLivre.link( '{agree_action}' );" /></td>
12   </tr>
13  </table>
14 </center>
15<!-- END form -->
16
Note: See TracBrowser for help on using the repository browser.