mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
More html tweaking
This commit is contained in:
parent
0d3c2022d4
commit
194c27ad3e
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
<!-- BEGIN ffooter -->
|
<!-- BEGIN ffooter -->
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan=2 valign="middle"><br><INPUT NAME="convert" TYPE="submit" VALUE="{submit}"></TD>
|
<td rowspan="2" valign="middle"><br><INPUT NAME="convert" TYPE="submit" VALUE="{submit}"></TD>
|
||||||
<td colspan=2><br>
|
<td colspan="2"><br>
|
||||||
{lang_start} <INPUT name="start" type="text" size="5" value="{start}">
|
{lang_start} <INPUT name="start" type="text" size="5" value="{start}">
|
||||||
{lang_max} <INPUT name="max" type="text" size="3" value="{max}"><td>
|
{lang_max} <INPUT name="max" type="text" size="3" value="{max}"><td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
The file exported will be in VCard format.<P>
|
The file exported will be in VCard format.<P>
|
||||||
</LI>
|
</LI>
|
||||||
<LI>Enter the path to the exported file here:
|
<LI>Enter the path to the exported file here:
|
||||||
<INPUT NAME="tsvfile" SIZE=48 TYPE="file" VALUE="{tsvfilename}"><P></LI>
|
<INPUT NAME="tsvfile" SIZE="48" TYPE="file" VALUE="{tsvfilename}"><P></LI>
|
||||||
<LI>Select the type of conversion:
|
<LI>Select the type of conversion:
|
||||||
<SELECT NAME="conv_type">
|
<SELECT NAME="conv_type">
|
||||||
<OPTION VALUE="none"><none></OPTION>
|
<OPTION VALUE="none"><none></OPTION>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
<!-- $Id$ -->
|
|
||||||
<center>
|
<center>
|
||||||
<table border="0" cellspacing="2" cellpadding="2">
|
<table border="0" cellspacing="2" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
@ -21,23 +20,20 @@
|
|||||||
<input type="text" name="query"> <input type="submit" name="search" value="{lang_search}"></form></td>
|
<input type="text" name="query"> <input type="submit" name="search" value="{lang_search}"></form></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr bgcolor="{th_bg}">
|
<tr bgcolor="{th_bg}">
|
||||||
<td width=16% bgcolor="{th_bg}">{sort_field}</td>
|
<td width="16%" bgcolor="{th_bg}">{sort_field}</td>
|
||||||
<td width=8% bgcolor="{th_bg}" align="center">{lang_edit}</td>
|
<td width="8%" bgcolor="{th_bg}" align="center">{lang_edit}</td>
|
||||||
<td width=8% bgcolor="{th_bg}" align="center">{lang_delete}</td>
|
<td width="8%" bgcolor="{th_bg}" align="center">{lang_delete}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- BEGIN field_list -->
|
<!-- BEGIN field_list -->
|
||||||
|
|
||||||
<tr bgcolor="{tr_color}">
|
<tr bgcolor="{tr_color}">
|
||||||
<td>{cfield}</td>
|
<td>{cfield}</td>
|
||||||
<td align="center"><a href="{edit}">{lang_edit_entry}</a></td>
|
<td align="center"><a href="{edit}">{lang_edit_entry}</a></td>
|
||||||
<td align="center"><a href="{delete}">{lang_delete_entry}</td>
|
<td align="center"><a href="{delete}">{lang_delete_entry}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- END field_list -->
|
<!-- END field_list -->
|
||||||
|
|
||||||
<!-- BEGINN add -->
|
<!-- BEGIN add -->
|
||||||
|
|
||||||
<tr valign="bottom">
|
<tr valign="bottom">
|
||||||
<td>
|
<td>
|
||||||
<form method="POST" action="{add_action}">
|
<form method="POST" action="{add_action}">
|
||||||
@ -50,7 +46,6 @@
|
|||||||
<input type="submit" name="done" value="{lang_done}"></form>
|
<input type="submit" name="done" value="{lang_done}"></form>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- END add -->
|
<!-- END add -->
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user