mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
add chzn-select for attributes
This commit is contained in:
parent
f9d70aa04a
commit
a36087e405
|
@ -1227,7 +1227,7 @@ $(document).ready(function() {
|
||||||
} else {
|
} else {
|
||||||
echo "\"";
|
echo "\"";
|
||||||
}
|
}
|
||||||
echo "".((!$norequire && $attrdef->getMinValues() > 0) ? ' required' : '').">";
|
echo "".((!$norequire && $attrdef->getMinValues() > 0) ? ' required' : '')." class=\"chzn-select\">";
|
||||||
if(!$attrdef->getMultipleValues()) {
|
if(!$attrdef->getMultipleValues()) {
|
||||||
echo "<option value=\"\"></option>";
|
echo "<option value=\"\"></option>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user