Add icons for the Asset History browser. Change the
default WebGUI conf, upgrade script, and content handler to use them.
This commit is contained in:
parent
429d6b5a47
commit
9e20aabd18
6 changed files with 4 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
|||
- fixed #9873: third-> first in post template help
|
||||
- fixed #9892: Typo in "Default Gallery View Album" Template [TEMPLATE]
|
||||
- fixed #9826: Inbox messages sent by email don't include from username
|
||||
- rfe: added Asset History browser (perlDreamer Consulting, LLC and Plain Black)
|
||||
|
||||
7.6.14
|
||||
- fixed: IE6 shows Admin Bar over Asset Manager
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ sub installAssetHistory {
|
|||
}
|
||||
##Admin Console
|
||||
$session->config->addToHash('adminConsole', 'assetHistory', {
|
||||
"icon" => "assets.gif",
|
||||
"icon" => "assetHistory.gif",
|
||||
"groupSetting" => "groupIdAdminHistory",
|
||||
"uiLevel" => 5,
|
||||
"url" => "^PageUrl(\"\",op=assetHistory);",
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@
|
|||
"title" : "^International(assets,Asset);"
|
||||
},
|
||||
"assetHistory" : {
|
||||
"icon" : "assets.gif",
|
||||
"icon" : "assetHistory.gif",
|
||||
"groupSetting" : "groupIdAdminHistory",
|
||||
"uiLevel" : 5,
|
||||
"url" : "^PageUrl(\"\",op=assetHistory);",
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ sub www_view {
|
|||
return $session->privilege->insufficient
|
||||
unless $session->user->isInGroup(12);
|
||||
##YUI specific datatable CSS
|
||||
my $ac = WebGUI::AdminConsole->new( $session, "assets", {
|
||||
my $ac = WebGUI::AdminConsole->new( $session, "assetHistory", {
|
||||
showAdminBar => 1
|
||||
} );
|
||||
my ($style, $url) = $session->quick(qw(style url));
|
||||
|
|
|
|||
BIN
www/extras/adminConsole/assetHistory.gif
Normal file
BIN
www/extras/adminConsole/assetHistory.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
www/extras/adminConsole/small/assetHistory.gif
Normal file
BIN
www/extras/adminConsole/small/assetHistory.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Add a link
Reference in a new issue