summaryrefslogtreecommitdiff
path: root/pages/whats_on.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r--pages/whats_on.ecpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp
index 7c91393..bab6a57 100644
--- a/pages/whats_on.ecpp
+++ b/pages/whats_on.ecpp
@@ -45,7 +45,7 @@ if (type == "now") {
</head>
<body onload="<& pageelems.infobox_start_update &>">
<& pageelems.logo &>
- <& menu active=(type) &>
+ <& menu active=("whats_on") component=("whats_on.whats_on_actions")>
<div class="inhalt">
<{
EpgEvents epgEvents;
@@ -118,3 +118,8 @@ if (type == "now") {
</body>
</html>
<%include>page_exit.eh</%include>
+
+<%def whats_on_actions>
+<a href="whats_on.html?type=now"><$ tr("Now") $></a>&nbsp;&nbsp;
+<a href="whats_on.html?type=next"><$ tr("Next") $></a>
+</%def>