From 2ca9f4ea5979c9412d5e47e4b68cd08abb0e7d38 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 24 Jun 2012 08:19:19 -0400 Subject: [PATCH] Fix form buttons (#1488548) --- skins/default/templates/settingsedit.html | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/skins/default/templates/settingsedit.html b/skins/default/templates/settingsedit.html index ec980a8..642eb09 100644 --- a/skins/default/templates/settingsedit.html +++ b/skins/default/templates/settingsedit.html @@ -10,13 +10,12 @@ <div id="prefs-title" class="boxtitle"><roundcube:object name="sectionname" /></div> <div id="prefs-details" class="boxcontent"> -<roundcube:object name="userprefs" form="form" /> -</div> - -<div id="formfooter"> -<div class="footerleft"> -<roundcube:button command="save" type="input" class="button mainaction" label="save" /> -</div> + <roundcube:object name="userprefs" form="form" /> + <div id="formfooter"> + <div class="footerleft"> + <roundcube:button command="save" type="input" class="button mainaction" label="save" /> + </div> + </div> </div> </body> -- Gitblit v1.9.1