diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index d00cd23b9..a8ecb3e3d 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -512,7 +512,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site')); case "categories": $categories = $dms->getDocumentCategories(); if($categories) { - echo ""; if($allowempty) echo ""; foreach($categories as $category) { @@ -527,7 +527,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site')); case "users": $users = $dms->getAllUsers(); if($users) { - echo ""; if($allowempty) echo ""; foreach($users as $curuser) { @@ -542,7 +542,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site')); case "groups": $recs = $dms->getAllGroups(); if($recs) { - echo ""; if($allowempty) echo ""; foreach($recs as $rec) { @@ -557,7 +557,7 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site')); case "attributedefinitions": $recs = $dms->getAllAttributeDefinitions(); if($recs) { - echo ""; if($allowempty) echo ""; foreach($recs as $rec) {