Skip to content

Commit

Permalink
minor menu changes to affect highlighted tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon 'CowboyNeal' Pater committed Oct 28, 2002
1 parent 47bc42e commit 14b45f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/Admin/admin.pl
Expand Up @@ -38,14 +38,17 @@ sub main {
save => {
function => \&saveStory,
seclev => 100,
tab_selected => 'stories',
},
update => {
function => \&updateStory,
seclev => 100,
tab_selected => 'stories',
},
list => {
function => \&listStories,
seclev => 100,
tab_selected => 'stories',
},
default => {
function => \&listStories,
Expand All @@ -55,6 +58,7 @@ sub main {
'delete' => {
function => \&listStories,
seclev => 10000,
tab_selected => 'stories',
},
preview => {
function => \&editStory,
Expand Down Expand Up @@ -91,6 +95,7 @@ sub main {
function => \&editFilter, # newfilter,updatefilter,deletefilter,
seclev => 100,
adminmenu => 'config',
tab_selected => 'filters',
},
siteinfo => {
function => \&siteInfo,
Expand Down

0 comments on commit 14b45f3

Please sign in to comment.