summaryrefslogtreecommitdiff
path: root/template/default/prog_timeline.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-04-28 12:16:04 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-04-28 12:16:04 +0200
commit74606cfffbf79083902d79a330c00d46c12482e6 (patch)
tree963e2caf2609726f66e679961d0354395d4ec782 /template/default/prog_timeline.html
parent136ed36ec93e38a84f88dbcb40ee7e17cdffa003 (diff)
downloadvdradmin-am-74606cfffbf79083902d79a330c00d46c12482e6.tar.gz
vdradmin-am-74606cfffbf79083902d79a330c00d46c12482e6.tar.bz2
2006-04-28: 3.4.5rcv3.4.5rc
- Changed: request full "from" email address for sending emails instead of domain only (Requested by siryoda). - Changed: no red background for inactive timers in prog_timeline (Requested by Zimbo). - Changed: result of a search is ordered by the event's start time instead of channel id (Suggested by scorp). - Fixed: crashes when sending emails (Thanks to Ville Skyttä for hints and siryoda for testing). - Fixed: error page sets charset correct. - Added: russian translation (Thanks to Oleg Roitburd and Allrussian-forum translation team) - Fixed: lots of perl warnings. - Updated: localization, French is again up-to-date (Thanks to Trois Six).
Diffstat (limited to 'template/default/prog_timeline.html')
-rw-r--r--template/default/prog_timeline.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/prog_timeline.html b/template/default/prog_timeline.html
index 9bc3ba9..75e2c78 100644
--- a/template/default/prog_timeline.html
+++ b/template/default/prog_timeline.html
@@ -42,8 +42,8 @@
-%?>
<style type="text/css">
- #prgtable { border-left-width:1px; border-left-style:solid; border-bottom-width:1px; border-bottom-style:solid; padding:2px; }
- #timertable { border-left-width:1px; border-left-style:solid; border-bottom-width:1px; border-bottom-style:solid; padding:2px; }
+ #prgtable { border-left-width:1px; border-left-style:solid; border-bottom-width:1px; border-bottom-style:solid; padding-left:1px; }
+ #timertable { border-left-width:1px; border-left-style:solid; border-bottom-width:1px; border-bottom-style:solid; padding-left:1px; }
<?% IF jetzt_stunde >= akt_stunde && jetzt_stunde < akt_stunde + zeitrahmen %?>
#timeline { position:absolute; filter:Alpha(opacity=50); top:150px; left:<?% left + seite + (einheit * diff_minute) + 30 %?>px; width:1px; height:<?% shows.keys.size * 21 + 2 %?>px; z-index:10; z-index:2; }