Admin Console setup. Graphics and i18n.
This commit is contained in:
parent
ae57ce3e0f
commit
18d0a9e36f
4 changed files with 10 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
BIN
www/extras/adminConsole/filePump.png
Normal file
BIN
www/extras/adminConsole/filePump.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
www/extras/adminConsole/small/filePump.png
Normal file
BIN
www/extras/adminConsole/small/filePump.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 863 B |
Loading…
Add table
Add a link
Reference in a new issue