mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-03 21:53:08 -04:00
parent
c6d4ab4c44
commit
ea0248ecf4
3 changed files with 4 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ class SecurityForm extends Form
|
|||
'value' => $this->config->protected_customvars
|
||||
)
|
||||
);
|
||||
$this->setSubmitLabel('{{SAVE_ICON}} Save');
|
||||
$this->setSubmitLabel('Save');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
<div class="controls">
|
||||
<?= $this->tabs ?>
|
||||
</div>
|
||||
<?= $this->form ?>
|
||||
<div class="content">
|
||||
<?= $this->form ?>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,4 +13,3 @@ foreach ($object->customvars as $name => $value) {
|
|||
$this->escape($value)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue