diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-10-04 14:15:11 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-10-04 14:15:11 +0200 |
commit | a935422b27fcfc8713c63033c419081b5731fcff (patch) | |
tree | 4fa4d7b68752c9c3b066a11ca7c3a58f22441954 /template/default/help_timer_list.html | |
parent | 32e84da8cc92fc7c69e6ecbf6d937145018f96f2 (diff) | |
download | vdradmin-am-a935422b27fcfc8713c63033c419081b5731fcff.tar.gz vdradmin-am-a935422b27fcfc8713c63033c419081b5731fcff.tar.bz2 |
2005-10-04: 0.97-am3.4.1v0.97-am3.4.1
- Fixed some bugs:
-> Selected channel is remembered when editing AutoTimers (Reported by Scorp).
-> Recording streaming didn't work in some cases (Reported by several people @vdr-portal.de).
-> Recording commands didn't work in some cases (Reported by several people @vdr-portal.de).
-> Watch TV and remote control didn't work (Reported by several people @vdr-portal.de).
-> INFO button in prog_list2 didn't work.
-> Getting back from timer_new to prog_summary/prog_list/prog_list2 again scrolls to line with previously selected item (Reported by Scorp).
- Updated translations
- Fixed some more HTMLtidy warnings.
Diffstat (limited to 'template/default/help_timer_list.html')
-rw-r--r-- | template/default/help_timer_list.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/default/help_timer_list.html b/template/default/help_timer_list.html index b2a4479..aff0f50 100644 --- a/template/default/help_timer_list.html +++ b/template/default/help_timer_list.html @@ -12,7 +12,7 @@ </head> <body id="timer_list"> -<form onsubmit="return false;"> +<form onsubmit="return false;" action="help_timer_list.html"> <input type="hidden" name="aktion" value="show_help"/> <input type="hidden" name="area" value="<tmpl_var area>"/> @@ -48,10 +48,10 @@ </dl> </p> <p>Each timer's state is indicated by differently coloured boxes (in the chart view) or images (in the list view):<br /> - <span class="color_ok"> </span> / <img src="bilder/poempl_gruen.gif" alt="on" align="absmiddle" /> Timer is OK and will record.<br /> - <span class="color_collision"> </span> / <img src="bilder/poempl_gelb.gif" alt="problem" align="absmiddle" /> Timer conflicts with other timers. That's not critical, as long as you have enough DVB cards for the parallel recordings.<br /> - <span class="color_conflict"> </span> / <img src="bilder/poempl_rot.gif" alt="impossible" align="absmiddle" /> Timer is critical and will most likely <strong>not</strong> record.<br /> - <span class="color_inactive"> </span> / <img src="bilder/poempl_grau.gif" alt="inactive" align="absmiddle" /> Timer is not active. + <span class="color_ok"> </span> / <img src="bilder/poempl_gruen.gif" alt="on" align="middle" /> Timer is OK and will record.<br /> + <span class="color_collision"> </span> / <img src="bilder/poempl_gelb.gif" alt="problem" align="middle" /> Timer conflicts with other timers. That's not critical, as long as you have enough DVB cards for the parallel recordings.<br /> + <span class="color_conflict"> </span> / <img src="bilder/poempl_rot.gif" alt="impossible" align="middle" /> Timer is critical and will most likely <strong>not</strong> record.<br /> + <span class="color_inactive"> </span> / <img src="bilder/poempl_grau.gif" alt="inactive" align="middle" /> Timer is not active. </p> <p>In addition to these functions you can add a new timer by clicking <input type="submit" class="submit" value="New Timer"/> at the top and you can delete a number of timers at once by checking the box in the last column of those timers and clicking <input type="submit" class="submit" value="Delete Selected Timers"/>.</p> !%> </td> |