From 7dfb0099027c833555ea3018c40874fd314bf5f2 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 12 Apr 2007 09:20:16 +0000 Subject: [PATCH] Updated setup step 4 to support 100% width git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6025 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 8 ++++---- setup/setup_step4.tpl | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 480b97d3c..32abdfc7f 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -1031,24 +1031,24 @@ li.step4_name, div.step4_name { vertical-align: middle; float:left; overflow: hidden; - width:200px; + width:25%; height:2.0em; background-color: #DDDDDD; } li.step4_value, div.step4_value { float:left; - width:360px; + width:50%; overflow: hidden; vertical-align: middle; height:2.0em; } li.step4_status, div.step4_status { - text-align:center; vertical-align: middle; overflow: hidden; height:2.0em; + width:25%; text-decoration: none; background-color: #DDDDDD; } @@ -1057,7 +1057,7 @@ li.step4_status, div.step4_status { ul.step4_container, div.step4_container { background-color: #E7E7E7; border: solid 2px #D7D7D7; - width:680px; + width:100%; height:2.0em; margin-top:2px; overflow: hidden; diff --git a/setup/setup_step4.tpl b/setup/setup_step4.tpl index f1757d207..20666dbd5 100644 --- a/setup/setup_step4.tpl +++ b/setup/setup_step4.tpl @@ -1,22 +1,23 @@

{t}ldap connection{/t}

-
+
{t}Please enter the server URI to allow the GOsa setup to connect your LDAP server (Example: ldap://your.server:389).{/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}
-
+
+
{if $resolve_user} -
+
- {html_options options=$resolved_users selected=$admin}
@@ -42,7 +43,7 @@
- +
@@ -71,9 +72,9 @@
{if $resolve_user} - + {else} - + {/if}
@@ -95,7 +96,7 @@
- +
@@ -124,3 +125,4 @@
+ -- 2.30.2