parent
c6d4ab4c44
commit
ea0248ecf4
|
@ -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 New Issue