diff options
Diffstat (limited to 'template/default/help_rec_list.html')
-rw-r--r-- | template/default/help_rec_list.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/template/default/help_rec_list.html b/template/default/help_rec_list.html index 31984db..d507363 100644 --- a/template/default/help_rec_list.html +++ b/template/default/help_rec_list.html @@ -14,17 +14,9 @@ <body id="rec_list" class="help" onload="window.focus()"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group"> <tr class="heading"> - <td class="col_left"></td> <td><h2><%! Recordings !%></h2></td> - <td class="col_right"></td> - </tr> - <tr class="row_spacer"> - <td class="col_left"></td> - <td></td> - <td class="col_right"></td> </tr> <tr class="row_even"> - <td class="col_left"></td> <td> <%! <p>Here you will find a listing of recordings known to VDR. The headline will also show you VDR's total and free disk space.</p> <p>The listing showing you some information on the recordings. You can change the list's sorting by clicking the columns heading. Above the list you'll see the navigation path. If you want to view the contents of previous folders you'll have to click on its name in that path.</p> @@ -48,12 +40,6 @@ <p>If you've set the path the VDR's configuration files and have entries in VDR's <span class="ref_file">reccmds.conf</span> you can run those commands for the selected recording by selecting the wanted command in the select box locate next to <span class="ref_label">Commands:</span> and pressing the <input type="submit" class="submit" value="Run"/> button.</p> <p>Use <input type="submit" class="submit" value="Refresh"/> to force reloading of VDR's recordings listing.</p> !%> </td> - <td class="col_right"></td> - </tr> - <tr class="footer"> - <td class="col_left"></td> - <td></td> - <td class="col_right"></td> </tr> </table> </body> |