New Feature: PLA icons and CSS can now be themeble
This commit is contained in:
@@ -1821,9 +1821,7 @@ function fillRec(id,value) {
|
||||
$this->draw('UrlValueIcon',$attribute,$val);
|
||||
|
||||
else {
|
||||
$icon = $attribute->getIcon();
|
||||
|
||||
if ($icon)
|
||||
if ($icon = $attribute->getIcon())
|
||||
printf('<img src="%s" alt="Icon" align="top" /> ',$icon);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user