thomascube
2011-05-20 10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd
skins/default/templates/settingsedit.html
@@ -9,9 +9,7 @@
<div id="prefs-title" class="boxtitle"><roundcube:object name="sectionname" /></div>
<form name="form" action="./" method="post">
<div id="prefs-details">
<div id="prefs-details" class="boxcontent">
<roundcube:object name="userprefs" form="form" />
</div>
@@ -19,16 +17,7 @@
<div class="footerleft">
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
</div>
<div class="footerright">
<label for="advswitch"><roundcube:label name="advancedoptions"></label>
<input type="checkbox" id="advswitch" name="_advanced" value="0" onclick="rcube_show_advanced(this.checked)" />
</div>
</div>
<p>&nbsp;</p>
</form>
</body>
</html>