Ox.UI -> Ox
This commit is contained in:
parent
1f86fc53b5
commit
2dc987fd22
31 changed files with 76 additions and 76 deletions
|
|
@ -88,7 +88,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
format: function(value, data) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.UI.getImageURL(
|
||||
src: Ox.getImageURL(
|
||||
value == 'static' ? 'symbolClick'
|
||||
: value == 'smart' ? 'symbolFind'
|
||||
: value == 'html' ? 'symbolFile'
|
||||
|
|
@ -120,7 +120,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
var symbols = {personal: 'Publish', favorite: 'Like', featured: 'Star'};
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.UI.getImageURL(
|
||||
src: Ox.getImageURL(
|
||||
'symbol' + symbols[id]
|
||||
)
|
||||
})
|
||||
|
|
@ -171,7 +171,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
{
|
||||
format: function() {
|
||||
return $('<img>').attr({
|
||||
src: Ox.UI.getImageURL('symbolVolume')
|
||||
src: Ox.getImageURL('symbolVolume')
|
||||
}).css({
|
||||
width: '10px',
|
||||
height: '10px',
|
||||
|
|
@ -206,7 +206,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
format: function(value, data) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.UI.getImageURL(data.mounted ? 'symbolSync' : 'symbolEdit')
|
||||
src: Ox.getImageURL(data.mounted ? 'symbolSync' : 'symbolEdit')
|
||||
})
|
||||
.css({
|
||||
width: '10px',
|
||||
|
|
@ -227,7 +227,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
format: function(value, data) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.UI.getImageURL('symbolMount')
|
||||
src: Ox.getImageURL('symbolMount')
|
||||
})
|
||||
.css({
|
||||
width: '10px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue