diff options
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index e94e885..ff42045 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -32,23 +32,23 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); set_component = component; }> <div class="menu"> - <a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a> | - <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> | - <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> | + <a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a> + | <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> + | <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> % if ( LiveFeatures< features::epgsearch >().Recent() ) { - <a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> | - <a href="searchtimers.html" <& menu.setactive current=("searchtimers") &>><$ tr("Searchtimers") $></a> | + | <a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> + | <a href="searchtimers.html" <& menu.setactive current=("searchtimers") &>><$ tr("Searchtimers") $></a> % } - <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> | - <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> | - <a href="setup.html" <& menu.setactive current=("setup") &>><$ tr("Setup") $></a> + | <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> + | <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> + | <a href="setup.html" <& menu.setactive current=("setup") &>><$ tr("Setup") $></a> <# --- Used by D.H. to test infobox (not part of the released version) | <a href="ibox_status.html" <& menu.setactive current=("status") &>><$ tr("Status Test") $></a> --- #> % if (LiveSetup().UseAuth()) { | <a id="login" href="login.html?action=logout"><$ tr("Logout") $></a> % } - | <a<& tooltip.display domId=("aboutBox") &> href="#">?</a> + | <a <& tooltip.display domId=("aboutBox") &>>?</a> </div> % if (!component.empty()) { <div class="pagemenu"> @@ -67,9 +67,6 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); </div> </div> % } -<div style="display:none;"> - <& pageelems.about_tt_box &> -</div> <%def setactive> <%args> |