From: Jaroslav Kysela Date: Thu, 3 Dec 2015 13:05:43 +0000 (+0100) Subject: WEBUI: DVR - change 'DVR Autorec entries' to 'Autorecs' and 'Time Schedules' to ... X-Git-Tag: v4.2.1~1387 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3061938f81566ac955a82635433cf976354d2da;p=thirdparty%2Ftvheadend.git WEBUI: DVR - change 'DVR Autorec entries' to 'Autorecs' and 'Time Schedules' to 'Timers' --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index e4ad552f6..935727cb6 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -569,8 +569,8 @@ tvheadend.autorec_editor = function(panel, index) { tvheadend.idnode_grid(panel, { url: 'api/dvr/autorec', - titleS: _('DVR Autorec Entry'), - titleP: _('DVR Autorec Entries'), + titleS: _('Autorec'), + titleP: _('Autorecs'), iconCls: 'autoRec', tabIndex: index, columns: { @@ -636,9 +636,9 @@ tvheadend.timerec_editor = function(panel, index) { tvheadend.idnode_grid(panel, { url: 'api/dvr/timerec', - titleS: _('Time Schedule'), - titleP: _('Time Schedules'), - iconCls: 'time_schedules', + titleS: _('Timer'), + titleP: _('Timers'), + iconCls: 'timers', tabIndex: index, columns: { enabled: { width: 50 }, @@ -674,7 +674,7 @@ tvheadend.timerec_editor = function(panel, index) { direction: 'ASC' }, help: function() { - new tvheadend.help(_('DVR Timerec'), 'dvr_timerec.html'); + new tvheadend.help(_('DVR Timers'), 'dvr_timerec.html'); } }); diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index e90dfa14b..4a078cfce 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -548,7 +548,7 @@ background-image: url(../icons/broadcast_details.png) !important; } -.time_schedules{ +.timers{ background-image: url(../icons/time_schedules.png) !important; }