Minor UX tweak (#5325)

Change order to plugin, theme to match the install page.
This commit is contained in:
TimFoerster 2020-10-22 17:02:22 +02:00 committed by GitHub
parent a9a2c6e83b
commit bd83f34ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -6,16 +6,16 @@
data-handler="onLoadUpdates">
<?= e(trans('system::lang.updates.check_label')) ?>
</a>
<a
href="<?= Backend::url('system/updates/install/themes') ?>"
class="btn btn-success oc-icon-plus">
<?= e(trans('system::lang.themes.install')) ?>
</a>
<a
href="<?= Backend::url('system/updates/install') ?>"
class="btn btn-success oc-icon-plus">
<?= e(trans('system::lang.plugins.install')) ?>
</a>
<a
href="<?= Backend::url('system/updates/install/themes') ?>"
class="btn btn-success oc-icon-plus">
<?= e(trans('system::lang.themes.install')) ?>
</a>
<a
href="<?= Backend::url('system/updates/manage') ?>"
class="btn btn-default oc-icon-puzzle-piece">