From bc7204adf03cbff5646be80fbf454cfd48b1ea4c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 28 Apr 2026 07:57:52 +0200 Subject: [PATCH] add search icon behind number of attribute values --- views/bootstrap/class.AttributeMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index 9dbf982f3..6965cdbfc 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -113,7 +113,7 @@ $(document).ready( function() { $content .= "attributes[".$selattrdef->getID()."][from]=".urlencode($entry['value'])."&attributes[".$selattrdef->getID()."][to]=".urlencode($entry['value']); else $content .= "attributes[".$selattrdef->getID()."]=".urlencode($value[0]); - $content .= "\">".urlencode($entry['c']).""; + $content .= "\">".urlencode($entry['c'])." "; $content .= ""; /* various checks, if the value is valid */ if(!$selattrdef->validate($entry['value'])) {