summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e1f170e)
raw | patch | inline | side by side (parent: e1f170e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 09:00:44 +0000 (09:00 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc
index c6d54f13a82f70b0bfdee0ab6d5b2cdf1d1060ab..965746d21dc78b1fdab6a85dd7cd26640a7eb60e 100644 (file)
$edit = "<input type='image' value='%s' name='edit_%s' src='images/edit.png'> ";
$delete = "<input type='image' value='%s' name='delete_%s' src='images/edittrash.png'>";
- if(count($this->repositories)==0){
- $divlist->AddEntry(array(
- array("string"=>" ","attach"=>"style='width:80px;'"),
- array("string"=>" "),
- array("string"=>" ","attach"=>"style='border-right:0px;width:50px;text-align:right;'")
- ));
- }
-
foreach($this->repositories as $name => $reps){
$str = " ";