From efc6c043a5fa0d557e82b562a8139e2a42541a89 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 25 Jan 2011 21:13:46 +0100 Subject: Applied patch (live-git-20110125-layout-fixes.patch.gz) supplied by Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues of the multischedule extension of LIVE. --- pages/multischedule.ecpp | 6 +++--- pages/setup.ecpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'pages') diff --git a/pages/multischedule.ecpp b/pages/multischedule.ecpp index c160aad..39bf20a 100644 --- a/pages/multischedule.ecpp +++ b/pages/multischedule.ecpp @@ -51,7 +51,7 @@ bool logged_in(false); <%include>page_init.eh <%cpp> if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); -pageTitle = trVDR("Schedule"); +pageTitle = tr("MultiSchedule"); ReadLock channelsLock( Channels ); if ( !channelsLock ) @@ -412,8 +412,8 @@ pageTitle = trVDR("Schedule"); row_class += odd ? " odd " : " even "; - - + + <%cpp> if ( minutes < MINUTES_PER_ROW ) { diff --git a/pages/setup.ecpp b/pages/setup.ecpp index 7279ad0..b59d1bb 100644 --- a/pages/setup.ecpp +++ b/pages/setup.ecpp @@ -205,12 +205,12 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP))
<$ tr("Streamdev stream type") $>:
- - + @@ -255,7 +255,7 @@ if (!cUser::CurrentUserHasRightTo(UR_EDITSETUP)) - + -- cgit v1.2.3