source: trunk/admin/templates/default/delete_account.tpl @ 2

Revision 2, 526 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.