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/prog_timeline.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/prog_timeline.html')
-rw-r--r-- | template/Deutsch/prog_timeline.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/template/Deutsch/prog_timeline.html b/template/Deutsch/prog_timeline.html index 77dbb15..164d03e 100644 --- a/template/Deutsch/prog_timeline.html +++ b/template/Deutsch/prog_timeline.html @@ -103,14 +103,7 @@ <b>Timeline: <?% date.format(akt_sekunde, '%H:%M') %?> bis <?% date.format(bis_sec, '%H:%M') %?></b> </td> <td align="right" background="bilder/uebersicht_oben.gif"> - <nobr> -<?% IF akt_stunde <= jetzt_stunde %?> - <img src="bilder/pfeile_nachlinks_soft.gif" border="0"> -<?% ELSE %?> - <a href="<?% nowurl %?>&time=<?% akt_stunde - zeitrahmen | format('%02d') %?><?% akt_minute | format('%02d') %?>"><img src="bilder/pfeile_nachlinks.gif" border="0"></a> -<?% END %?> - <a href="<?% nowurl %?>&time=<?% bis_stunde | format('%02d') %?><?% akt_minute | format('%02d') %?>"><img src="bilder/pfeile_nachrechts.gif" border="0"></a> - </nobr> + <nobr><?% IF akt_stunde <= jetzt_stunde %?><img src="bilder/pfeile_nachlinks_soft.gif" border="0"><?% ELSE %?><a href="<?% nowurl %?>&time=<?% akt_stunde - zeitrahmen | format('%02d') %?><?% akt_minute | format('%02d') %?>"><img src="bilder/pfeile_nachlinks.gif" border="0"></a><?% END %?><a href="<?% nowurl %?>&time=<?% bis_stunde | format('%02d') %?><?% akt_minute | format('%02d') %?>"><img src="bilder/pfeile_nachrechts.gif" border="0"></a></nobr> </td> <td valign="top" width="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" height="30" width="30" border="0"></td> </tr> |