ajax: oxygen-theme for popups

This commit is contained in:
Martijn Voncken 2008-12-06 22:07:30 +00:00
parent 650d4d06a2
commit 4c7b2f85a6
2 changed files with 14 additions and 14 deletions

View File

@ -203,10 +203,10 @@ Deluge.Widgets.FilesGrid = new Class({
}, },
priority_icons: { priority_icons: {
0: '/static/images/tango/process-stop.png', 0: '/static/images/16/process-stop.png',
1: '/template/static/icons/16/gtk-yes.png', 1: '/template/static/icons/16/gtk-yes.png',
2: '/static/images/tango/queue-down.png', 2: '/static/images/16/queue-down.png',
5: '/static/images/tango/go-bottom.png' 5: '/static/images/16/go-bottom.png'
}, },
initialize: function(element, options) { initialize: function(element, options) {

View File

@ -15,19 +15,19 @@ Deluge.Menus = {
type:'text', type:'text',
action:'pause', action:'pause',
text: _('Pause'), text: _('Pause'),
icon:'/static/images/tango/pause.png' icon:'/static/images/16/pause.png'
}, },
{ {
type: 'text', type: 'text',
action: 'resume', action: 'resume',
text: _('Resume'), text: _('Resume'),
icon: '/static/images/tango/start.png' icon: '/static/images/16/start.png'
}, },
{ type: 'seperator' }, { type: 'seperator' },
{ {
type:'submenu', type:'submenu',
text: _('Options'), text: _('Options'),
icon:'/static/images/tango/preferences-system.png', icon:'/static/images/16/preferences-system.png',
items: [ items: [
{ {
type: 'submenu', type: 'submenu',
@ -118,7 +118,7 @@ Deluge.Menus = {
{ {
type: 'submenu', type: 'submenu',
text: _('Connection Limit'), text: _('Connection Limit'),
icon: '/static/images/tango/connections.png', icon: '/static/images/16/connections.png',
items: [ items: [
{ {
type: 'text', type: 'text',
@ -218,25 +218,25 @@ Deluge.Menus = {
type: 'text', type: 'text',
action: 'top', action: 'top',
text: _('Top'), text: _('Top'),
icon: '/static/images/tango/go-top.png' icon: '/static/images/16/go-top.png'
}, },
{ {
type: 'text', type: 'text',
action: 'up', action: 'up',
text: _('Up'), text: _('Up'),
icon: '/static/images/tango/queue-up.png' icon: '/static/images/16/queue-up.png'
}, },
{ {
type: 'text', type: 'text',
action: 'down', action: 'down',
text: _('Down'), text: _('Down'),
icon: '/static/images/tango/queue-down.png' icon: '/static/images/16/queue-down.png'
}, },
{ {
type: 'text', type: 'text',
action: 'bottom', action: 'bottom',
text: _('Bottom'), text: _('Bottom'),
icon: '/static/images/tango/go-bottom.png' icon: '/static/images/16/go-bottom.png'
} }
] ]
}, },
@ -259,7 +259,7 @@ Deluge.Menus = {
action: 'remove', action: 'remove',
value: 0, value: 0,
text: _('Remove Torrent'), text: _('Remove Torrent'),
icon: '/static/images/tango/list-remove.png', icon: '/static/images/16/list-remove.png',
items: [ items: [
{ {
type: 'text', type: 'text',
@ -292,13 +292,13 @@ Deluge.Menus = {
type: 'text', type: 'text',
action: 'force_recheck', action: 'force_recheck',
text: _('Force Recheck'), text: _('Force Recheck'),
icon: '/static/images/tango/edit-redo.png' icon: '/static/images/16/edit-redo.png'
}, },
{ {
type: 'text', type: 'text',
action: 'move_storage', action: 'move_storage',
text: _('Move Storage'), text: _('Move Storage'),
icon: '/static/images/tango/move.png' icon: '/static/images/16/move.png'
} }
], ],