mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
add two missing forms for new field editing
This commit is contained in:
parent
c3f3340944
commit
d9e5d02b6f
54
addressbook/templates/default/field_form.tpl
Normal file
54
addressbook/templates/default/field_form.tpl
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
<!-- $Id$ -->
|
||||||
|
<!-- BEGIN form -->
|
||||||
|
<center>
|
||||||
|
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||||
|
<tr>
|
||||||
|
<td colspan="1" align="center" bgcolor="#c9c9c9"><b>{title_fields}<b/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
{message}
|
||||||
|
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||||
|
<form name="form" action="{actionurl}" method="POST">
|
||||||
|
<tr>
|
||||||
|
<td>{lang_name}:</td>
|
||||||
|
<td><input name="field_name" size="50" value="{field_name}"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- BEGIN add -->
|
||||||
|
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
||||||
|
<tr valign="bottom">
|
||||||
|
<td height="50" align="center">
|
||||||
|
{hidden_vars}
|
||||||
|
<input type="submit" name="submit" value="{lang_add}"></td>
|
||||||
|
<td height="50" align="center">
|
||||||
|
<input type="reset" name="reset" value="{lang_reset}"></form></td>
|
||||||
|
<td height="50" align="center">
|
||||||
|
<form method="POST" action="{doneurl}">
|
||||||
|
{hidden_vars}
|
||||||
|
<input type="submit" name="done" value="{lang_done}"></form></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}
|
||||||
|
<input type="submit" name="submit" value="{lang_edit}"></form></td>
|
||||||
|
<td height="50" align="center">
|
||||||
|
<form method="POST" action="{deleteurl}">
|
||||||
|
{hidden_vars}
|
||||||
|
<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>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</center>
|
||||||
|
<!-- END edit -->
|
||||||
|
<!-- END form -->
|
54
addressbook/templates/idsociety/field_form.tpl
Normal file
54
addressbook/templates/idsociety/field_form.tpl
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
<!-- $Id$ -->
|
||||||
|
<!-- BEGIN form -->
|
||||||
|
<center>
|
||||||
|
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||||
|
<tr>
|
||||||
|
<td colspan="1" align="center" bgcolor="#c9c9c9"><b>{title_fields}<b/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
{message}
|
||||||
|
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||||
|
<form name="form" action="{actionurl}" method="POST">
|
||||||
|
<tr>
|
||||||
|
<td>{lang_name}:</td>
|
||||||
|
<td><input name="field_name" size="50" value="{field_name}"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- BEGIN add -->
|
||||||
|
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
||||||
|
<tr valign="bottom">
|
||||||
|
<td height="50" align="center">
|
||||||
|
{hidden_vars}
|
||||||
|
<input type="submit" name="submit" value="{lang_add}"></td>
|
||||||
|
<td height="50" align="center">
|
||||||
|
<input type="reset" name="reset" value="{lang_reset}"></form></td>
|
||||||
|
<td height="50" align="center">
|
||||||
|
<form method="POST" action="{doneurl}">
|
||||||
|
{hidden_vars}
|
||||||
|
<input type="submit" name="done" value="{lang_done}"></form></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}
|
||||||
|
<input type="submit" name="submit" value="{lang_edit}"></form></td>
|
||||||
|
<td height="50" align="center">
|
||||||
|
<form method="POST" action="{deleteurl}">
|
||||||
|
{hidden_vars}
|
||||||
|
<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>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</center>
|
||||||
|
<!-- END edit -->
|
||||||
|
<!-- END form -->
|
Loading…
Reference in New Issue
Block a user