source: sandbox/2.3-MailArchiver/admin/templates/default/delete_common.tpl @ 6779

Revision 6779, 426 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<!-- BEGIN form -->
2<p>
3<center>
4 <form action="{form_action}" method="POST">
5  {hidden_vars}
6  <table align="center" border="0" width="55%" cols="2">
7   {messages}
8   <tr>
9    <td width="50%" align="center">
10     <input type="submit" name="no" value="{no}">
11    </td>
12    <td width="50%" align="center">
13     <input type="submit" name="yes" value="{yes}">
14    </td>
15   </tr>
16  </table>
17 </form>
18</center>
19<!-- END form -->
20
Note: See TracBrowser for help on using the repository browser.