mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Ouch
This commit is contained in:
parent
3e09931f2c
commit
69b91adedb
@ -181,8 +181,9 @@ class Zend_View_Helper_CommandForm extends Zend_View_Helper_Abstract
|
||||
$form->addElement($submit_identifier);
|
||||
$form->getElement('btn_submit')->setDecorators(array('ViewHelper'));
|
||||
|
||||
$out = '';
|
||||
if ($label) {
|
||||
$out = '<label for="' . $uniqueName . '">'
|
||||
$out .= '<label for="' . $uniqueName . '">'
|
||||
. $label
|
||||
. '</label>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user