mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 13:31:24 +00:00
add search icon behind number of attribute values
This commit is contained in:
parent
f28d8755ef
commit
bc7204adf0
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user