2001-04-01 03:48:00 +02:00
|
|
|
<!-- $Id$ -->
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2001-04-01 03:48:00 +02:00
|
|
|
<!-- BEGIN form -->
|
2003-04-20 22:47:50 +02:00
|
|
|
<br>
|
2001-04-01 03:48:00 +02:00
|
|
|
<center>
|
2003-04-20 22:47:50 +02:00
|
|
|
{message}<br>
|
2002-01-12 05:09:56 +01:00
|
|
|
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
|
|
|
<form name="form" action="{actionurl}" method="POST">
|
2003-04-20 22:47:50 +02:00
|
|
|
<tr class="th">
|
2002-01-12 05:09:56 +01:00
|
|
|
<td>{lang_parent}</td>
|
2002-10-12 20:27:22 +02:00
|
|
|
<td><select name="values[parent]"><option value="">{lang_none}</option>{category_list}</select></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2003-04-20 22:47:50 +02:00
|
|
|
<tr class="row_on">
|
2002-09-08 22:40:12 +02:00
|
|
|
<td>{lang_name}</td>
|
2002-10-12 20:27:22 +02:00
|
|
|
<td><input name="values[name]" size="50" value="{cat_name}"></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2003-04-20 22:47:50 +02:00
|
|
|
<tr class="row_off">
|
2002-01-12 05:09:56 +01:00
|
|
|
<td>{lang_descr}</td>
|
2002-10-12 20:27:22 +02:00
|
|
|
<td><textarea name="values[descr]" rows="4" cols="50" wrap="virtual">{cat_description}</textarea></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2003-04-20 22:47:50 +02:00
|
|
|
<tr class="row_on">
|
2002-01-12 05:09:56 +01:00
|
|
|
<td>{lang_access}</td>
|
2002-10-12 20:27:22 +02:00
|
|
|
<td><input type="checkbox" name="values[access]" value="True" {access}></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2003-04-20 22:47:50 +02:00
|
|
|
{rows}
|
2002-01-12 05:09:56 +01:00
|
|
|
</table>
|
2001-04-01 03:48:00 +02:00
|
|
|
|
2002-06-01 16:15:41 +02:00
|
|
|
{buttons}
|
|
|
|
|
|
|
|
</center>
|
|
|
|
|
|
|
|
<!-- END form -->
|
|
|
|
|
2001-04-01 03:48:00 +02:00
|
|
|
<!-- BEGIN add -->
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2003-04-20 22:47:50 +02:00
|
|
|
<table width="80%" border="0" cellspacing="5">
|
|
|
|
<tr valign="top">
|
|
|
|
<td><input type="submit" name="submit" value="{lang_save}"></form></td>
|
|
|
|
<td><form method="POST" action="{doneurl}"><input type="submit" name="done" value="{lang_done}"></form></td>
|
|
|
|
<td width="80%"> </td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2001-04-01 03:48:00 +02:00
|
|
|
<!-- END add -->
|
|
|
|
|
|
|
|
<!-- BEGIN edit -->
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2003-04-20 22:47:50 +02:00
|
|
|
<table width="80%" border="0" cellspacing="5">
|
|
|
|
<tr valign="top">
|
|
|
|
<td>
|
2002-10-12 20:27:22 +02:00
|
|
|
<input type="hidden" name="values[old_parent]" value="{old_parent}">
|
2002-01-12 06:29:11 +01:00
|
|
|
<input type="submit" name="submit" value="{lang_save}"></form></td>
|
2003-04-20 22:47:50 +02:00
|
|
|
<td>
|
2002-01-12 05:09:56 +01:00
|
|
|
<form method="POST" action="{doneurl}">
|
|
|
|
<input type="submit" name="done" value="{lang_done}"></form></td>
|
2003-04-20 22:47:50 +02:00
|
|
|
<td width="80%" align="right">{delete}</td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2001-04-01 03:48:00 +02:00
|
|
|
<!-- END edit -->
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2002-06-01 16:15:41 +02:00
|
|
|
<!-- BEGIN data_row -->
|
|
|
|
|
2003-04-20 22:47:50 +02:00
|
|
|
<tr class="{tr_color}">
|
2002-06-01 16:15:41 +02:00
|
|
|
<td>{lang_data}</td>
|
|
|
|
<td>{td_data}</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<!-- END data_row -->
|