From: cajus Date: Thu, 12 Apr 2007 15:30:59 +0000 (+0000) Subject: Initial setup stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4e2cb86355ff715cccca4daf9e8f6a3aaae4b41b;p=gosa.git Initial setup stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6035 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/themes/default/images/go_logo.png b/html/themes/default/images/go_logo.png index b2b2099b0..9b597699c 100644 Binary files a/html/themes/default/images/go_logo.png and b/html/themes/default/images/go_logo.png differ diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 8d2fb86b5..1cb25177e 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -785,28 +785,35 @@ td.tbrhead { /* The body style */ body.setup_body { - background-image: none; + margin-left:0px; + margin-right:0px; + margin-top:0px; + margin-bottom:0px; + color:#00008F; + font-family:arial,helvetica,sans-serif; + font-size:12px; background-color: #979797; -/* margin: 10px;*/ + background-image: none; } /* The setup complete setup dialog */ div.setup_dialog { background-color:#FFF; - border-right: solid 2px #444444; - border-bottom: solid 2px #666666; - border-top: solid 1px #666; - /*border-left: solid 1px #666;*/ text-align: left; } /* Header col */ div.setup_header { - background-color: #D2F6C2; - font-size: 2.0em; - font-weight: bold; -/* vertical-align: center;*/ -/* padding:7px;*/ + background-color: #D2F6C2; + height:30px; + padding:2px 5px 2px 5px; + border-bottom: 1px solid #778F6E; +} + +div.setup_menu { + background-color: #F0F0F9; + padding:4px 5px 4px 5px; + border-bottom: 1px solid #B0B0B0; } /* Setup content header container */ @@ -821,7 +828,7 @@ div.setup_contents_container { div.setup_bottom { clear: left; background-color:#DDDDDD; - border-top: solid 1px #D0D0D0; + border-top: solid 1px red; } /******* @@ -846,7 +853,6 @@ div.setup_plug_header { /* Content col */ div.setup_contents { - border-bottom: solid 1px #D0D0D0; margin-right:2px; background-color:#FFFFFF; width:100%; @@ -871,7 +877,8 @@ div.setup_navigation { /* Navigation title */ div.setup_navigation_title { - font-size: 1.7em; + font-size: 1.2em; + font-weight: bold; background:#EEFFE6 ; text-decoration:none; width:100%; diff --git a/setup/class_setupStep1.inc b/setup/class_setupStep1.inc index 59a45524e..d7a759383 100644 --- a/setup/class_setupStep1.inc +++ b/setup/class_setupStep1.inc @@ -39,8 +39,8 @@ class setup_step_1 extends setup_step function update_strings() { - $this->s_title = _("Language selection"); - $this->s_title_long = _("Please choose a language"); + $this->s_title = _("Language setup"); + $this->s_title_long = _("Language setup"); $this->s_info = _("This step is allows you to select your prefered language."); } diff --git a/setup/setup_frame.tpl b/setup/setup_frame.tpl index 38588672d..e3be0e690 100644 --- a/setup/setup_frame.tpl +++ b/setup/setup_frame.tpl @@ -8,18 +8,15 @@ GOsa
- {t}GOsa setup{/t} + {t}GOsa setup wizard{/t}
-
+
-
- {t}Setup steps{/t} -
{$navigation}
-
    +
    • @@ -39,11 +36,11 @@
    +
+
{$bottom}
- - diff --git a/setup/setup_step1.tpl b/setup/setup_step1.tpl index 23f8c5224..3a665e39c 100644 --- a/setup/setup_step1.tpl +++ b/setup/setup_step1.tpl @@ -1,13 +1,9 @@ -
+
{t}Please select your prefered language{/t}
-
-
- {t}Setup language{/t} -
-
- {html_options options=$languages selected=$lang_selected}