diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-23 18:55:47 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-23 18:55:47 +0100 |
commit | 3120fd09120f40432957e30a5560889badfa10a1 (patch) | |
tree | 4f255153431cf305d480e5c6e1b770db563f5db4 /pages/whats_on.ecpp | |
parent | 423b3f2852a891c8f92bad46f349826b7e8abe5f (diff) | |
download | vdr-plugin-live-3120fd09120f40432957e30a5560889badfa10a1.tar.gz vdr-plugin-live-3120fd09120f40432957e30a5560889badfa10a1.tar.bz2 |
Added nowrap class in styles.css. Time strings are now 'nonwrapable'.
Removed in german translations the 'Uhr' from time formating.
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index dc348be..042d08b 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -189,7 +189,7 @@ if (type == "now") { <& pageelems.epg_tool_box detail=(1) epgid=(epgEvent->Id()) title=(epgEvent->Title()) startTime=(epgEvent->GetStartTime()) endTime=(epgEvent->GetEndTime()) &> </div> <div> - <div class="info"><$ (timeSpan) $></div> + <div class="info nowrap"><$ (timeSpan) $></div> <div class="progress"><div><& pageelems.progressbar progress=(epgEvent->Elapsed()) duration=(epgEvent->Duration()) &></div></div> <div class="title withmargin"><$ (epgEvent->Title()) $></div> <div class="short withmargin"><$ (epgEvent->ShortDescr()) $></div> @@ -212,7 +212,7 @@ if (type == "now") { <& pageelems.epg_tool_box detail=(0) epgid=(epgEvent->Id()) title=(epgEvent->Title()) startTime=(epgEvent->GetStartTime()) endTime=(epgEvent->GetEndTime()) lastCurrentChanel=(lastCurrentChanel ? 1 : 0) &> <td class="topaligned <? lastCurrentChanel ? "bottomrow"?>"> <div class="withmargin"> - <div class="nomargin"><$ (timeSpan) $></div> + <div class="nomargin nowrap"><$ (timeSpan) $></div> <div class="progress"><div><& pageelems.progressbar progress=(epgEvent->Elapsed()) duration=(epgEvent->Duration()) &></div></div> </div> </td> |