egroupware/infolog/templates/default/preferences.tpl

18 lines
442 B
Smarty
Raw Normal View History

2001-07-14 17:49:04 +02:00
<p><b>{title}:</b><hr><p>
<form action="{action_url}" method="POST">
<table border="0" align="center" width="90%">
<!-- BEGIN pref_header -->
<tr bgcolor="{bg_h_color}">
<td colspan="2">{text}</td>
</tr>
<!-- END pref_header -->
<!-- BEGIN pref_line -->
<tr bgcolor="{bg_nm_color}">
<td align="right">{field}</td>
<td align="center">{data}</td>
</tr>
<!-- END pref_line -->
</table>
<center>{save_button}</center>
</form>