diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-03-22 12:27:44 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-03-22 12:27:44 +0100 |
commit | 46de243c304867eff807fef1e2fc31c9ad8f2f66 (patch) | |
tree | 22a0cfb4e1f0c50d2f64ce875f99d03b141ce1a5 /template/Deutsch/tv.html | |
parent | 5083c05ce2e2bfc5719346d809719ebf01b0e69d (diff) | |
download | vdradmin-am-0.97-am2a.tar.gz vdradmin-am-0.97-am2a.tar.bz2 |
2005-03-22: 0.97-am2av0.97-am2a
- fixed Volume+ and Volume- in TV (Reported by Unimatrix0)
- fixed missplaced channel name prog_summary (Reported by several people)
- added updated English templates (Supplied by C.Y.M)
- now VDRAdmin understands timers format from vdr1.3.22- and vdr1.3.23 (Supplied by Stefan Neuwirth)
- fixed small display problem in timeline.
Diffstat (limited to 'template/Deutsch/tv.html')
-rw-r--r-- | template/Deutsch/tv.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/Deutsch/tv.html b/template/Deutsch/tv.html index 9c13aac..f844a1a 100644 --- a/template/Deutsch/tv.html +++ b/template/Deutsch/tv.html @@ -248,9 +248,9 @@ select { font-weight: normal; width: 55px; height: 20px; font-size: 9px; font-fa <td></td> </tr> <tr> - <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&key=volminus');"><img src="bilder/fern_39.jpg" alt="" height="27" width="67" border="0"></a></td> + <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> <td></td> - <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&key=volplus');"><img src="bilder/fern_40.jpg" alt="" height="27" width="67" border="0"></a></td> + <td><a href="javascript:switch_channel('./vdradmin.pl?aktion=rc_hitk&key=VolumePlus');"><img src="bilder/fern_40.jpg" alt="" height="27" width="67" border="0"></a></td> </tr> <tr> <td></td> |