egroupware/preferences/templates/default/category_form.tpl

82 lines
1.8 KiB
Smarty
Raw Normal View History

<!-- $Id$ -->
2001-05-15 01:33:42 +02:00
<!-- BEGIN form -->
2001-05-15 01:33:42 +02:00
<center>
2002-01-12 05:09:56 +01:00
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<tr>
2002-09-08 22:40:12 +02:00
<td align="center" bgcolor="#c9c9c9"><b>{title_categories}:&nbsp;{user_name}<b/></td>
2002-01-12 05:09:56 +01:00
</tr>
</table>
{message}
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<form name="form" action="{actionurl}" method="POST">
<tr>
<td>{lang_parent}</td>
<td><select name="new_parent"><option value="">{lang_none}</option>{category_list}</select></td>
</tr>
<tr>
2002-09-08 22:40:12 +02:00
<td>{lang_name}</td>
2002-01-12 05:09:56 +01:00
<td><input name="cat_name" size="50" value="{cat_name}"></td>
</tr>
<tr>
<td>{lang_descr}</td>
2002-09-08 22:40:12 +02:00
<td><textarea name="cat_description" rows="4" cols="50" wrap="virtual">{cat_description}</textarea></td>
2002-01-12 05:09:56 +01:00
</tr>
2002-01-13 23:35:54 +01:00
{rows}
2002-01-13 23:35:54 +01:00
2002-01-12 05:09:56 +01:00
<tr>
<td>{lang_access}</td>
2002-09-08 22:40:12 +02:00
<td>{access}</td>
2002-01-12 05:09:56 +01:00
</tr>
</table>
{buttons}
</center>
<!-- END form -->
<!-- BEGIN add -->
2001-05-15 01:33:42 +02:00
2002-09-08 22:40:12 +02:00
<table width="80%" border="0" cellspacing="2" cellpadding="2">
2002-01-12 05:09:56 +01:00
<tr valign="bottom">
2002-09-08 22:40:12 +02:00
<td height="50">
2002-01-12 06:29:11 +01:00
<input type="submit" name="submit" value="{lang_save}"></td>
2002-01-12 05:09:56 +01:00
<td height="50" align="center">
<input type="reset" name="reset" value="{lang_reset}"></form></td>
2002-09-08 22:40:12 +02:00
<td height="50" align="right">
2002-01-12 05:09:56 +01:00
<form method="POST" action="{doneurl}">
<input type="submit" name="done" value="{lang_done}"></form></td>
</tr>
</table>
2001-05-15 01:33:42 +02:00
<!-- END add -->
<!-- BEGIN edit -->
2001-05-15 01:33:42 +02:00
2002-09-08 22:40:12 +02:00
<table width="80%" border="0" cellspacing="2" cellpadding="2">
2002-01-12 05:09:56 +01:00
<tr valign="bottom">
2002-09-08 22:40:12 +02:00
<td height="50">
2002-10-04 22:59:00 +02:00
{hidden_vars}
2002-01-12 06:29:11 +01:00
<input type="submit" name="submit" value="{lang_save}"></form></td>
2002-01-12 05:09:56 +01:00
<td height="50" align="center">
{delete}</td>
2002-09-08 22:40:12 +02:00
<td height="50" align="right">
2002-01-12 05:09:56 +01:00
<form method="POST" action="{doneurl}">
<input type="submit" name="done" value="{lang_done}"></form></td>
</tr>
</table>
2001-05-15 01:33:42 +02:00
<!-- END edit -->
2001-05-15 01:33:42 +02:00
<!-- BEGIN data_row -->
<tr>
<td>{lang_data}</td>
<td>{td_data}</td>
</tr>
<!-- END data_row -->