mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Update templates to match current
This commit is contained in:
parent
cb1a062b51
commit
0fe19828ac
@ -18,6 +18,12 @@
|
||||
<tr>
|
||||
<td width="8%">
|
||||
<form action="{cancel_url}" method="post">
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</td>
|
||||
|
@ -14,25 +14,23 @@
|
||||
</TD>
|
||||
<TD align="left" width="7%">
|
||||
{cancel_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="hidden" name="cat_id" value="{cat_id}">
|
||||
<input type="submit" name="cancel" value="{lang_cancel}"></form>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="cancel" value="{lang_cancel}"></form>
|
||||
</TD>
|
||||
<TD align="right">
|
||||
{delete_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="hidden" name="cat_id" value="{cat_id}">
|
||||
<input type="submit" name="delete" value="{lang_delete}"></form>
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
{delete_button}
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
|
@ -15,16 +15,26 @@
|
||||
<OPTION VALUE="none"><none></OPTION>
|
||||
{conv} </SELECT><P></LI>
|
||||
<LI>{filename}:<INPUT NAME="tsvfilename" VALUE="export.txt"></LI>
|
||||
<LI>{lang_cat}:{cat_id}</LI>
|
||||
<LI>{lang_cat}:{cat_link}</LI>
|
||||
<LI><INPUT NAME="download" TYPE="checkbox" checked>Download export file (Uncheck to debug output in browser)</LI>
|
||||
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
|
||||
</OL>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
</FORM>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<FORM action="{cancel_url}" method="post">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<INPUT type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</FORM>
|
||||
</TD>
|
||||
|
@ -1,15 +1,24 @@
|
||||
<!-- BEGIN addressbook_footer -->
|
||||
</table>
|
||||
<form method="POST" action="{actionurl}">
|
||||
<table width="75%" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
<form action="{add_url}" method="post">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Add" value="{lang_add}">
|
||||
</div>
|
||||
</td>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
<form action="{vcard_url}" method="post">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="AddVcard" value="{lang_addvcard}">
|
||||
</div>
|
||||
</td>
|
||||
@ -21,14 +30,22 @@
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
<form action="{import_url}" method="post">
|
||||
<input type="submit" name="Import" value="{lang_import}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Import" value="{lang_import}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="16%">
|
||||
<div align="left">
|
||||
<form action="{export_url}" method="post">
|
||||
<input type="submit" name="Export" value="{lang_export}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Export" value="{lang_export}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
|
@ -5,7 +5,12 @@
|
||||
<br>{searchreturn}
|
||||
<form action="{cats_url}" method="POST">
|
||||
{cats}{cats_link}
|
||||
<input type="submit" name="cats" value="{lang_cats}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<noscript><input type="submit" name="cats" value="{lang_cats}"></noscript>
|
||||
</form>
|
||||
{search_filter}
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
<TD><FORM ENCTYPE="multipart/form-data" action="{action_url}" method="post">
|
||||
<OL>
|
||||
<LI>In Netscape, open the Addressbook and select <b>Export</b> from the <b>File</b> menu.
|
||||
The file exported will be in LDIF format.
|
||||
The file exported will be in LDIF format.
|
||||
<P>Or, in Outlook, select your Contacts folder, select <b>Import
|
||||
and Export...</b> from the <b>File</b>
|
||||
menu and export your contacts into a comma separated text (CSV) file.
|
||||
<P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu.
|
||||
The file exported will be in VCard format.<P>
|
||||
and Export...</b> from the <b>File</b>
|
||||
menu and export your contacts into a comma separated text (CSV) file.
|
||||
<P>Or, in Palm Desktop 4.0 or greater, visit your addressbook and select <b>Export</b> from the <b>File</b> menu.
|
||||
The file exported will be in VCard format.<P>
|
||||
</LI>
|
||||
<LI>Enter the path to the exported file here:
|
||||
<INPUT NAME="tsvfile" SIZE=48 TYPE="file" VALUE="{tsvfilename}"><P></LI>
|
||||
@ -27,11 +27,16 @@
|
||||
<OPTION VALUE="none"><none></OPTION>
|
||||
{conv}
|
||||
</SELECT><P></LI>
|
||||
<LI>{lang_cat}:{cat_id}</LI>
|
||||
<LI>{lang_cat}:{cat_link}</LI>
|
||||
<LI><INPUT NAME="private" TYPE="checkbox" VALUE="private" CHECKED>Mark records as private</LI>
|
||||
<LI><INPUT NAME="download" TYPE="checkbox" VALUE="{debug}" CHECKED>Debug output in browser</LI>
|
||||
<LI><INPUT NAME="convert" TYPE="submit" VALUE="{download}"></LI>
|
||||
</OL>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
</FORM></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
@ -41,8 +46,13 @@
|
||||
<td width="8%">
|
||||
<div align="left">
|
||||
<form action="{cancel_url}" method="post">
|
||||
<input type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
<input type="hidden" name="query" value="{query}">
|
||||
<input type="hidden" name="start" value="{start}">
|
||||
<input type="submit" name="Cancel" value="{lang_cancel}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
<td width="64%"> </td>
|
||||
|
@ -11,7 +11,8 @@
|
||||
<TR>
|
||||
<TD align="left">
|
||||
{edit_link}
|
||||
<input type="submit" name="edit" value="{lang_edit}">
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
{edit_button}
|
||||
</form>
|
||||
</TD>
|
||||
<TD align="left">
|
||||
@ -36,7 +37,6 @@
|
||||
</TD>
|
||||
<TD align="left">
|
||||
{done_link}
|
||||
<input type="hidden" name="ab_id" value="{ab_id}">
|
||||
<input type="hidden" name="sort" value="{sort}">
|
||||
<input type="hidden" name="order" value="{order}">
|
||||
<input type="hidden" name="filter" value="{filter}">
|
||||
|
Loading…
Reference in New Issue
Block a user