mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed the adjustment of the buttons to work with the new/old idots default left-align
This commit is contained in:
parent
08379d93b8
commit
ecd640a2ea
@ -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}">
|
||||
</td>
|
||||
</form>
|
||||
<form action="{cancel_url}" method="post">
|
||||
<td width="10%">
|
||||
<input type="submit" name="cancel" value="{lang_cancel}">
|
||||
<td colspan="3">
|
||||
<input type="submit" name="cancel" value="{lang_cancel}">
|
||||
</td>
|
||||
</form>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- END add -->
|
||||
|
@ -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}"> </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>
|
||||
<input type="submit" name="cancel" value="{lang_cancel}"></form>
|
||||
</td>
|
||||
<td align="right">
|
||||
{delete_link}
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user