summaryrefslogtreecommitdiff
path: root/pages/multischedule.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/multischedule.ecpp')
-rw-r--r--pages/multischedule.ecpp6
1 files changed, 3 insertions, 3 deletions
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</%include>
<%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>
- <tr class=" <$ row_class $>">
- <td class=" time leftcol ">
+ <tr>
+ <td class=" time leftcol rightcol <$ row_class $>">
<%cpp>
if ( minutes < MINUTES_PER_ROW )
{