From a6bee83714383fa202f201ca3b5b36be9fdea00b Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 25 May 2007 20:57:27 +0000 Subject: - Adapted Aboutbox for better i18n support. - Modified styles for longer german translation strings. --- css/styles.css | 6 +++--- pages/pageelems.ecpp | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/styles.css b/css/styles.css index a147f4d..f2d22e3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -886,7 +886,7 @@ div.about_box { } div#aboutBox_tip { - width: 33%; + width: 45%; } .about_box div.about_description { @@ -912,11 +912,11 @@ div#aboutBox_tip { .about_box div.about_content div.about_left { text-align: right; float: left; - width: 100px; + width: 175px; } .about_box div.about_content div.about_right { - padding-left: 115px; + padding-left: 200px; } .about_box div.about_content div.about_head { diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 919d765..266ab84 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -186,22 +186,22 @@ static bool HasEpgsearch()
<$ tr("Authors") $>
-
<$ tr("Project leader:") $>
+
<$ tr("Project leader") $>:
Thomas Keil
-
<$ tr("Webserver:") $>
+
<$ tr("Webserver") $>:
Sascha Volkenandt
-
<$ tr("Content:") $>
+
<$ tr("Content") $>:
Dieter Hametner
-
<$ tr("Content:") $>
+
<$ tr("Content") $>:
Christian Wieninger
-
<$ tr("Graphics:") $>
+
<$ tr("Graphics") $>:
Michael Brückner
<$ tr("Information") $>
-
<$ tr("LIVE version:") $>
+
<$ tr("LIVE version") $>:
<$ LIVEVERSION $>
-
<$ tr("VDR version:") $>
+
<$ tr("VDR version") $>:
<$ VDRVERSION $>
-
<$ tr("Features:") $>
+
<$ tr("Features") $>:
<{ bool hasEpgsearch = HasEpgsearch(); -- cgit v1.2.3