mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Add new image for tree view, not view in internet explorer
(cherry picked from commit b63f1cfe817448709561a5d06d99ad89d7e5b68e)
This commit is contained in:
parent
119960177b
commit
0e277ad1ef
BIN
pandora_console/images/pandora.png
Normal file
BIN
pandora_console/images/pandora.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 B |
@ -46,7 +46,7 @@ TreeController = {
|
||||
$group
|
||||
.addClass("tree-root")
|
||||
.hide()
|
||||
.prepend('<img src="'+(controller.baseURL.length > 0 ? controller.baseURL : '')+'images/pandora.ico.gif" />');
|
||||
.prepend('<img src="'+(controller.baseURL.length > 0 ? controller.baseURL : '')+'images/pandora.png" />');
|
||||
}
|
||||
// Normal group
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user