diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-12 11:25:22 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-12 11:25:22 +0200 |
commit | 3f9518f0a7e49ec259299093ae63f7de5b2f430e (patch) | |
tree | bdba5453dc5276711edcccb94e4d9852c9e3f09e /skins/larry/templates/settingsedit.html | |
parent | 3a8633cdc3c2b07450f25a5f1d23c310d492a9dd (diff) | |
parent | c4c9e8cdfce1c5734d9d75c79b9cec012bca57ad (diff) |
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to 'skins/larry/templates/settingsedit.html')
-rw-r--r-- | skins/larry/templates/settingsedit.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/larry/templates/settingsedit.html b/skins/larry/templates/settingsedit.html index ada5b57ee..1a80f58e9 100644 --- a/skins/larry/templates/settingsedit.html +++ b/skins/larry/templates/settingsedit.html @@ -12,10 +12,8 @@ <roundcube:object name="userprefs" form="form" class="propform" /> </div> -<div id="formfooter"> <div class="footerleft formbuttons"> -<roundcube:button command="save" type="input" class="button mainaction" label="save" /> -</div> + <roundcube:button command="save" type="input" class="button mainaction" label="save" /> </div> <roundcube:include file="/includes/footer.html" /> |