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/prog_detail.html | |
parent | f823ff4bdab5bea277c34d8804de946d7c7961e1 (diff) | |
download | vdradmin-am-ada389d94b34bfef75be700a6cb4e3f05ee102ff.tar.gz vdradmin-am-ada389d94b34bfef75be700a6cb4e3f05ee102ff.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/prog_detail.html')
-rw-r--r-- | template/default/prog_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/prog_detail.html b/template/default/prog_detail.html index 9b6879b..f78935a 100644 --- a/template/default/prog_detail.html +++ b/template/default/prog_detail.html @@ -34,7 +34,7 @@ </tmpl_if> <tmpl_if recurl> <span class="action record"> - <a href="javascript:window.close();opener.location.href='<tmpl_var recurl>'"><img src="bilder/rec_button.png" border="0" alt="<%! record !%>" onmouseover="window.status='<%! record !%>';return true" title="<%! record !%>" /></a> + <a href="javascript:void(opener.location.href='<tmpl_var recurl>');window.close()"><img src="bilder/rec_button.png" border="0" alt="<%! record !%>" onmouseover="window.status='<%! record !%>';return true" title="<%! record !%>" /></a> </span> </tmpl_if> <span class="action repeatings"> @@ -82,7 +82,7 @@ <tmpl_if epgimages> <div class="epg_images"> <tmpl_loop epgimages> - <img src="<tmpl_var image>"/> + <img src="<tmpl_var image>" alt=""/> </tmpl_loop> </div> </tmpl_if> |