diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-26 21:51:48 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-26 21:51:48 +0000 |
commit | de7bf7a902d975e062c165e098a7ac9e1d990aac (patch) | |
tree | ff76ec102d2d8a50760e3c385560e656459fac09 /pages/menu.ecpp | |
parent | f843be4d3420540393ec801f5c41e9bc133ae74a (diff) | |
download | vdr-plugin-live-de7bf7a902d975e062c165e098a7ac9e1d990aac.tar.gz vdr-plugin-live-de7bf7a902d975e062c165e098a7ac9e1d990aac.tar.bz2 |
- added logout button in menu
- translation fixes
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index 3841b85..a801a80 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -22,7 +22,8 @@ std::string set_component; <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></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="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> | + <a id="login" href="login.html?action=logout"><$ tr("Logout") $></a> </div> % if (!component.empty()) { <div class="pagemenu"> |