diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-11-04 13:34:42 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-11-04 13:34:42 +0100 |
commit | a21372e5196c7a69ec68296d0377b8516b2bbbf1 (patch) | |
tree | aeb3410b48bf706198869e08e9c85a40b8a2c7d1 /template/default/timer_list.html | |
parent | e1f97fae0ca169df8c293d5d090b58da072fabc5 (diff) | |
download | vdradmin-am-a21372e5196c7a69ec68296d0377b8516b2bbbf1.tar.gz vdradmin-am-a21372e5196c7a69ec68296d0377b8516b2bbbf1.tar.bz2 |
2005-11-04: 0.97-am3.4.2rc3v0.97-am3.4.2rc3
- Set "LANGUAGE" environment variable to "" on startup, so it causes no problems with language setting in VDRAdmin.
- Added caching of listing of recordings. Can be adjusted by "CACHE_REC_TIMEOUT=number of minutes" in vdradmind.conf. Defaults to "60", "0" disables caching.
- Remember sorting when toggling in timer or autotimer list.
- New configuration option for Timers: don't add summary.
- Email notification for AutoTimer can be set in configuration menu.
- Optimized AutoTimer matching a little bit.
- Reworked detection of another VDRAdmin process if pid file exists.
- No more config settings that require a VDRAdmin restart.
- Find "sendEmail" program in $PATH.
Diffstat (limited to 'template/default/timer_list.html')
-rw-r--r-- | template/default/timer_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/timer_list.html b/template/default/timer_list.html index 09a7880..e2cea26 100644 --- a/template/default/timer_list.html +++ b/template/default/timer_list.html @@ -108,7 +108,7 @@ %?> <table cellspacing="0" cellpadding="0" border="0"> <tr> - <td bgcolor="#00000" height="1" class="blackline"><img src="bilder/spacer.gif" width="<?% tablaenge + 100 %?>" height="1" border="0" /></td> + <td bgcolor="#000000" height="1" class="blackline"><img src="bilder/spacer.gif" width="<?% tablaenge + 100 %?>" height="1" border="0" /></td> </tr> </table> @@ -159,7 +159,7 @@ <?% ELSE; %?> - <td class="<?% td_class %?>" id="prgtable"><span <?% IF config.TM_TT_TIMELINE %?>onMouseOver="tip('VDR-<?% sendung.id %?>'); return true;" onMouseOut="untip(); return true;"<?% END %?><img src="bilder/spacer.gif" width="<?% ende - pos - 2 %?>" height="20" border="0" /></span></td> + <td class="<?% td_class %?>" id="prgtable"><span <?% IF config.TM_TT_TIMELINE %?>onMouseOver="tip('VDR-<?% sendung.id %?>'); return true;" onMouseOut="untip(); return true;"<?% END %?>><img src="bilder/spacer.gif" width="<?% ende - pos - 2 %?>" height="20" border="0" /></span></td> <?% END; |