From ec1c5ae13b2b6ac01d136034223ff0ad38c5fe11 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 29 May 2007 16:17:33 +0000 Subject: - added bugtracking information to about box - added nicknames to about box --- css/styles.css | 4 ++++ pages/pageelems.ecpp | 13 ++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/css/styles.css b/css/styles.css index 014d229..90eb633 100644 --- a/css/styles.css +++ b/css/styles.css @@ -933,6 +933,10 @@ div#aboutBox_tip { padding-left: 200px; } +.about_box div.about_content div.about_line { + padding-left: 5px; +} + .about_box div.about_content div.about_head { font-weight: bold; margin-top: 0px; diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 8a99931..e7f2915 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -187,15 +187,15 @@ static bool HasEpgsearch()
<$ tr("Authors") $>
<$ tr("Project leader") $>:
-
Thomas Keil
+
Thomas Keil (Thomas)
<$ tr("Webserver") $>:
-
Sascha Volkenandt
+
Sascha Volkenandt (LordJaxom)
<$ tr("Content") $>:
-
Dieter Hametner
+
Dieter Hametner (tadi)
<$ tr("Content") $>:
-
Christian Wieninger
+
Christian Wieninger (winni)
<$ tr("Graphics") $>:
-
Michael Brückner
+
Michael Brückner (skiller2k1)
<$ tr("Information") $>
<$ tr("LIVE version") $>:
<$ LIVEVERSION $>
@@ -209,6 +209,9 @@ static bool HasEpgsearch() }> active.png"/> EPGsearch <$ epgsearchVersion $>(Homepage)
+
<$ tr("Bugs and suggestions") $>
+
<$ tr("If you encounter any problems or like to suggest new features, please use our bugtracker:") $>
+ http://www.vdr-developer.org/mantisbt
-- cgit v1.2.3