Code

Fixed something
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Dec 2005 09:00:44 +0000 (09:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Dec 2005 09:00:44 +0000 (09:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2287 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servRepository.inc

index c6d54f13a82f70b0bfdee0ab6d5b2cdf1d1060ab..965746d21dc78b1fdab6a85dd7cd26640a7eb60e 100644 (file)
@@ -187,14 +187,6 @@ class servrepository extends plugin
     $edit   = "<input type='image' value='%s' name='edit_%s'   src='images/edit.png'>&nbsp;";
     $delete = "<input type='image' value='%s' name='delete_%s' src='images/edittrash.png'>";
   
-    if(count($this->repositories)==0){
-      $divlist->AddEntry(array(
-                                array("string"=>"&nbsp;","attach"=>"style='width:80px;'"),
-                                array("string"=>"&nbsp;"),
-                                array("string"=>"&nbsp;","attach"=>"style='border-right:0px;width:50px;text-align:right;'")
-                                ));
-    }
     foreach($this->repositories as $name => $reps){
 
       $str = " ";