diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-18 00:11:42 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-18 00:11:42 +0000 |
commit | 850fe0ddff35d86a0a3c876ee518ecfb778767d5 (patch) | |
tree | ee17377c20c3f9f41f9e53b7c26de21afb0e91ee /pages/whats_on.ecpp | |
parent | b6ebbd4df6a6a588692bd0e5e1bbd1d920aad3e1 (diff) | |
download | vdr-plugin-live-850fe0ddff35d86a0a3c876ee518ecfb778767d5.tar.gz vdr-plugin-live-850fe0ddff35d86a0a3c876ee518ecfb778767d5.tar.bz2 |
- Changed default tooltip style class to domTThint
- Added tooltip style class domTTepg for epg infos like in recordings
- Added new pageelement.epg_tt_box to create epg box tooltips.
Used at moment in recordings. Planned also for whats_on and schedule.
- Changed structure of event box in whats_on to same structure like
epg box. This makes the styling comparable between the two boxes.
- added bg_tools.png to with a vertical fadeing border to resemble the
fading bottom of more line oriented pages.
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 50fb460..ffde366 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -68,16 +68,18 @@ if (type == "now") { <div class="station"> <div><div><div><$ channel_name $></div></div></div> </div> - <div class="tools"> - <& pageelems.event_timer channelid=(channel_id) eventid=(event) &> - </div> <div class="content"> - <div class="info"><$ start $> - <$ end $></div> - <div class="title"><$ title $></div> - <div class="short"><$ short_description $></div> - <div class="description"> - <$ description $> + <div class="tools"> + <& pageelems.event_timer channelid=(channel_id) eventid=(event) &> </div> + <div> + <div class="info"><$ start $> - <$ end $></div> + <div class="title"><$ title $></div> + <div class="short"><$ short_description $></div> + <div class="description"> + <$ description $> + </div> + </div> </div> </div> |