parent
dc256a249c
commit
c36c0455d4
|
@ -94,10 +94,10 @@ class Help extends Zend_Form_Decorator_Abstract
|
||||||
}
|
}
|
||||||
|
|
||||||
$helpContent = $this->getView()->icon(
|
$helpContent = $this->getView()->icon(
|
||||||
'help',
|
'info-circled',
|
||||||
$description . ($description && $requirement ? ' ' : '') . $requirement,
|
$description . ($description && $requirement ? ' ' : '') . $requirement,
|
||||||
array(
|
array(
|
||||||
'class' => 'help',
|
'class' => 'control-info',
|
||||||
'aria-hidden' => $this->accessible ? 'true' : 'false'
|
'aria-hidden' => $this->accessible ? 'true' : 'false'
|
||||||
)
|
)
|
||||||
) . $helpContent;
|
) . $helpContent;
|
||||||
|
|
Loading…
Reference in New Issue