diff --git a/addressbook/templates/default/index.tpl b/addressbook/templates/default/index.tpl index c9b2db5e64..233c4a738a 100644 --- a/addressbook/templates/default/index.tpl +++ b/addressbook/templates/default/index.tpl @@ -1,85 +1,39 @@ - <!-- BEGIN addressbook_header --> <center>{lang_addressbook} <br>{lang_showing} <br>{searchreturn} {search_filter} -<table width=75% border=0 cellspacing=1 cellpadding=3> -<tr bgcolor="{th_bg}"> -{cols} - <td width="3%" height="21"> - <font face="Arial, Helvetica, sans-serif" size="-1"> - {lang_view} - </font> - </td> - <td width="3%" height="21"> - <font face="Arial, Helvetica, sans-serif" size="-1"> - {lang_vcard} - </font> - </td> - <td width="5%" height="21"> - <font face="Arial, Helvetica, sans-serif" size="-1"> - {lang_edit} - </font> - </td> - <td width="5%" height="21"> - <font face="Arial, Helvetica, sans-serif" size="-1"> - {lang_owner} - </font> - </td> +<table width="75%" border="0" cellspacing="1" cellpadding="3"> +<tr bgcolor="{th_bg}">{cols} + <td width="3%" height="21"><font face="Arial, Helvetica, sans-serif" size="-1">{lang_view}</font></td> + <td width="3%" height="21"><font face="Arial, Helvetica, sans-serif" size="-1">{lang_vcard}</font></td> + <td width="5%" height="21"><font face="Arial, Helvetica, sans-serif" size="-1">{lang_edit}</font></td> + <td width="5%" height="21"><font face="Arial, Helvetica, sans-serif" size="-1">{lang_owner}</font></td> </tr> <!-- END addressbook_header --> + <!-- BEGIN column --> - <td valign="top"> - <font face="Arial, Helvetica, san-serif" size="2">{col_data} </font> - </td> + <td valign="top"><font face="Arial, Helvetica, san-serif" size="2">{col_data} </font></td> <!-- END column --> + <!-- BEGIN row --> -<tr bgcolor="{row_tr_color}"> -{columns} - <td valign="top" width="3%"> - <font face="{font}" size="2"><a href="{row_view_link}">{lang_view}</a></font> - </td> - <td valign="top" width=3%> - <font face="{font}" size=2><a href="{row_vcard_link}">{lang_vcard}</a></font> - </td> - <td valign="top" width="5%"> - <font face="{font}" size="2">{row_edit}</font> - </td> - <td valign="top" width="5%"> - <font face="{font}" size="2">{row_owner}</font> - </td> +<tr bgcolor="{row_tr_color}">{columns} + <td valign="top" width="3%"><font face="{font}" size="2"><a href="{row_view_link}">{lang_view}</a></font></td> + <td valign="top" width="3%"><font face="{font}" size="2"><a href="{row_vcard_link}">{lang_vcard}</a></font></td> + <td valign="top" width="5%"><font face="{font}" size="2">{row_edit}</font></td> + <td valign="top" width="5%"><font face="{font}" size="2">{row_owner}</font></td> </tr> <!-- END row --> + <!-- BEGIN addressbook_footer --> </table> <table width="75%" border="0" cellspacing="0" cellpadding="4"> <tr bgcolor="{th_bg}"> - <form action="{add_url}" method="post"> - <td width="16%"> - <input type="submit" name="Add" value="{lang_add}"> - </td> - </form> - <form action="{vcard_url}" method="post"> - <td width="16%"> - <input type="submit" name="AddVcard" value="{lang_addvcard}"> - </td> - </form> - <form action="{import_url}" method="post"> - <td width="16%"> - <input type="submit" name="Import" value="{lang_import}"> - </td> - </form> - <form action="{import_alt_url}" method="post"> - <td width="16%"> - <input type="submit" name="Import" value="{lang_import_alt}"> - </td> - </form> - <form action="{export_url}" method="post"> - <td width="16%"> - <input type="submit" name="Export" value="{lang_export}"> - </td> - </form> + <form action="{add_url}" method="post"><td width="16%"><input type="submit" name="Add" value="{lang_add}"></td></form> + <form action="{vcard_url}" method="post"><td width="16%"><input type="submit" name="AddVcard" value="{lang_addvcard}"></td></form> + <form action="{import_url}" method="post"><td width="16%"><input type="submit" name="Import" value="{lang_import}"></td></form> + <form action="{import_alt_url}" method="post"><td width="16%"><input type="submit" name="Import" value="{lang_import_alt}"></td></form> + <form action="{export_url}" method="post"><td width="16%"><input type="submit" name="Export" value="{lang_export}"></td></form> </tr> </table> </center>