Dashboard: finalized the beta version of the header dashlets

SVN:trunk[2055]
This commit is contained in:
Romain Quetiez
2012-05-29 16:00:38 +00:00
parent 8a85abf6b4
commit 8a8b8b87e3
3 changed files with 127 additions and 36 deletions

View File

@@ -209,7 +209,7 @@ abstract class AttributeDefinition
*/
public function GetValueLabel($sValue)
{
return GetAsHTML($sValue);
return $this->GetAsHTML($sValue);
}
public function GetLabel_Obsolete()