diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-10-27 12:00:31 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-10-27 12:00:31 +0200 |
commit | 24b39843b935f8a37b2d9dc909a530b771a61c1f (patch) | |
tree | 73869bd46144e37f32bdc6bff4f93453425f4951 /template/default/help_config.html | |
parent | 86c56591df441fad78ac69d2f77196df05305758 (diff) | |
download | vdradmin-am-24b39843b935f8a37b2d9dc909a530b771a61c1f.tar.gz vdradmin-am-24b39843b935f8a37b2d9dc909a530b771a61c1f.tar.bz2 |
2006-10-27: 3.5.0betav3.5.0beta
- Added: script to convert existing AutoTimers to epgsearch (autotimer2searchtimer.pl).
- Added: Hack for MSIE to always show vertical scroller to prevent horizontal scroller (Submitted by Udo Richter).
- Added: Support for epgsearch plugin; AutoTimer now considered deprecated and unsupported.
- Minor bugfixes
Diffstat (limited to 'template/default/help_config.html')
-rw-r--r-- | template/default/help_config.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index 675935b..5bc6163 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -2,7 +2,7 @@ <!-- This help is partly taken from the VDR man page, Copyright (c) by Klaus Schmidinger --> -<html> +<html id="scroller"> <head> <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> @@ -108,7 +108,7 @@ <dt><?% gettext('Mail server:') %?></dt> <dd><?% gettext('The outgoing mail server.') %?></dd> <dt><?% gettext('SMTPAuth user:') %?></dt> - <dd><?% gettext('If you need to authenticate yourself at the outgoing mail server, you have to supply the username and the password below. Leaving this field empty will disable SMTPAuth.') %?> + <dd><?% gettext('If you need to authenticate yourself at the outgoing mail server, you have to supply the username and the password below. Leaving this field empty will disable SMTPAuth.') %?></dd> <dt><?% gettext('SMTPAuth password:') %?></dt> <dd><?% gettext('The password for the SMTPAuth user.') %?></dd> <dt><?% gettext('Tooltips:') %?></dt> |