diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-06-30 14:12:35 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-06-30 14:12:35 +0200 |
commit | ada389d94b34bfef75be700a6cb4e3f05ee102ff (patch) | |
tree | f93833f9f9e82ca287dd9502ebeeac6993a1598f /template/default/rc.html | |
parent | f823ff4bdab5bea277c34d8804de946d7c7961e1 (diff) | |
download | vdradmin-am-3.4.6beta5.tar.gz vdradmin-am-3.4.6beta5.tar.bz2 |
2006-06-30: 3.4.6beta5v3.4.6beta5
- Changed: "channels" column in timeline uses max 10% of available width.
- Fixed: programming a timer in prog_detail in FireFox.
- Fixed: HTML warnings.
- Fixed: find repeatings containing "&" in prog_detail (Bug #0000104, Reported by hajo).
- Changed: TV and remote control to better fit new "default" theme.
- Fixed: correct sorting in prog_list2 selectbox at the end of a month (Reported by sirtobi).
- Fixed: Extracting VDR version number.
Diffstat (limited to 'template/default/rc.html')
-rw-r--r-- | template/default/rc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/rc.html b/template/default/rc.html index ec03539..ff5d18e 100644 --- a/template/default/rc.html +++ b/template/default/rc.html @@ -19,7 +19,7 @@ </head> <body id="rc" onload="window.focus()"> - <table width="200" border="0" cellspacing="0" cellpadding="0" style="background-image: url(bilder/fern_back.jpg);"> + <table width="200" height="510" border="0" cellspacing="0" cellpadding="0" class="rc"> <tr> <td></td> <td><img src="bilder/spacer.gif" alt="" height="20" width="50" border="0" /></td> @@ -101,7 +101,7 @@ <tr> <td></td> <td><img src="bilder/spacer.gif" alt="" height="20" width="50" border="0" /></td> - <td><img src="bilder/spacer.gif" name="switchimage" width="1" height="1" /> </td> + <td><img src="bilder/spacer.gif" name="switchimage" width="1" height="1" alt="" /> </td> </tr> <tr> <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&key=VolumeMinus');"><img src="bilder/fern_39.jpg" alt="" height="27" width="67" border="0" /></a></td> |