From d82b95335f8b8556fc6318c11bfb7197b23f158a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 31 Aug 2010 18:05:17 +0000 Subject: [PATCH] minor style update for header line --- lam/lib/selfService.inc | 2 +- lam/templates/config/conflogin.php | 12 ++++++++++-- lam/templates/config/confmain.php | 2 +- lam/templates/config/confmodules.php | 2 +- lam/templates/config/conftypes.php | 2 +- lam/templates/config/index.php | 12 ++++++++++-- lam/templates/config/mainlogin.php | 12 ++++++++++-- lam/templates/config/mainmanage.php | 12 ++++++++++-- lam/templates/config/moduleSettings.php | 2 +- lam/templates/config/profmanage.php | 12 ++++++++++-- lam/templates/login.php | 12 ++++++++++-- 11 files changed, 65 insertions(+), 17 deletions(-) diff --git a/lam/lib/selfService.inc b/lam/lib/selfService.inc index 8d6672ad..b292352e 100644 --- a/lam/lib/selfService.inc +++ b/lam/lib/selfService.inc @@ -305,7 +305,7 @@ class selfServiceProfile { $this->LDAPUser = ""; $this->LDAPPassword = ""; $this->searchAttribute = "uid"; - $this->pageHeader = '
 LDAP Account Manager  LDAP Account Manager

'; + $this->pageHeader = '
 LDAP Account Manager  LDAP Account Manager

'; $this->additionalCSS = ''; $this->loginCaption = "Welcome to LAM self service. Please enter your user name and password."; $this->loginAttributeText = "User name"; diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index 38e4a1ec..174fd1f1 100644 --- a/lam/templates/config/conflogin.php +++ b/lam/templates/config/conflogin.php @@ -62,7 +62,15 @@ echo $_SESSION['header']; echo _("Login"); ?> - + read()) { + if (substr($cssEntry, strlen($cssEntry) - 4, 4) != '.css') continue; + echo "\n"; + } + ?> @@ -89,7 +97,7 @@ echo $_SESSION['header']; echo "//-->\n"; echo "\n"; ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index 6f72318b..51c47162 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -145,7 +145,7 @@ foreach ($jsFiles as $jsEntry) { echo "\n"; } ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/confmodules.php b/lam/templates/config/confmodules.php index d6e05f60..75344f47 100644 --- a/lam/templates/config/confmodules.php +++ b/lam/templates/config/confmodules.php @@ -123,7 +123,7 @@ foreach ($jsFiles as $jsEntry) { } ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/conftypes.php b/lam/templates/config/conftypes.php index 26b95f3f..0ea1a6ff 100644 --- a/lam/templates/config/conftypes.php +++ b/lam/templates/config/conftypes.php @@ -141,7 +141,7 @@ foreach ($jsFiles as $jsEntry) { } ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/index.php b/lam/templates/config/index.php index 7e5f2dea..c30c965d 100644 --- a/lam/templates/config/index.php +++ b/lam/templates/config/index.php @@ -50,11 +50,19 @@ echo $_SESSION['header']; echo _("Configuration overview"); ?> - + read()) { + if (substr($cssEntry, strlen($cssEntry) - 4, 4) != '.css') continue; + echo "\n"; + } + ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/mainlogin.php b/lam/templates/config/mainlogin.php index 32044d07..e3048aa9 100644 --- a/lam/templates/config/mainlogin.php +++ b/lam/templates/config/mainlogin.php @@ -70,7 +70,15 @@ echo $_SESSION['header']; echo _("Login"); ?> - + read()) { + if (substr($cssEntry, strlen($cssEntry) - 4, 4) != '.css') continue; + echo "\n"; + } + ?> @@ -97,7 +105,7 @@ echo $_SESSION['header']; echo "\n"; } ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/mainmanage.php b/lam/templates/config/mainmanage.php index fe49a78a..cc5d6792 100644 --- a/lam/templates/config/mainmanage.php +++ b/lam/templates/config/mainmanage.php @@ -134,11 +134,19 @@ echo $_SESSION['header']; echo _("Edit general settings"); ?> - + read()) { + if (substr($cssEntry, strlen($cssEntry) - 4, 4) != '.css') continue; + echo "\n"; + } + ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/moduleSettings.php b/lam/templates/config/moduleSettings.php index 4997079e..53a0e980 100644 --- a/lam/templates/config/moduleSettings.php +++ b/lam/templates/config/moduleSettings.php @@ -122,7 +122,7 @@ foreach ($jsFiles as $jsEntry) { } ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/config/profmanage.php b/lam/templates/config/profmanage.php index e48f309c..cfddcadd 100644 --- a/lam/templates/config/profmanage.php +++ b/lam/templates/config/profmanage.php @@ -52,11 +52,19 @@ echo $_SESSION['header']; echo _("Profile management"); ?> - + read()) { + if (substr($cssEntry, strlen($cssEntry) - 4, 4) != '.css') continue; + echo "\n"; + } + ?> - +
 LDAP Account Manager  LDAP Account Manager diff --git a/lam/templates/login.php b/lam/templates/login.php index 136fe420..887f0405 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -150,7 +150,15 @@ function display_LoginPage($config_object) { echo $_SESSION["header"]; ?> LDAP Account Manager - + read()) { + if (substr($cssEntry, strlen($cssEntry) - 4, 4) != '.css') continue; + echo "\n"; + } + ?> @@ -185,7 +193,7 @@ function display_LoginPage($config_object) { echo "\n"; ?> - +
 LDAP Account Manager  LDAP Account Manager