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 -->
|
<!-- 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}">
|
<input type="submit" name="submit" value="{lang_save}">
|
||||||
</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}">
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
||||||
</td>
|
</td>
|
||||||
</form>
|
</form>
|
||||||
<td> </td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- END add -->
|
<!-- END add -->
|
||||||
|
@ -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}"> </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>
|
<input type="submit" name="cancel" value="{lang_cancel}"></form>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
{delete_link}
|
{delete_link}
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user