summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/computers/groupoverview.php
diff options
context:
space:
mode:
authorTarik Gasmi2007-09-18 17:18:38 +0200
committerTarik Gasmi2007-09-18 17:18:38 +0200
commit12183ece8e4cb1bb81072a72f696572c8b3a07ee (patch)
tree1e7b274e6a4229d4d1819d4feaabe272b1037a62 /ldap-site-mngmt/webinterface/computers/groupoverview.php
parentAdded theme.conf for openslx theme for pxe. Only labels should be added autom... (diff)
downloadcore-12183ece8e4cb1bb81072a72f696572c8b3a07ee.tar.gz
core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.tar.xz
core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.zip
ldap-site-mngmt: actualized WebIF and DHCPConfig Generationscript
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1340 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/groupoverview.php')
-rw-r--r--ldap-site-mngmt/webinterface/computers/groupoverview.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/groupoverview.php b/ldap-site-mngmt/webinterface/computers/groupoverview.php
index b9f9ce05..15424fbd 100644
--- a/ldap-site-mngmt/webinterface/computers/groupoverview.php
+++ b/ldap-site-mngmt/webinterface/computers/groupoverview.php
@@ -37,6 +37,7 @@ $template->define_dynamic("Gruppen", "Webseite");
foreach ($group_array as $group){
+ $groupname = "<a href='group.php?dn=".$group['dn']."&sbmnr=".$i."' class='headerlink'>".$group['cn']."</a>";
$anzahlmember = count($group['member']);
if ( count($group['dhcphlpcont']) != 0 ){
@@ -46,7 +47,7 @@ foreach ($group_array as $group){
}else{$dhcpcont = "";}
$template->assign(array("DN" => $group['dn'],
- "GROUPCN" => $group['cn'],
+ "GROUPCN" => $groupname,
"GROUPDESC" => $group['description'],
"MEMBERS" => $anzahlmember,
# "MEMBER" => $group['member'],