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-08-28 16:31:11 +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">
|
2004-05-26 09:25:29 +02:00
|
|
|
<form name="edit_cat" action="{actionurl}" method="POST">
|
|
|
|
<tr class="th">
|
2003-06-25 00:33:40 +02:00
|
|
|
<td colspan="2">{lang_parent}</td>
|
2003-08-28 16:31:11 +02:00
|
|
|
<td><select name="new_parent"><option value="">{lang_none}</option>{category_list}</select></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2004-05-26 09:25:29 +02:00
|
|
|
<tr class="row_on">
|
2003-08-28 16:31:11 +02:00
|
|
|
<td colspan="2">{lang_name}</font></td>
|
|
|
|
<td><input name="cat_name" size="50" value="{cat_name}"></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2004-05-26 09:25:29 +02:00
|
|
|
<tr class="row_off">
|
2003-06-25 00:33:40 +02:00
|
|
|
<td colspan="2">{lang_descr}</td>
|
2003-08-28 16:31:11 +02:00
|
|
|
<td colspan="2"><textarea name="cat_description" rows="4" cols="50" wrap="virtual">{cat_description}</textarea></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2004-05-26 09:25:29 +02:00
|
|
|
<tr class="row_on">
|
2003-06-25 00:33:40 +02:00
|
|
|
<td colspan="2">{lang_access}</td>
|
2003-08-28 16:31:11 +02:00
|
|
|
<td colspan="2">{access}</td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2004-05-26 09:25:29 +02:00
|
|
|
<tr class="row_off">
|
|
|
|
<td colspan="2">{lang_color}</td>
|
|
|
|
<td colspan="2">{color}</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_on">
|
|
|
|
<td colspan="2">{lang_icon}</td>
|
|
|
|
<td colspan="2">{select_icon} {icon}</td>
|
|
|
|
</tr>
|
2004-04-30 02:28:23 +02:00
|
|
|
<!-- BEGIN data_row -->
|
2004-05-26 09:25:29 +02:00
|
|
|
<tr class="{class}">
|
2003-08-28 16:31:11 +02:00
|
|
|
<td colspan="2">{lang_data}</td>
|
|
|
|
<td>{td_data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END data_row -->
|
2002-06-01 16:15:41 +02:00
|
|
|
|
2001-04-01 03:48:00 +02:00
|
|
|
<!-- BEGIN add -->
|
2001-05-15 01:33:42 +02:00
|
|
|
|
2003-06-25 00:33:40 +02:00
|
|
|
<tr valign="bottom" height="50">
|
2003-08-30 12:26:20 +02:00
|
|
|
<td><input type="submit" name="save" value="{lang_save}"></form></td>
|
|
|
|
<td><form method="POST" action="{cancel_url}">
|
2003-08-28 16:31:11 +02:00
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}"></form></td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2003-08-28 16:31:11 +02:00
|
|
|
</table>
|
|
|
|
</center>
|
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-06-25 00:33:40 +02:00
|
|
|
<tr valign="bottom" height="50">
|
2003-04-20 22:47:50 +02:00
|
|
|
<td>
|
2003-08-28 16:31:11 +02:00
|
|
|
{hidden_vars}
|
2003-06-25 00:33:40 +02:00
|
|
|
<input type="submit" name="save" value="{lang_save}"></form></td>
|
2003-04-20 22:47:50 +02:00
|
|
|
<td>
|
2003-06-25 00:33:40 +02:00
|
|
|
<form method="POST" action="{cancel_url}">
|
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}"></form></td>
|
|
|
|
<td align="right">{delete}</td>
|
2002-01-12 05:09:56 +01:00
|
|
|
</tr>
|
2003-08-28 16:31:11 +02:00
|
|
|
</table>
|
|
|
|
</center>
|
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
|
|
|
|
2003-08-28 16:31:11 +02:00
|
|
|
<!-- END form -->
|