egroupware_official/admin/templates/default/delete_cat.tpl
Ralf Becker 9be495246f some changes to be compatible with seek3r new template-system
output is not longer print, but $GLOBALS['phpgw']->template->set_var('phpgw_body',$content);
2002-06-01 14:40:30 +00:00

30 lines
601 B
Smarty

<!-- $Id$ -->
<!-- BEGIN form -->
<center>
<table border="0" width="65%" cellpadding="2" cellspacing="2">
<tr>
<td align="center" colspan=2>{messages}</td>
</tr>
<tr>
<td align="center">{lang_subs}</td>
<td align="center">{subs}</td>
</tr>
<tr>
<td align="center">
<form method="POST" action="{action_url}">
<input type="submit" name="confirm" value="{lang_yes}"></td>
</form>
</td>
<td align="center">
<form method="POST" action="{nolink}">
<input type="submit" name="cancel" value="{lang_no}"></td>
</form>
</td>
</tr>
</table>
</center>
<!-- END form -->