mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
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…
x
Reference in New Issue
Block a user