aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/lockedit.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 21:57:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 21:57:25 +0000
commit93c6d2c340b9529eedf611d6e753030cc9c29ae9 (patch)
tree85d7b2b4fa5082fb804fdcdb2cf6958b3ac9b0ac /IkiWiki/Plugin/lockedit.pm
parente97b63c95aad40de6498bd480a38d7a57764ad53 (diff)
downloadikiwiki-93c6d2c340b9529eedf611d6e753030cc9c29ae9.tar
ikiwiki-93c6d2c340b9529eedf611d6e753030cc9c29ae9.tar.gz
* Use fieldsets in the preferences form to group related options together.
Especially cleans up the ordering of the admin's preferences form.
Diffstat (limited to 'IkiWiki/Plugin/lockedit.pm')
-rw-r--r--IkiWiki/Plugin/lockedit.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/lockedit.pm b/IkiWiki/Plugin/lockedit.pm
index 13df5632f..742fd41f6 100644
--- a/IkiWiki/Plugin/lockedit.pm
+++ b/IkiWiki/Plugin/lockedit.pm
@@ -40,6 +40,7 @@ sub formbuilder_setup (@) { #{{{
if ($form->title eq "preferences") {
$form->field(name => "locked_pages", size => 50,
+ fieldset => "admin",
comment => "(".htmllink("", "", "PageSpec", noimageinline => 1).")");
if (! IkiWiki::is_admin($user_name)) {
$form->field(name => "locked_pages", type => "hidden");