Skip to content

Commit

Permalink
Better FIX: Move Save Settings Button
Browse files Browse the repository at this point in the history
- move to where settings actually are
- #7
  • Loading branch information
aljawaid committed Feb 2, 2023
1 parent 89ea85f commit b335932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Template/config/branding-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<p class="form-help"><?= t('If no year is entered, then the standard copyright message with the current year is shown') ?></p>
</div>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-blue" title="<?= t('Saves any changes made on this page') ?>"><?= t('Save Settings') ?></button>
</div>
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-blue" title="<?= t('Saves any changes made on this page') ?>"><?= t('Save Settings') ?></button>
</div>
<fieldset class="site-metadata-settings">
<legend class=""><?= t('Site Metadata') ?></legend>
<p class=""><?= t('The site description and common device icons are shown in') ?> <?= $this->url->link(t('Site Metadata'), 'ApplicationBrandingController', 'show', ['plugin' => 'ApplicationBranding'], false, 'application-link', t('Visit page'), false, '') ?></p>
Expand Down

0 comments on commit b335932

Please sign in to comment.