]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: DVR - change 'DVR Autorec entries' to 'Autorecs' and 'Time Schedules' to ...
authorJaroslav Kysela <perex@perex.cz>
Thu, 3 Dec 2015 13:05:43 +0000 (14:05 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 3 Dec 2015 13:05:43 +0000 (14:05 +0100)
src/webui/static/app/dvr.js
src/webui/static/app/ext.css

index e4ad552f6b26ddd2993cadef5076739cfa010342..935727cb69ebf47b7e6a04323647aede3d7b6840 100644 (file)
@@ -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');
         }
     });
 
index e90dfa14b6b9ef5bbf04fd9609649f0baf581706..4a078cfce5349707cab04c59f03faca53c78511b 100644 (file)
     background-image: url(../icons/broadcast_details.png) !important;
 }
 
-.time_schedules{
+.timers{
     background-image: url(../icons/time_schedules.png) !important;
 }