mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +02:00
parent
dc256a249c
commit
c36c0455d4
@ -94,10 +94,10 @@ class Help extends Zend_Form_Decorator_Abstract
|
||||
}
|
||||
|
||||
$helpContent = $this->getView()->icon(
|
||||
'help',
|
||||
'info-circled',
|
||||
$description . ($description && $requirement ? ' ' : '') . $requirement,
|
||||
array(
|
||||
'class' => 'help',
|
||||
'class' => 'control-info',
|
||||
'aria-hidden' => $this->accessible ? 'true' : 'false'
|
||||
)
|
||||
) . $helpContent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user