mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
11 lines
513 B
PHP
Executable File
11 lines
513 B
PHP
Executable File
<div class="component">
|
|
<h3 class="caption"><?= $this->label('options.options') ?></h3>
|
|
<?= $tabs ?>
|
|
<form method="post" class="options-form" data-form="site-options-form">
|
|
<?= $fields ?>
|
|
<div class="separator-l"></div>
|
|
<input type="hidden" name="csrf-token" value="<?= $csrfToken ?>">
|
|
<button class="button-accent button-right" type="submit" tabindex="4" data-command="save"><i class="i-check"></i> <?= $this->label('modal.action.save') ?></button>
|
|
</form>
|
|
</div>
|