From 0461c207494a180846825312625475f9c36f4cae Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 31 May 2005 05:30:15 +0000 Subject: [PATCH] Usermng free from SELECT_ git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@507 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/users/class_userManagement.inc | 4 ---- plugins/admin/users/headpage.tpl | 3 --- 2 files changed, 7 deletions(-) diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc index e41789989..ea650026b 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/admin/users/class_userManagement.inc @@ -527,10 +527,6 @@ class userManagement extends plugin /* Show main page */ $smarty->assign("userlist", $this->userlist); - if(count($this->userlist)) { - $smarty->assign("SELECT_userlist",true); - } else { - $smarty->assign("SELECT_userlist",false); } $smarty->assign("search_image", get_template_path('images/search.png')); $smarty->assign("tree_image", get_template_path('images/tree.png')); diff --git a/plugins/admin/users/headpage.tpl b/plugins/admin/users/headpage.tpl index f195f2b39..36c93a53e 100644 --- a/plugins/admin/users/headpage.tpl +++ b/plugins/admin/users/headpage.tpl @@ -9,11 +9,8 @@


  -- 2.30.2