]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: Show the status in failed grid, create doc templates...
authorJaroslav Kysela <perex@perex.cz>
Fri, 12 Sep 2014 07:02:23 +0000 (09:02 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 12 Sep 2014 07:02:32 +0000 (09:02 +0200)
docs/html/config_dvrauto.html [new file with mode: 0644]
docs/html/config_dvrlog.html [new file with mode: 0644]
src/dvr/dvr_db.c
src/webui/static/app/dvr.js

diff --git a/docs/html/config_dvrauto.html b/docs/html/config_dvrauto.html
new file mode 100644 (file)
index 0000000..e23b70c
--- /dev/null
@@ -0,0 +1,10 @@
+<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
new file mode 100644 (file)
index 0000000..b7d7700
--- /dev/null
@@ -0,0 +1,9 @@
+<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 ce5285914a750925b1918f9a4ea696c0fff72e21..b564cc454904e2495ea8bbf1e6ee4fee88dd3ce0 100644 (file)
@@ -1863,7 +1863,7 @@ const idclass_t dvr_entry_class = {
       .id       = "status",
       .name     = "Status",
       .get      = dvr_entry_class_status_get,
-      .opts     = PO_RDONLY | PO_NOSAVE | PO_HIDDEN,
+      .opts     = PO_RDONLY | PO_NOSAVE,
     },
     {
       .type     = PT_STR,
index 5196fa5271999cb6eac48b22eb920671ea46592d..496bdff7028730cefff511ea737d39d9493b9825 100644 (file)
@@ -163,7 +163,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
         selected: selected,
         beforeedit: beforeedit,
         help: function() {
-            new tvheadend.help('DVR', 'config_dvr.html');
+            new tvheadend.help('DVR', 'config_dvrlog.html');
         },
     });
 
@@ -245,7 +245,7 @@ tvheadend.dvr_finished = function(panel, index) {
         tbar: [downloadButton],
         selected: selected,
         help: function() {
-            new tvheadend.help('DVR', 'config_dvr.html');
+            new tvheadend.help('DVR', 'config_dvrlog.html');
         },
     });
 
@@ -279,7 +279,7 @@ tvheadend.dvr_failed = function(panel, index) {
         plugins: [actions],
         lcol: [actions],
         help: function() {
-            new tvheadend.help('DVR', 'config_dvr.html');
+            new tvheadend.help('DVR', 'config_dvrlog.html');
         },
     });
 
@@ -383,7 +383,7 @@ tvheadend.autorec_editor = function(panel, index) {
           direction: 'ASC'
         },
         help: function() {
-            new tvheadend.help('DVR', 'config_dvr.html');
+            new tvheadend.help('DVR', 'config_dvrauto.html');
         },
     });