Aleksander Machniak
2012-06-24 a008a3f0e30bcddf6d9ce4a0015495bf8978c8c2
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>