Ox -> Ox.UI
This commit is contained in:
parent
bd190b4695
commit
3a764b38f9
11 changed files with 22 additions and 22 deletions
|
|
@ -27,7 +27,7 @@ pandora.ui.folderBrowserList = function(id, section) {
|
|||
/*
|
||||
format: function() {
|
||||
return $('<img>').attr({
|
||||
src: Ox.getImageURL('symbolIcon')
|
||||
src: Ox.UI.getImageURL('symbolIcon')
|
||||
}).css({
|
||||
width: '10px',
|
||||
height: '10px',
|
||||
|
|
@ -78,7 +78,7 @@ pandora.ui.folderBrowserList = function(id, section) {
|
|||
format: function(value, data) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.getImageURL(
|
||||
src: Ox.UI.getImageURL(
|
||||
value == 'static' ? 'symbolClick'
|
||||
: value == 'smart' ? 'symbolFind'
|
||||
: value == 'html' ? 'symbolFile'
|
||||
|
|
@ -110,7 +110,7 @@ pandora.ui.folderBrowserList = function(id, section) {
|
|||
format: function(value) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.getImageURL(
|
||||
src: Ox.UI.getImageURL(
|
||||
'symbol' + (id == 'favorite' ? 'Like' : 'Star')
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue