From a36087e405be4647404d159265337272671fe881 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 18 Jan 2018 10:48:09 +0100 Subject: [PATCH] add chzn-select for attributes --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 50712bbf8..dcb5ee104 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1227,7 +1227,7 @@ $(document).ready(function() { } else { echo "\""; } - echo "".((!$norequire && $attrdef->getMinValues() > 0) ? ' required' : '').">"; + echo "".((!$norequire && $attrdef->getMinValues() > 0) ? ' required' : '')." class=\"chzn-select\">"; if(!$attrdef->getMultipleValues()) { echo ""; }