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/config/integrations.php | |
parent | 5ce0ebdd26c051049955ad4f1cc3b2659c083e9a (diff) |
Minor improvements in settings page
Diffstat (limited to 'app/Template/config/integrations.php')
-rw-r--r-- | app/Template/config/integrations.php | 6 |
1 files changed, 3 insertions, 3 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> |