Code

Some text/style updates for the new setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 Apr 2007 12:17:55 +0000 (12:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 11 Apr 2007 12:17:55 +0000 (12:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6011 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css
setup/setup_step1.tpl
setup/setup_step2.tpl
setup/setup_step4.tpl

index 70b85d11415f0df6616911f75f0191b2f6e58471..0b3eeaeabf64490af4221909f03e8b7a8c234b28 100644 (file)
@@ -1019,7 +1019,6 @@ div.step2_failed_text {
 
 /* Text used in info div. On warnings */
 div.step2_warning_text{
-       background-image: url('images/warning.png'); 
        background-repeat: no-repeat;     
        padding-left: 35px;
 }
index 11e2ffbd6f3c5b468fd91dd0d91c25866a19da43..a2c23394e22f3132ad8d20726544e8d2deb7e81e 100644 (file)
@@ -1,6 +1,6 @@
 <div>
        <div class='default'>
-               <b>{t}Please select the language you prefer to use GOsa with.{/t}</b>
+               <b>{t}Please select prefered language{/t}</b>
        </div>
        <br>
        <div  class='default' style='float:left;width:160px;'>
index 833e0fb27979210b4c2cbd83f4b0d67c87e306e5..8d2597ac33d2c36b1bf7a23b2383b9e669d8260f 100644 (file)
@@ -42,7 +42,7 @@
                                                <div class='step2_failed_text'>
                                                <b>{t}GOsa will NOT run without fixing this.{/t}</b>
                                        {else}
-                                               <div class="step2_warning_text">
+                                               <div class="step2_warning_text" style="background-image: url('images/warning.png')">
                                                <i>{t}GOsa will run without fixing this.{/t}</i>
                                        {/if}
                                        <br>
                                                <div class='step2_failed_text'>
                                                <b>{t}GOsa will NOT run without fixing this.{/t}</b>
                                        {else}
-                                               <div class='step2_warning_text'>
+                                               <div class='step2_warning_text' style="background-image: url('images/warning.png')">
                                                <i>{t}GOsa will run without fixing this.{/t}</i>
                                        {/if}
                                        <br>
                                                <div class='step2_failed_text'>
                                                <b>{t}GOsa will NOT run without fixing this.{/t}</b>
                                        {else}
-                                               <div class='step2_warning_text'>
+                                               <div class='step2_warning_text' style="background-image: url('images/warning.png')">
                                                <i>{t}GOsa will run without fixing this.{/t}</i>
                                        {/if}
                                        <br>
index 2722d8274aefab556f031f1baf7f9fbef0c7c6b0..e468d8bb58ed624927c6577c4252b918ab5c2892 100644 (file)
@@ -3,7 +3,7 @@
 <div style='width:600px;'>
 {t}Please enter the server URI to allow the GOsa setup to connect your LDAP server (Example: ldap://your.server:389).{/t}
 <br>
-{t}Use the 'Test' button to try a connect. The status will be shown on the bottom of the page.{/t}
+{t}Use the 'Test' button to try to connect with the given values. The status will be shown on the bottom of the page.{/t}
 <br>
 
 </div>