add search icon behind number of attribute values

This commit is contained in:
Uwe Steinmann 2026-04-28 07:57:52 +02:00
parent f28d8755ef
commit bc7204adf0

View File

@ -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'])."</a></td>";
$content .= "\">".urlencode($entry['c'])." <i class=\"fa fa-search\"></i></a></td>";
$content .= "<td>";
/* various checks, if the value is valid */
if(!$selattrdef->validate($entry['value'])) {