egroupware/addressbook/templates/default/category_form.tpl

67 lines
2.2 KiB
Smarty
Raw Normal View History

2001-03-25 04:45:58 +02:00
<!-- $Id$ -->
<!-- BEGIN form -->
<center>
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<tr>
2001-03-25 10:31:30 +02:00
<td colspan="1" align="center" bgcolor="#c9c9c9"><b>{title_categories}<b/></td>
2001-03-25 04:45:58 +02:00
</tr>
</table>
2001-03-25 10:31:30 +02:00
{message}
2001-03-25 04:45:58 +02:00
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<form name="form" action="{actionurl}" method="POST">
<tr>
2001-03-25 10:31:30 +02:00
<td>&nbsp;</td>
<td><select name="cat_parent"><option value="">{lang_select_parent}</option>{category_list}</select></td>
2001-03-25 04:45:58 +02:00
</tr>
<tr>
2001-03-25 10:31:30 +02:00
<td>{lang_name}:</td>
<td><input name="cat_name" size="50" value="{cat_name}"></td>
</tr>
<tr>
<td>{lang_descr}:</td>
<td colspan=2><textarea name="cat_description" rows="4" cols="50" wrap="virtual">{cat_description}</textarea></td>
2001-03-25 04:45:58 +02:00
</tr>
2001-03-27 08:32:13 +02:00
<tr>
<td>{lang_access}:</td>
<td colspan=2>{access}</td>
</tr>
2001-03-25 04:45:58 +02:00
</table>
<!-- BEGIN add -->
<table width="50%" border="0" cellspacing="2" cellpadding="2">
<tr valign="bottom">
<td height="50" align="center">
{hidden_vars}
2001-03-25 10:31:30 +02:00
<input type="submit" name="submit" value="{lang_add}"></td>
<td height="50" align="center">
<input type="reset" name="reset" value="{lang_reset}"></form></td>
2001-03-25 04:45:58 +02:00
<td height="50" align="center">
2001-03-25 10:31:30 +02:00
<form method="POST" action="{doneurl}">
{hidden_vars}
<input type="submit" name="done" value="{lang_done}"></form></td>
2001-03-25 04:45:58 +02:00
</tr>
</table>
</form>
</center>
<!-- END add -->
<!-- BEGIN edit -->
<table width="50%" border="0" cellspacing="2" cellpadding="2">
<tr valign="bottom">
<td height="50" align="center">
{hidden_vars}
2001-03-25 10:31:30 +02:00
<input type="submit" name="submit" value="{lang_edit}"></form></td>
2001-03-25 04:45:58 +02:00
<td height="50" align="center">
<form method="POST" action="{deleteurl}">
{hidden_vars}
2001-03-25 10:31:30 +02:00
<input type="submit" name="delete" value="{lang_delete}"></form></td>
<td height="50" align="center">
<form method="POST" action="{doneurl}">
{hidden_vars}
<input type="submit" name="done" value="{lang_done}"></form></td>
2001-03-25 04:45:58 +02:00
</tr>
</table>
</center>
<!-- END edit -->
<!-- END form -->