diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-01-18 12:13:36 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-01-18 12:13:36 +0100 |
commit | 34e86d2c14b20da21febb89614bbeb4522b481ef (patch) | |
tree | 64654f051628978f36d273648f618267c6326ea6 /template/default/help_at_timer_list.html | |
parent | 4f4223794cd8d7efc2c4b95ba4742728eef5a103 (diff) | |
download | vdradmin-am-34e86d2c14b20da21febb89614bbeb4522b481ef.tar.gz vdradmin-am-34e86d2c14b20da21febb89614bbeb4522b481ef.tar.bz2 |
2006-01-17: 3.4.3rcv3.4.3rc
- Changed program name to VDRAdmin-AM to make clear it's a fork of VDRAdmin.
- Added "Help" and "About" to navigation bar at the left.
- Hide "Record" button if prog_detail is opened from timer_list.
- After clicking "Record" in prog_detail and leaving timer_new return to page where prog_detail has been opened (Reported by Ferdinand Grassmann).
- Timers were re-programmed every CheckTimers() call if setup option "do not add summary to timers" is active (Reported by Ferdinand Grassmann).
- Dropped sendEmail dependency. Now uses Net::SMTP modules (Patch by Ville Skyttä).
- Don't show EPG images for other events (Fixed by Ferdinand Grassmann).
- Changed GRAB so that it doesn't use temporary files for VDR >=1.3.38.
- VPS for timers (Requested by reibuehl).
- Made extension and mimetype for both live and recordings streaming configurable (Suggested at vdrportal.de).
- Understand format of VDR v1.3.38+ "lste" command (Thanks to Marcus Breitenstein).
- In skin "default": returning from timer_new didn't scroll to the line where "Rec" has been called in prog_list/prog_list2 (Reported by Foobar42)
- Fixed installing of missing Perl modules.
Diffstat (limited to 'template/default/help_at_timer_list.html')
-rw-r--r-- | template/default/help_at_timer_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/help_at_timer_list.html b/template/default/help_at_timer_list.html index 17ffa70..97af3ec 100644 --- a/template/default/help_at_timer_list.html +++ b/template/default/help_at_timer_list.html @@ -30,7 +30,7 @@ <tr class="row_even"> <td class="col_left"></td> <td> - <%! <p>Here you will find a listing of automatic timers (AutoTimer) known to VDRAdmin.</p> + <%! <p>Here you will find a listing of automatic timers (AutoTimer) known to VDRAdmin-AM.</p> <p>The list shows some information on AutoTimers. You can change the list's sorting by clicking the columns heading.</p> <p>For each AutoTimer you have the following options: <dl> @@ -49,7 +49,7 @@ <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> !%> + <p>Click <input type="submit" class="submit" value="Force Update"/> to force VDRAdmin-AM to reconnect to VDR, fetch the current EPG and check for matching AutoTimers.</p> !%> </td> <td class="col_right"></td> </tr> |