Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI HELP: DVR: Try to clean the help filenames
  • Loading branch information
perexg committed Oct 15, 2014
1 parent 3b43521 commit b3379d5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 26 deletions.
10 changes: 0 additions & 10 deletions docs/html/config_dvrauto.html

This file was deleted.

9 changes: 0 additions & 9 deletions docs/html/config_dvrlog.html

This file was deleted.

9 changes: 7 additions & 2 deletions docs/html/dvr_autorec.html
@@ -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>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/webui/static/app/dvr.js
Expand Up @@ -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');
},
});

Expand Down Expand Up @@ -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');
},
});

Expand Down Expand Up @@ -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');
},
});

Expand Down Expand Up @@ -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');
},
});

Expand Down Expand Up @@ -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');
},
});

Expand Down

0 comments on commit b3379d5

Please sign in to comment.