From 652a48e420469003a9796234962da0b61a3908d8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 5 Dec 2010 13:26:42 +0000 Subject: [PATCH] removed highlighting of sort column --- lam/docs/devel/upgrade.htm | 5 +++-- lam/lib/lists.inc | 2 +- lam/style/600_type_asteriskExt.css | 5 ----- lam/style/600_type_dhcp.css | 5 ----- lam/style/600_type_group.css | 5 ----- lam/style/600_type_host.css | 5 ----- lam/style/600_type_mailAlias.css | 5 ----- lam/style/600_type_netgroup.css | 5 ----- lam/style/600_type_smbDomain.css | 5 ----- lam/style/600_type_user.css | 8 -------- 10 files changed, 4 insertions(+), 46 deletions(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index e99c5fff..fb06138d 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -28,8 +28,9 @@ This is a list of API changes for all LAM releases.
-

3.2.0 -> 3.3.0

The cache was removed. Please use local caching and the functions searchLDAP... instead of get_cache().
-The return values for baseModule::pre/postDeleteActions() was changed to an array of status message parameters.
+

3.2.0 -> 3.3.0

The cache class was removed. Please use local caching and the functions searchLDAP... instead of get_cache().
+The return values for baseModule::pre/postDeleteActions() were changed to an array of StatusMessage parameters. +
CSS class TYPElist-sort removed without replacement.

3.1.0 -> 3.2.0

Account types: The CSS classes have changed. diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 07ac7957..e509d70a 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -327,7 +327,7 @@ class lamList { if ($this->sortDirection < 0) { $sortImage = "sort_desc.png"; } - echo "type . "list-sort\">type . "&". + echo "type . "&". "sort=" . strtolower($this->attrArray[$k]) . $this->filterText . "&norefresh=y" . "\">" . $this->descArray[$k] . " \"sort\n"; } diff --git a/lam/style/600_type_asteriskExt.css b/lam/style/600_type_asteriskExt.css index 73c12de8..566aed1f 100644 --- a/lam/style/600_type_asteriskExt.css +++ b/lam/style/600_type_asteriskExt.css @@ -71,11 +71,6 @@ table.asteriskExtlist input, table.asteriskExtlist select, table.asteriskExtlist background-color:#ffe27f !important; } -/* color of sorted column in head row */ -.asteriskExtlist-sort { - background-color:#fff3c8 !important; -} - fieldset.asteriskExtedit { background-color:#fff3c8; border:1px solid #af8800; diff --git a/lam/style/600_type_dhcp.css b/lam/style/600_type_dhcp.css index 45f94197..0b2ac5ec 100644 --- a/lam/style/600_type_dhcp.css +++ b/lam/style/600_type_dhcp.css @@ -72,11 +72,6 @@ table.dhcplist input, table.dhcplist select, table.dhcplist button { background-color:#9fc653 !important; } -/* color of sorted column in head row */ -.dhcplist-sort { - background-color:#bce077 !important; -} - fieldset.dhcpedit { background-color:#d4f19b; border:1px solid #527510; diff --git a/lam/style/600_type_group.css b/lam/style/600_type_group.css index 3f80e360..c637ffa9 100644 --- a/lam/style/600_type_group.css +++ b/lam/style/600_type_group.css @@ -71,11 +71,6 @@ table.grouplist input, table.grouplist select, table.grouplist button { background-color:#a8c3ff !important; } -/* color of sorted column in head row */ -.grouplist-sort { - background-color:#d6e3ff !important; -} - fieldset.groupedit { background-color:#d6e3ff; border:1px solid #7167bf; diff --git a/lam/style/600_type_host.css b/lam/style/600_type_host.css index 485f3c27..cdccfd1b 100644 --- a/lam/style/600_type_host.css +++ b/lam/style/600_type_host.css @@ -71,11 +71,6 @@ table.hostlist input, table.hostlist select, table.hostlist button { background-color:#ffc4ba !important; } -/* color of sorted column in head row */ -.hostlist-sort { - background-color:#ffe2dd !important; -} - fieldset.hostedit { background-color:#ffe2dd; border:1px solid #911a1a; diff --git a/lam/style/600_type_mailAlias.css b/lam/style/600_type_mailAlias.css index 7eba43fd..eee5f636 100644 --- a/lam/style/600_type_mailAlias.css +++ b/lam/style/600_type_mailAlias.css @@ -71,11 +71,6 @@ table.mailAliaslist input, table.mailAliaslist select, table.mailAliaslist butto background-color:#ffe27f !important; } -/* color of sorted column in head row */ -.mailAliaslist-sort { - background-color:#fff3c8 !important; -} - fieldset.mailAliasedit { background-color:#fff3c8; border:1px solid #af8800; diff --git a/lam/style/600_type_netgroup.css b/lam/style/600_type_netgroup.css index 03d2a68c..27c88c77 100644 --- a/lam/style/600_type_netgroup.css +++ b/lam/style/600_type_netgroup.css @@ -71,11 +71,6 @@ table.netgrouplist input, table.netgrouplist select, table.netgrouplist button { background-color:#a8c3ff !important; } -/* color of sorted column in head row */ -.netgrouplist-sort { - background-color:#d6e3ff !important; -} - fieldset.netgroupedit { background-color:#d6e3ff; border:1px solid #7167bf; diff --git a/lam/style/600_type_smbDomain.css b/lam/style/600_type_smbDomain.css index e493f4cd..d98e21a7 100644 --- a/lam/style/600_type_smbDomain.css +++ b/lam/style/600_type_smbDomain.css @@ -71,11 +71,6 @@ table.smbDomainlist input, table.smbDomainlist select, table.smbDomainlist butto background-color:#a8ddbf !important; } -/* color of sorted column in head row */ -.smbDomainlist-sort { - background-color:#c9ddd2 !important; -} - fieldset.smbDomainedit { background-color:#c9ddd2; border:1px solid #1d993e; diff --git a/lam/style/600_type_user.css b/lam/style/600_type_user.css index 46d99866..6b404104 100644 --- a/lam/style/600_type_user.css +++ b/lam/style/600_type_user.css @@ -56,14 +56,6 @@ table.userlist input, table.userlist select, table.userlist button { background-color:#fff2a3 !important; } -/* color of sorted column */ -.userlist-sort { - background-color:#fffde2 !important; -} - - - - /* style of navigation bar */ table.usernav { background-color:#fffde2;