update pdf icon
This commit is contained in:
parent
6f823374aa
commit
dc37e4d728
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ pandora.ui.folderList = function(id) {
|
|||
format: function(value, data) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.UI.getImageURL(value == 'smart' ? 'symbolFind' : value == 'pdf' ? 'symbolFiles' : value == 'html' ? 'symbolFile' : 'symbolClick')
|
||||
src: Ox.UI.getImageURL(value == 'smart' ? 'symbolFind' : value == 'pdf' ? 'symbolBook' : value == 'html' ? 'symbolFile' : 'symbolClick')
|
||||
})
|
||||
.css({
|
||||
width: '10px',
|
||||
|
|
Loading…
Reference in a new issue