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_at_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_at_timer_list.html')
-rw-r--r-- | template/default/help_at_timer_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/help_at_timer_list.html b/template/default/help_at_timer_list.html index c837536..f60c10c 100644 --- a/template/default/help_at_timer_list.html +++ b/template/default/help_at_timer_list.html @@ -12,7 +12,7 @@ </head> <body id="at_timer_list"> -<form onsubmit="return false;"> +<form onsubmit="return false;" action="help_at_timer_list.html"> <input type="hidden" name="aktion" value="show_help"/> <input type="hidden" name="area" value="<tmpl_var area>"/> @@ -45,8 +45,8 @@ </dl> </p> <p>Each AutoTimer's state is indicated by differently coloured images:<br /> - <img src="bilder/poempl_gruen.gif" alt="on" align="absmiddle" /> AutoTimer is OK and will automatically program matching broadcasts.<br /> - <img src="bilder/poempl_grau.gif" alt="inactive" align="absmiddle" /> AutoTimer is not active. + <img src="bilder/poempl_gruen.gif" alt="on" align="middle" /> AutoTimer is OK and will automatically program matching broadcasts.<br /> + <img src="bilder/poempl_grau.gif" alt="inactive" align="middle" /> AutoTimer is not active. </p> <p>In addition to these functions you can add a new AutoTimer by clicking <input type="submit" class="submit" value="New AutoTimer"/> at the top and you can delete a number of AutoTimers at once by checking the box in the last column of those timers and clicking <input type="submit" class="submit" value="Delete Selected AutoTimers"/>.</p> <p>Click <input type="submit" class="submit" value="Force Update"/> to force VDRAdmin to reconnect to VDR, fetch the current EPG and check for matching AutoTimers.</p> !%> |