diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-24 14:19:19 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-24 14:19:19 +0200 |
commit | 2ca9f4ea5979c9412d5e47e4b68cd08abb0e7d38 (patch) | |
tree | 315d91e28fba7be8b7947a3a6334eee876026e9e /skins/default/templates/identityedit.html | |
parent | 7dc7eb19f101203a508863d440e184fa7c6e9444 (diff) |
Fix form buttons (#1488548)
Diffstat (limited to 'skins/default/templates/identityedit.html')
-rw-r--r-- | skins/default/templates/identityedit.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/skins/default/templates/identityedit.html b/skins/default/templates/identityedit.html index 3416f414d..3b33752ca 100644 --- a/skins/default/templates/identityedit.html +++ b/skins/default/templates/identityedit.html @@ -18,12 +18,15 @@ <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div> <div id="identity-details" class="boxcontent"> -<roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" /> -<script type="text/javascript">rcube_init_tabs('identity-form')</script> + <roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" /> -<div id="formfooter"> - <roundcube:button command="save" type="input" class="button mainaction" label="save" /> -</div> + <script type="text/javascript">rcube_init_tabs('identity-form')</script> + + <div id="formfooter"> + <div class="footerleft"> + <roundcube:button command="save" type="input" class="button mainaction" label="save" /> + </div> + </div> </div> </body> |