diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 02:07:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 02:07:09 +0000 |
commit | 9703ce7500e4519d3db4f8af758fda258a0ac6a3 (patch) | |
tree | b2377efa54c186b3a030f18fea0a1e0a7e715ac9 | |
parent | 71b33c979f97725cabb7923c618b016e4d6e35a3 (diff) |
foo
-rwxr-xr-x | ikiwiki | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -621,8 +621,10 @@ sub cgi () { $q->h1("$wikiname: Creating $page"), $q->start_form(-action => $action), $q->hidden('do'), - "Select page location: ($default_loc)", - $q->popup_menu('page', \@page_locs, $default_loc), + "Select page location:", + $q->popup_menu(-name => 'page', + -values => \@page_locs, + -default => $default_loc), $q->textarea(-name => 'content', -default => "", -rows => 20, |