summaryrefslogtreecommitdiff
path: root/skins/default/templates/folderedit.html
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-06-24 14:19:19 +0200
committerAleksander Machniak <alec@alec.pl>2012-06-24 14:19:19 +0200
commit2ca9f4ea5979c9412d5e47e4b68cd08abb0e7d38 (patch)
tree315d91e28fba7be8b7947a3a6334eee876026e9e /skins/default/templates/folderedit.html
parent7dc7eb19f101203a508863d440e184fa7c6e9444 (diff)
Fix form buttons (#1488548)
Diffstat (limited to 'skins/default/templates/folderedit.html')
-rw-r--r--skins/default/templates/folderedit.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/skins/default/templates/folderedit.html b/skins/default/templates/folderedit.html
index c5fa2490f..28b9a5507 100644
--- a/skins/default/templates/folderedit.html
+++ b/skins/default/templates/folderedit.html
@@ -11,12 +11,14 @@
<div id="folder-details" class="boxcontent">
<roundcube:object name="folderdetails" />
- <p>
- <roundcube:if condition="!strlen(request:_mbox)" />
- <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&nbsp;
- <roundcube:endif />
- <roundcube:button command="save" type="input" class="button mainaction" label="save" />
- </p>
+ <div id="formfooter">
+ <div class="footerleft">
+ <roundcube:if condition="!strlen(request:_mbox)" />
+ <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&nbsp;
+ <roundcube:endif />
+ <roundcube:button command="save" type="input" class="button mainaction" label="save" />
+ </div>
+ </div>
</div>
<script type="text/javascript">rcube_init_tabs('folder-details > form')</script>