update pdf icon

This commit is contained in:
rolux 2013-02-21 13:56:46 +05:30
parent 6f823374aa
commit dc37e4d728
1 changed files with 1 additions and 1 deletions

View File

@ -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',