source: companies/serpro/admin/templates/default/delete_account.tpl @ 903

Revision 903, 526 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN form -->
2<form method="POST" action="{form_action}">
3 <input type="hidden" name="account_id" value="{account_id}">
4 <center>
5  <table border="0" width="85%">
6   <tr>
7    <td align="center">{lang_new_owner}</td>
8   </tr>
9   <tr>
10    <td align="center">{new_owner_select}</td>
11   </tr>
12   <tr>
13    <td align="center"><input type="submit" name="cancel" value="{cancel}">&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="delete_account" value="{delete}"></td>
14   </tr>
15  </table>
16 </center>
17</form>
18<!-- END form -->
19
Note: See TracBrowser for help on using the repository browser.