From b80ffbf7c348250fef5a323be885e718f9401fd3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 1 Apr 2020 14:04:24 +0200 Subject: [PATCH] set data-allow-clear for select2 --- views/bootstrap/class.Settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) {