egroupware/addressbook/templates/default/category_form.tpl
2001-03-25 02:45:58 +00:00

53 lines
1.9 KiB
Smarty

<!-- $Id$ -->
<!-- BEGIN form -->
<center>
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<tr>
<td colspan="1" align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{title_categories}:&nbsp;{user_name}<b/></font></td>
</tr>
</table>
<font face="{font}">{message}</font>
<table border="0" width="80%" cellspacing="2" cellpadding="2">
<form name="form" action="{actionurl}" method="POST">
<tr>
<td><font face="{font}">{lang_name}:</font></td>
<td><font face="{font}"><input name="cat_name" size="50" value="{cat_name}"></font></td>
</tr>
<tr>
<td><font face="{font}">{lang_descr}:</td>
<td colspan=2><font face="{font}"><textarea name="cat_description" rows="4" cols="50" wrap="virtual">{cat_description}</textarea></font></td>
</tr>
</table>
<!-- BEGIN add -->
<table width="50%" border="0" cellspacing="2" cellpadding="2">
<tr valign="bottom">
<td height="50" align="center">
{hidden_vars}
<font face="{font}"><input type="submit" name="submit" value="{lang_add}"></font></td>
<td height="50" align="center">
<font face="{font}"><input type="reset" name="reset" value="{lang_reset}"></font></td>
</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}
<font face="{font}"><input type="submit" name="submit" value="{lang_edit}"></font>
</form></td>
<td height="50" align="center">
<form method="POST" action="{deleteurl}">
{hidden_vars}
<font face="{font}"><input type="submit" name="delete" value="{lang_delete}"></font>
</form></td>
</tr>
</table>
</center>
<!-- END edit -->
<!-- END form -->