summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/styles.css4
-rw-r--r--i18n.cpp48
-rw-r--r--pages/login.ecpp2
-rw-r--r--pages/menu.ecpp3
4 files changed, 53 insertions, 4 deletions
diff --git a/css/styles.css b/css/styles.css
index 78a2b02..1f90b75 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -124,6 +124,10 @@ div.menu a {
font-weight: bold;
}
+a#login {
+ color: #F5FF2D;
+}
+
div.menu a.active {
text-decoration: none;
color: #FFDB88;
diff --git a/i18n.cpp b/i18n.cpp
index 36721b5..16d9d8a 100644
--- a/i18n.cpp
+++ b/i18n.cpp
@@ -2757,8 +2757,8 @@ const tI18nPhrase Phrases[] = {
"", // Dansk
"", // Czech
},
- { "Login", // English
- "Login", // Deutsch
+ { "User", // English
+ "Benutzer", // Deutsch
"", // Slovenski
"", // Italiano
"", // Nederlands
@@ -2933,6 +2933,50 @@ const tI18nPhrase Phrases[] = {
"", // Dansk
"", // Czech
},
+ { "Logout", // English
+ "Abmelden", // Deutsch
+ "", // Slovenski
+ "", // Italiano
+ "", // Nederlands
+ "", // Português
+ "", // Français
+ "", // Norsk
+ "", // Finnish
+ "", // Polski
+ "", // Español
+ "", // Greek
+ "", // Svenska
+ "", // Românã
+ "", // Magyar
+ "", // Català
+ "", // Russian
+ "", // Hrvatski
+ "", // Eesti
+ "", // Dansk
+ "", // Czech
+ },
+ { "Login", // English
+ "Anmelden", // Deutsch
+ "", // Slovenski
+ "", // Italiano
+ "", // Nederlands
+ "", // Português
+ "", // Français
+ "", // Norsk
+ "", // Finnish
+ "", // Polski
+ "", // Español
+ "", // Greek
+ "", // Svenska
+ "", // Românã
+ "", // Magyar
+ "", // Català
+ "", // Russian
+ "", // Hrvatski
+ "", // Eesti
+ "", // Dansk
+ "", // Czech
+ },
/*
diff --git a/pages/login.ecpp b/pages/login.ecpp
index afa7a15..7b4249e 100644
--- a/pages/login.ecpp
+++ b/pages/login.ecpp
@@ -48,7 +48,7 @@ if (logged_in || !LiveSetup().UseAuth()) return reply.redirect("whats_on.html");
<input type="hidden" name="action" value="login" />
<table class="login">
<tr>
- <td><$ tr("Login") $></td>
+ <td><$ tr("User") $></td>
<td><input type="text" name="login" value="<$ login $>" /></td>
<td>&nbsp;</td>
</tr>
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">