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 -->
<table border="0" cellPadding="0" cellSpacing="0" width="77%">
<!--<table border="0" cellPadding="0" cellSpacing="0" width="77%">-->
<tr>
<td width="10%">
<input type="submit" name="submit" value="{lang_save}">&nbsp;
</td>
</form>
<form action="{cancel_url}" method="post">
<td width="10%">
<input type="submit" name="cancel" value="{lang_cancel}">
<td colspan="3">
&nbsp;<input type="submit" name="cancel" value="{lang_cancel}">
</td>
</form>
<td>&nbsp;</td>
</tr>
</table>
<!-- END add -->

View File

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

View File

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