adding inbox link to admin console

This commit is contained in:
JT Smith 2006-03-23 17:19:56 +00:00
parent 9f6a13e022
commit 089c312b74

View file

@ -305,6 +305,15 @@ sub getAdminFunction {
op=>"viewLoginHistory",
group=>"3"
},
"inbox"=>{
title=>{
id=>"159",
namespace=>"WebGUI"
},
icon=>"inbox.gif",
op=>"viewInbox",
group=>"2"
},
"activeSessions"=>{
title=>{
id=>"425",