mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:57 +01:00
28 lines
573 B
Smarty
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 -->
|