diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-08 18:58:44 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-08 18:58:44 -0500 |
commit | 1078cac70d079ee0917b1a540a9f0633661ec303 (patch) | |
tree | aa4b83fc7fa098e5c0d34257c684010870d464a9 /app/Template | |
parent | 5ce0ebdd26c051049955ad4f1cc3b2659c083e9a (diff) |
Minor improvements in settings page
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/config/integrations.php | 6 | ||||
-rw-r--r-- | app/Template/config/webhook.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php index 2f8f00b9..07a90ce2 100644 --- a/app/Template/config/integrations.php +++ b/app/Template/config/integrations.php @@ -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> diff --git a/app/Template/config/webhook.php b/app/Template/config/webhook.php index 768edf8c..24bd0c27 100644 --- a/app/Template/config/webhook.php +++ b/app/Template/config/webhook.php @@ -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"> |