diff options
Diffstat (limited to 'whats_on_now.ecpp')
-rw-r--r-- | whats_on_now.ecpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/whats_on_now.ecpp b/whats_on_now.ecpp index e0fe5b0..7dc2bf6 100644 --- a/whats_on_now.ecpp +++ b/whats_on_now.ecpp @@ -3,6 +3,9 @@ #include <vdr/channels.h> #include <vdr/epg.h> #include <vdr/config.h> +#include "tools.h" + +using namespace vdrlive; </%pre> <%args> @@ -25,7 +28,7 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); </div> <div class="inhalt"> <div class="head_box"> - <$ tr("What's running at") $> <$ tr("o'clock") $> + <$ tr("What's running at") $> <$ FormatDateTime(tr("%I.%M %p"), time(0)) $> </div> <{ @@ -41,6 +44,8 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); }> <div class="event"> <div class="station"><$ Channel->Name() $></div> + <div class="tools"> + </div> <span class="title"><$ title $></span><br/> <span class="short"><$ short_description $></span> <p><$ description $></p> |