Minor improvements in settings page
This commit is contained in:
parent
5ce0ebdd26
commit
1078cac70d
|
|
@ -9,9 +9,9 @@
|
|||
<h3><img src="<?= $this->url->dir() ?>assets/img/gravatar-icon.png"/> <?= t('Gravatar') ?></h3>
|
||||
<div class="panel">
|
||||
<?= $this->form->checkbox('integration_gravatar', t('Enable Gravatar images'), 1, $values['integration_gravatar'] == 1) ?>
|
||||
<div class="form-actions">
|
||||
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</form>
|
||||
</section>
|
||||
|
||||
<div class="page-header">
|
||||
<div class="page-header margin-top">
|
||||
<h2><?= t('Webhook token') ?></h2>
|
||||
</div>
|
||||
<section class="panel">
|
||||
|
|
|
|||
Loading…
Reference in New Issue