Add "Install themes" button on updates page (#5075)
Very often in our community people asking question:"How do i install theme from marketplace?" And to answer that question we should say "Just press Install plugins button!" That's not very intuitive for beginners. This PR adds one button that leads right to themes installation page.
This commit is contained in:
parent
cf12edb861
commit
7af73a0ade
|
|
@ -6,6 +6,11 @@
|
|||
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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue