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/navigation.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/navigation.html')
-rw-r--r-- | template/default/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/navigation.html b/template/default/navigation.html index bbcdc1b..3bf3754 100644 --- a/template/default/navigation.html +++ b/template/default/navigation.html @@ -22,7 +22,7 @@ <body id="navigation"> <div class="logo"> - <a href="./" target="_top"><tmpl_if linvdr><img src="bilder/logo_linvdr.gif" alt="" height="50px" width="150px" border="0" /><tmpl_else><img src="bilder/logo_other.png" alt="" height="50" width="150" border="0" /></tmpl_if></a> + <a href="./" target="_top"><tmpl_if linvdr><img src="bilder/logo_linvdr.gif" alt="" height="50" width="150" border="0" /><tmpl_else><img src="bilder/logo_other.png" alt="" height="50" width="150" border="0" /></tmpl_if></a> </div> <div class="nav_bar"> <div class="navi" id="prog_summary"> |