summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7120434)
raw | patch | inline | side by side (parent: 7120434)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Apr 2007 12:17:55 +0000 (12:17 +0000) | ||
committer | hickert <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 | patch | blob | history | |
setup/setup_step1.tpl | patch | blob | history | |
setup/setup_step2.tpl | patch | blob | history | |
setup/setup_step4.tpl | patch | blob | history |
index 70b85d11415f0df6616911f75f0191b2f6e58471..0b3eeaeabf64490af4221909f03e8b7a8c234b28 100644 (file)
/* Text used in info div. On warnings */
div.step2_warning_text{
- background-image: url('images/warning.png');
background-repeat: no-repeat;
padding-left: 35px;
}
diff --git a/setup/setup_step1.tpl b/setup/setup_step1.tpl
index 11e2ffbd6f3c5b468fd91dd0d91c25866a19da43..a2c23394e22f3132ad8d20726544e8d2deb7e81e 100644 (file)
--- a/setup/setup_step1.tpl
+++ b/setup/setup_step1.tpl
<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;'>
diff --git a/setup/setup_step2.tpl b/setup/setup_step2.tpl
index 833e0fb27979210b4c2cbd83f4b0d67c87e306e5..8d2597ac33d2c36b1bf7a23b2383b9e669d8260f 100644 (file)
--- a/setup/setup_step2.tpl
+++ b/setup/setup_step2.tpl
<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>
diff --git a/setup/setup_step4.tpl b/setup/setup_step4.tpl
index 2722d8274aefab556f031f1baf7f9fbef0c7c6b0..e468d8bb58ed624927c6577c4252b918ab5c2892 100644 (file)
--- a/setup/setup_step4.tpl
+++ b/setup/setup_step4.tpl
<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>