Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Cosmetic change icon
  • Loading branch information
pepsonEL authored and perexg committed Nov 10, 2014
1 parent 36a60f8 commit 56b0012
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webui/static/app/dvr.js
Expand Up @@ -129,7 +129,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Abort the selected recording',
iconCls: 'cancel',
iconCls: 'abort',
text: 'Abort',
disabled: true
});
Expand Down Expand Up @@ -220,7 +220,7 @@ tvheadend.dvr_finished = function(panel, index) {
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Download the selected recording',
iconCls: 'save',
iconCls: 'download',
text: 'Download',
disabled: true
});
Expand Down Expand Up @@ -302,7 +302,7 @@ tvheadend.dvr_failed = function(panel, index) {
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Download the selected recording',
iconCls: 'save',
iconCls: 'download',
text: 'Download',
disabled: true
});
Expand Down
8 changes: 8 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -482,6 +482,14 @@
background-image: url(../icons/time_schedules.png) !important;
}

.download{
background-image: url(../icons/download.png) !important;
}

.abort{
background-image: url(../icons/abort.png) !important;
}

.x-linked {
display: inline-block;
background-image: url(../icons/linked.gif) !important;
Expand Down
Binary file added src/webui/static/icons/abort.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/webui/static/icons/download.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/webui/static/icons/upcoming_rec.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56b0012

Please sign in to comment.