]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI HELP: DVR: Try to clean the help filenames
authorJaroslav Kysela <perex@perex.cz>
Wed, 15 Oct 2014 18:11:39 +0000 (20:11 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Oct 2014 18:15:19 +0000 (20:15 +0200)
docs/html/config_dvrauto.html [deleted file]
docs/html/config_dvrlog.html [deleted file]
docs/html/dvr_autorec.html
docs/html/dvr_failed.html [moved from docs/html/config_dvrfailed.html with 100% similarity]
docs/html/dvr_finished.html [moved from docs/html/config_dvrfinished.html with 100% similarity]
docs/html/dvr_timerec.html [moved from docs/html/config_dvrtime.html with 100% similarity]
docs/html/dvr_upcoming.html [moved from docs/html/config_dvrupcoming.html with 100% similarity]
src/webui/static/app/dvr.js

diff --git a/docs/html/config_dvrauto.html b/docs/html/config_dvrauto.html
deleted file mode 100644 (file)
index e23b70c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="hts-doc-text">
-
- <p>
- This tab is used to manipulate with the Digital Video Recorder entries -
- the automatic recording.
-
- <p>
- A volunteer required to fill this...
-
-</div>
diff --git a/docs/html/config_dvrlog.html b/docs/html/config_dvrlog.html
deleted file mode 100644 (file)
index b7d7700..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="hts-doc-text">
-
- <p>
- This tab is used to manipulate with the Digital Video Recorder entries.
-
- <p>
- A volunteer required to fill this...
-
-</div>
index 974d693498e5074c0fc08ef6ca744842fe8b2324..e23b70cf9b9764c162dba6d4631a0338ca3538ab 100644 (file)
@@ -1,5 +1,10 @@
-<div class="hts-doc-section">Automatic recordings</div>
 <div class="hts-doc-text">
-is niiice.
+
+ <p>
+ This tab is used to manipulate with the Digital Video Recorder entries -
+ the automatic recording.
+
+ <p>
+ A volunteer required to fill this...
 
 </div>
index ca875e5da1463d0cc1218fcff2f2ed4ba499b96d..a9a0f9c406d9728aa75e198364b8d54ec1e29d57 100644 (file)
@@ -189,7 +189,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
         selected: selected,
         beforeedit: beforeedit,
         help: function() {
-            new tvheadend.help('DVR-Upcoming/Current Recordings', 'config_dvrupcoming.html');
+            new tvheadend.help('DVR-Upcoming/Current Recordings', 'dvr_upcoming.html');
         },
     });
 
@@ -271,7 +271,7 @@ tvheadend.dvr_finished = function(panel, index) {
         tbar: [downloadButton],
         selected: selected,
         help: function() {
-            new tvheadend.help('DVR-Finished Recordings', 'config_dvrfinished.html');
+            new tvheadend.help('DVR-Finished Recordings', 'dvr_finished.html');
         },
     });
 
@@ -354,7 +354,7 @@ tvheadend.dvr_failed = function(panel, index) {
         tbar: [downloadButton],
         selected: selected,
         help: function() {
-            new tvheadend.help('DVR-Failed Recordings', 'config_dvrfailed.html');
+            new tvheadend.help('DVR-Failed Recordings', 'dvr_failed.html');
         },
     });
 
@@ -436,7 +436,7 @@ tvheadend.autorec_editor = function(panel, index) {
           direction: 'ASC'
         },
         help: function() {
-            new tvheadend.help('DVR', 'config_dvrauto.html');
+            new tvheadend.help('DVR', 'dvr_autorec.html');
         },
     });
 
@@ -487,7 +487,7 @@ tvheadend.timerec_editor = function(panel, index) {
           direction: 'ASC'
         },
         help: function() {
-            new tvheadend.help('DVR', 'config_dvrtime.html');
+            new tvheadend.help('DVR', 'dvr_timerec.html');
         },
     });