From d6cd168f3f0d71f16ea8d248b2781d9ba48ad65b Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 18 May 2006 08:15:27 +0000 Subject: [PATCH] Fixed phone list Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3412 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 15 ++++++++++++++ .../addons/addressbook/class_addressbook.inc | 9 ++++----- plugins/addons/addressbook/contents.tpl | 8 ++++---- .../applications/class_divListApplication.inc | 20 +++++++++---------- plugins/admin/ogroups/class_termgroup.inc | 2 +- 5 files changed, 34 insertions(+), 20 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 0d36d72b7..2204b787e 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -289,6 +289,12 @@ table.menuitem:hover { td.phonelist:hover { background-color:#d2d2d2; + border-right:1px solid #B0B0B0; + border-bottom:1px solid #B0B0B0; +} + +td.phonelist { + border-right:1px solid #B0B0B0; } h1.menuheader { @@ -758,3 +764,12 @@ input.menubar{ padding:0px; width:100%; } + +td.tbhead { + border-right:1px solid #B0B0B0; + border-bottom:1px solid #B0B0B0; +} + +td.tbrhead { + border-bottom:1px solid #B0B0B0; +} diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index 6ec8948e9..615a5bbfb 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -336,7 +336,6 @@ class addressbook extends plugin /* Walk through LDAP results */ while ($attrs= $ldap->fetch()){ -#! hickert /* prevent empty vaiables */ foreach($this->attributes as $atr) { if(!isset($attrs[$atr][0])) { @@ -358,18 +357,18 @@ class addressbook extends plugin "".$attrs['sn'][0].", ".$attrs['givenName'][0]. " - + ".$attrs['telephoneNumber'][0]." - + ".$attrs['facsimileTelephoneNumber'][0]." - + ".$attrs['mobile'][0]." - + ".$attrs['homePhone'][0]." diff --git a/plugins/addons/addressbook/contents.tpl b/plugins/addons/addressbook/contents.tpl index c39931573..3e61376fe 100644 --- a/plugins/addons/addressbook/contents.tpl +++ b/plugins/addons/addressbook/contents.tpl @@ -1,7 +1,7 @@ - +
- +
@@ -11,8 +11,8 @@ - - + + {$search_result}
{t}Name{/t}{t}Phone{/t}{t}Fax{/t}{t}Mobile{/t}{t}Private{/t}{t}Contact{/t}{t}Name{/t}{t}Phone{/t}{t}Fax{/t}{t}Mobile{/t}{t}Private{/t}{t}Contact{/t}
diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc index 2d9cebc59..646caf12b 100755 --- a/plugins/admin/applications/class_divListApplication.inc +++ b/plugins/admin/applications/class_divListApplication.inc @@ -94,17 +94,17 @@ class divListApplication extends MultiSelectWindow * It provides general navigation and object creation */ $listhead = "
". - "  ". - "  ". - "  ". - "  ". + "  ". + "  ". + "  ". + "  ". "  ". - "  ". + "  ". $Copy_Paste. "  ". _("Base")." ". diff --git a/plugins/admin/ogroups/class_termgroup.inc b/plugins/admin/ogroups/class_termgroup.inc index 49d099202..fab217ef8 100644 --- a/plugins/admin/ogroups/class_termgroup.inc +++ b/plugins/admin/ogroups/class_termgroup.inc @@ -108,7 +108,7 @@ class termgroup extends plugin /* Check for valid ntpServer selection */ if((!$this->inheritTimeServer) && (!count($this->gotoNtpServer))){ - $message[]= _("There must be at least one NTP server selected, or the inherit mode activated."); + $message[]= _("There must be at least one NTP server selected."); } return($message); } -- 2.30.2