From 9e5f487b35ac151fe6795e76c14e05e040132e09 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 7 Oct 2012 11:21:44 +0000 Subject: [PATCH] style change --- lam/lib/modules.inc | 2 ++ lam/templates/config/conflogin.php | 2 +- lam/templates/config/mainlogin.php | 2 +- lam/templates/login.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 6fde71ac..75c4abec 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -948,6 +948,7 @@ class accountContainer { $group = new htmlGroup(); // suffix $group->addElement(new htmlOutputText(_('Suffix'))); + $group->addElement(new htmlSpacer('2px', null)); $suffixList = array(); foreach ($this->getOUs() as $suffix) { $suffixList[getAbstractDN($suffix)] = $suffix; @@ -963,6 +964,7 @@ class accountContainer { $group->addElement(new htmlSpacer('10px', null)); // RDN selection $group->addElement(new htmlOutputText(_('RDN identifier'))); + $group->addElement(new htmlSpacer('2px', null)); $rdnlist = getRDNAttributes($this->type); $group->addElement(new htmlSelect('accountContainerRDN', $rdnlist, array($this->rdn))); $group->addElement(new htmlHelpLink('301')); diff --git a/lam/templates/config/conflogin.php b/lam/templates/config/conflogin.php index 11bb1886..018c63f3 100644 --- a/lam/templates/config/conflogin.php +++ b/lam/templates/config/conflogin.php @@ -113,7 +113,7 @@ echo $_SESSION['header'];

- +
diff --git a/lam/templates/config/mainlogin.php b/lam/templates/config/mainlogin.php index bcc78422..4118ea5c 100644 --- a/lam/templates/config/mainlogin.php +++ b/lam/templates/config/mainlogin.php @@ -125,7 +125,7 @@ echo $_SESSION['header'];
-
+
diff --git a/lam/templates/login.php b/lam/templates/login.php index 1817e38e..7f80dfd5 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -270,7 +270,7 @@ function display_LoginPage($config_object) { ?>

-
+
Logo