egroupware/admin/templates/default/mainscreen_message.tpl
2002-09-27 22:52:04 +00:00

28 lines
573 B
Smarty

<!-- BEGIN form -->
<p><b>{header_lang}</b><hr>
{error_message}<p>
<form method="POST" action="{form_action}">
<table border="0" align="center" width="60%">
<input type="hidden" name="select_lang" value="{select_lang}">
<input type="hidden" name="section" value="{section}">
{rows}
</table>
</form>
<!-- END form -->
<!-- BEGIN row -->
<tr class="{tr_color}">
<td>{label}</td>
<td align="center">{value}</td>
</tr>
<!-- END row -->
<!-- BEGIN row_2 -->
<tr class="{tr_color}">
<td colspan="2" align="center">{value}</td>
</tr>
<!-- END row_2 -->