diff --git a/inc/inc.ClassUI.php b/inc/inc.ClassUI.php index c50d77e20..2e1561022 100644 --- a/inc/inc.ClassUI.php +++ b/inc/inc.ClassUI.php @@ -598,6 +598,23 @@ class UI { print "  "; } /* }}} */ + function printAttributeEditField($attrdef, $objvalue, $fieldname='attributes') { /* {{{ */ + if($valueset = $attrdef->getValueSetAsArray()) { + echo "getId()."]\" value=\"".htmlspecialchars($objvalue)."\" />"; + } + } /* }}} */ + function getImgPath($img) { /* {{{ */ global $theme;