egroupware/admin/templates/default/delete_common.tpl

17 lines
272 B
Smarty
Raw Normal View History

2001-02-09 18:57:43 +01:00
<!-- BEGIN form -->
2000-11-07 21:44:19 +01:00
<center>
2001-09-03 04:58:25 +02:00
<table align="center" border="0" width="55%" cols="2">
{messages}
2000-11-07 21:44:19 +01:00
<tr>
2001-09-03 04:58:25 +02:00
<td width="50%" align="center">
{no}
</td>
<td width="50%" align="center">
{yes}
2001-03-23 04:09:14 +01:00
</td>
2000-11-07 21:44:19 +01:00
</tr>
</table>
</center>
2001-02-09 18:57:43 +01:00
<!-- END form -->
2000-11-07 21:44:19 +01:00