New Feature: PLA icons and CSS can now be themeble

This commit is contained in:
Deon George
2009-07-08 16:14:50 +10:00
parent b4653e84a2
commit 7273ad292b
121 changed files with 96 additions and 88 deletions

View File

@@ -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" />&nbsp;',$icon);
}
}