m.add({
name: 'lowno',
tooltip: _('Assign lowest free channel number'),
- iconCls: 'bullet_add',
+ iconCls: 'chnumops_low',
text: _('Assign Number')
});
m.add({
name: 'noup',
tooltip: _('Move channel one number up'),
- iconCls: 'arrow_up',
+ iconCls: 'chnumops_up',
text: _('Number Up')
});
m.add({
name: 'nodown',
tooltip: _('Move channel one number down'),
- iconCls: 'arrow_down',
+ iconCls: 'chnumops_down',
text: _('Number Down')
});
m.add({
name: 'swap',
tooltip: _('Swap the numbers for the two selected channels'),
- iconCls: 'arrow_switch',
+ iconCls: 'chnumops_swap',
text: _('Swap Numbers')
});
return new Ext.Toolbar.Button({
background-image: url(../icons/find.png) !important;
}
-.chnumops {
- background-image: url(../icons/brick.png) !important;
-}
-
.uilevel {
background-image: url(../icons/application_form.png) !important;
}
background-image: url(../icons/arrow_branch.png) !important;
}
-.bullet_add {
- background-image: url(../icons/bullet_add.png) !important;
+.chnumops {
+ background-image: url(../icons/brick.png) !important;
+}
+
+.chnumops_low {
+ background-image: url(../icons/world_add.png) !important;
}
-.arrow_up {
+.chnumops_up {
background-image: url(../icons/arrow_up.png) !important;
}
-.arrow_down {
+.chnumops_down {
background-image: url(../icons/arrow_down.png) !important;
}
-.arrow_switch {
+.chnumops_swap {
background-image: url(../icons/arrow_switch.png) !important;
}
+++ /dev/null
-../../../../vendor/famfamsilk/bullet_add.png
\ No newline at end of file
--- /dev/null
+../../../../vendor/famfamsilk/world_add.png
\ No newline at end of file