Admin Console setup. Graphics and i18n.

This commit is contained in:
Colin Kuskie 2009-05-16 09:48:44 -07:00
parent ae57ce3e0f
commit 18d0a9e36f
4 changed files with 10 additions and 3 deletions

View file

@ -393,6 +393,13 @@
"url" : "^PageUrl(\"\",op=manageCache);",
"title" : "^International(manage cache,WebGUI);",
"groupSetting" : "groupIdAdminCache"
},
"filePump" : {
"icon" : "filePump.png",
"uiLevel" : 5,
"url" : "^PageUrl(\"\",op=filePump);",
"title" : "^International(File Pump,FilePump);",
"groupSetting" : "groupIdAdminFilePump"
}
},

View file

@ -66,11 +66,11 @@ sub installFilePumpHandler {
##Admin Console
$session->config->addToHash('adminConsole', 'filePump', {
"icon" => "filePump.gif",
"groupSetting" => "groupIdFilePump",
"icon" => "filePump.png",
"groupSetting" => "groupIdAdminFilePump",
"uiLevel" => 5,
"url" => "^PageUrl(\"\",op=filePump);",
"title" => "^International(filePump,FilePump);"
"title" => "^International(File Pump,FilePump);"
});
##Setting for custom group
$session->setting->add('groupIdFilePump', 12);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B