egroupware/admin/templates/default/mainscreen_message.tpl

27 lines
460 B
Smarty
Raw Normal View History

2000-11-24 05:57:03 +01:00
<!-- BEGIN form -->
<p><b>{header_lang}</b><hr>
{error_message}<p>
2000-11-24 05:57:03 +01:00
<form method="POST" action="{form_action}">
<table border="0" align="center" width="60%">
2000-11-24 05:57:03 +01:00
{rows}
</table>
</form>
2000-11-24 05:57:03 +01:00
<!-- END form -->
2001-05-11 15:43:05 +02:00
<!-- BEGIN row -->
<tr bgcolor="{tr_color}">
<td>{label}</td>
<td align="center">{value}</td>
</tr>
<!-- END row -->
<!-- BEGIN row_2 -->
<tr bgcolor="{tr_color}">
<td colspan="2" align="center">{value}</td>
</tr>
<!-- END row_2 -->