From a0011da0cfeb0af36dce09c02bde140119822110 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 7 Jan 2007 17:44:41 +0000 Subject: Add space in whats-on header --- images/record.png | Bin 332 -> 580 bytes pages/whats_on.ecpp | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/images/record.png b/images/record.png index 4d31d9f..47dbc98 100644 Binary files a/images/record.png and b/images/record.png differ diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 4f27c22..dd2218b 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -18,7 +18,7 @@ type = "now"; cSchedulesLock schedulesLock; const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); -std::string head(tr("What's running at")+FormatDateTime(tr("%I:%M %p"), time(0))); +std::string head(tr("What's running at")+ std::string(" ") + FormatDateTime(tr("%I:%M %p"), time(0))); }> @@ -29,7 +29,7 @@ std::string head(tr("What's running at")+FormatDateTime(tr("%I:%M %p"), time(0)) +
@@ -37,7 +37,7 @@ std::string head(tr("What's running at")+FormatDateTime(tr("%I:%M %p"), time(0)) <& menu >
-<& pageelems.header_box content=(head) &> +<& pageelems.header_box content=(head) &> <{ ReadLock channelsLock( Channels ); @@ -58,8 +58,8 @@ std::string head(tr("What's running at")+FormatDateTime(tr("%I:%M %p"), time(0)) std::string end_h(FormatDateTime( "%H", Event->EndTime())); std::string start_m(FormatDateTime( "%M", Event->StartTime())); std::string end_m(FormatDateTime( "%M", Event->EndTime())); - - + + }> -- cgit v1.2.3
<$ channel_name $>