fixed the adjustment of the buttons to work with the new/old idots default left-align

This commit is contained in:
Ralf Becker 2003-10-25 10:17:08 +00:00
parent 08379d93b8
commit ecd640a2ea
3 changed files with 10 additions and 11 deletions

View File

@ -1,17 +1,16 @@
<!-- BEGIN add --> <!-- BEGIN add -->
<table border="0" cellPadding="0" cellSpacing="0" width="77%"> <!--<table border="0" cellPadding="0" cellSpacing="0" width="77%">-->
<tr> <tr>
<td width="10%"> <td width="10%">
<input type="submit" name="submit" value="{lang_save}">&nbsp; <input type="submit" name="submit" value="{lang_save}">&nbsp;
</td> </td>
</form> </form>
<form action="{cancel_url}" method="post"> <form action="{cancel_url}" method="post">
<td width="10%"> <td colspan="3">
<input type="submit" name="cancel" value="{lang_cancel}"> &nbsp;<input type="submit" name="cancel" value="{lang_cancel}">
</td> </td>
</form> </form>
<td>&nbsp;</td>
</tr> </tr>
</table> </table>
<!-- END add --> <!-- END add -->

View File

@ -3,14 +3,14 @@
<input type="hidden" name="entry[ab_id]" value="{ab_id}"> <input type="hidden" name="entry[ab_id]" value="{ab_id}">
<input type="hidden" name="entry[tid]" value="{tid}"> <input type="hidden" name="entry[tid]" value="{tid}">
<input type="hidden" name="entry[referer]" value="{referer}"> <input type="hidden" name="entry[referer]" value="{referer}">
<table border="0" cellPadding="1" cellSpacing="1" width="77%"> <!-- <table border="0" cellPadding="1" cellSpacing="1" width="95%" align="center">-->
<tr> <tr valign="top">
<td align="left" width="10%"> <td align="left" width="10%">
<input type="submit" name="submit" value="{lang_save}">&nbsp;</form> <input type="submit" name="submit" value="{lang_save}"></form>
</TD> </TD>
<td align="left" width="10%"> <td align="left" colspan="3">
{cancel_link} {cancel_link}
<input type="submit" name="cancel" value="{lang_cancel}"></form> &nbsp;<input type="submit" name="cancel" value="{lang_cancel}"></form>
</td> </td>
<td align="right"> <td align="right">
{delete_link} {delete_link}

View File

@ -1,6 +1,6 @@
<!-- BEGIN addressbook entry form --> <!-- BEGIN addressbook entry form -->
<table width="75%" border="0" align="center"> <table width="95%" border="0" align="center">
<tr bgcolor="{th_bg}"> <tr bgcolor="{th_bg}">
<td colspan="5"><font color="{th_text}" face="">{lang_personal}:</font></td> <td colspan="5"><font color="{th_text}" face="">{lang_personal}:</font></td>
</tr> </tr>
@ -279,5 +279,5 @@
<!-- BEGIN creator --> <!-- BEGIN creator -->
{create} {create}
<!-- END creator --> <!-- END creator -->
</table> <!--</table>-->
<!-- END addressbook entry form --> <!-- END addressbook entry form -->