Enhancement of the forms presentation.

SVN:trunk[1176]
This commit is contained in:
Denis Flaven
2011-04-05 12:13:44 +00:00
parent 144af46e8b
commit 446a8f74fb
3 changed files with 30 additions and 4 deletions

View File

@@ -1495,7 +1495,7 @@ EOF
{
// State attribute is always read-only from the UI
$sHTMLValue = $this->GetStateLabel();
$aVal = array('label' => $oAttDef->GetLabel(), 'value' => $sHTMLValue, 'comments' => $sComments, 'infos' => $sInfos);
$aVal = array('label' => '<span>'.$oAttDef->GetLabel().'</span>', 'value' => $sHTMLValue, 'comments' => $sComments, 'infos' => $sInfos);
}
else
{