mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Add one missing and one new template
This commit is contained in:
parent
d7e6f3ce71
commit
8c5c2d1744
61
addressbook/templates/default/edit_field.tpl
Normal file
61
addressbook/templates/default/edit_field.tpl
Normal file
@ -0,0 +1,61 @@
|
||||
<!-- BEGIN form -->
|
||||
<br><br>
|
||||
<center>
|
||||
{message}<br>
|
||||
<form action="{actionurl}" method="POST">
|
||||
{hidden_vars}
|
||||
<table border="0" width="60%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{lang_action}: {name}</b></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><font face="{font}" size="2"><input size="32" name="field" value="{field}"></font></td>
|
||||
</tr>
|
||||
</table><br><br>
|
||||
<!-- BEGIN add -->
|
||||
<table width="60%" border="0" cellspacing="2" cellpadding="2">
|
||||
<tr>
|
||||
<td height="50" align="center">
|
||||
{hidden_vars}
|
||||
<font face="{font}"><input type="submit" name="addfield" value="{lang_add}"></font></td>
|
||||
<td height="50" align="center">
|
||||
<font face="{font}"><input type="reset" name="reset" value="{lang_reset}"></font></form></td>
|
||||
<td height="50" align="center"><font face="{font}"><a href="{listurl}">{lang_list}</a></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END add -->
|
||||
|
||||
<!-- BEGIN edit -->
|
||||
<table width="60%" border="0" cellspacing="1" cellpadding="3">
|
||||
<tr>
|
||||
<td height="50" align="center">
|
||||
{hidden_vars}
|
||||
<font face="{font}"><input type="submit" name="editfield" 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>
|
||||
<td height="50" align="center"><font face="{font}"><a href="{listurl}">{lang_list}</a></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END edit -->
|
||||
|
||||
<!-- BEGIN delete -->
|
||||
<table width="60%" border="0" cellspacing="1" cellpadding="3">
|
||||
<tr>
|
||||
<td height="50" align="center">
|
||||
{hidden_vars}
|
||||
</form></td>
|
||||
<td height="50" align="center"><font face="{font}"><a href="{listurl}">{lang_list}</a></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
<!-- END delete -->
|
||||
|
||||
<!-- END form -->
|
43
addressbook/templates/default/export.tpl
Normal file
43
addressbook/templates/default/export.tpl
Normal file
@ -0,0 +1,43 @@
|
||||
|
||||
<!-- BEGIN import -->
|
||||
<CENTER>
|
||||
<TABLE WIDTH=90%>
|
||||
<TR BGCOLOR="{navbar_bg}">
|
||||
<TD><B><FONT SIZE=+2 COLOR="{navbar_text}"><CENTER>{export_text}</CENTER></FONT></B>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<TABLE WIDTH=85%>
|
||||
<TR>
|
||||
<TD><FORM ENCTYPE="multipart/form-data" action="{action_url}" method="post">
|
||||
<OL>
|
||||
<LI>Select the type of conversion (Debug will display output in browser.):<BR>
|
||||
<SELECT NAME="conv_type">
|
||||
<OPTION VALUE="none"><none></OPTION>
|
||||
{conv}
|
||||
</SELECT><P></LI>
|
||||
<LI>{filename}:
|
||||
<INPUT NAME="tsvfilename" VALUE="conversion.txt"></LI>
|
||||
<LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" checked>Download export file (Uncheck to debug output in browser)</LI>
|
||||
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
|
||||
</OL>
|
||||
</FORM></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
<tr>
|
||||
<td width="8%">
|
||||
<div align="left">
|
||||
<form action="{cancel_url}" method="post">
|
||||
<input type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="64%"> </td>
|
||||
<td width="32"> </td>
|
||||
</tr>
|
||||
</TABLE>
|
||||
</CENTER>
|
||||
<!-- END import -->
|
Loading…
Reference in New Issue
Block a user