diff options
author | alecpl <alec@alec.pl> | 2009-10-23 18:11:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-23 18:11:41 +0000 |
commit | 49771b1039b9beef6c78ecc1e52157384f8dcd8f (patch) | |
tree | a0d95b369f78f286a3abc0ba65cf3da722c84a32 /skins/default/templates | |
parent | 74e5bd449f5a2fd6b42314d7c72c58d88d73b5b9 (diff) |
- Don't display disabled sections in Settings (#1486099)
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/settingsedit.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/skins/default/templates/settingsedit.html b/skins/default/templates/settingsedit.html index 78ef9e279..ec980a8f0 100644 --- a/skins/default/templates/settingsedit.html +++ b/skins/default/templates/settingsedit.html @@ -9,8 +9,6 @@ <div id="prefs-title" class="boxtitle"><roundcube:object name="sectionname" /></div> -<form name="form" action="./" method="post"> - <div id="prefs-details" class="boxcontent"> <roundcube:object name="userprefs" form="form" /> </div> @@ -19,11 +17,7 @@ <div class="footerleft"> <roundcube:button command="save" type="input" class="button mainaction" label="save" /> </div> - </div> -<p> </p> - -</form> </body> </html> |