source: trunk/preferences/templates/default/delete.tpl @ 2

Revision 2, 555 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
2<!-- BEGIN form -->
3
4<center><br>
5<form method="POST" action="{action_url}">
6<table border="0" width="65%" cellpadding="2" cellspacing="2">
7        <tr>
8                <td align="center" colspan="2">{deleteheader}</td>
9        </tr>
10        <tr>
11                <td align="center" colspan="2">{lang_subs}&nbsp;{subs}</td>
12        </tr>
13        <tr height="50" valign="botton">
14                <td align="center" width="50%"><input type="submit" name="confirm" value="{lang_yes}"></td>
15                <td align="center" width="50%"><input type="submit" name="cancel" value="{lang_no}"></td>
16        </tr>
17</table>
18</form>
19</center>
20
21<!-- END form -->
Note: See TracBrowser for help on using the repository browser.