2014-05-14 13:24:20 +00:00
|
|
|
<div data-control="toolbar">
|
2014-06-05 12:30:14 +00:00
|
|
|
<a
|
|
|
|
|
href="javascript:;"
|
|
|
|
|
class="btn btn-primary oc-icon-refresh"
|
|
|
|
|
data-control="popup"
|
|
|
|
|
data-handler="onLoadUpdates">
|
|
|
|
|
<?= e(trans('system::lang.updates.check_label')) ?>
|
|
|
|
|
</a>
|
2020-05-19 17:16:49 +00:00
|
|
|
<a
|
2020-10-22 15:02:22 +00:00
|
|
|
href="<?= Backend::url('system/updates/install') ?>"
|
2020-05-19 17:16:49 +00:00
|
|
|
class="btn btn-success oc-icon-plus">
|
2020-10-22 15:02:22 +00:00
|
|
|
<?= e(trans('system::lang.plugins.install')) ?>
|
2020-05-19 17:16:49 +00:00
|
|
|
</a>
|
2018-04-29 22:58:22 +00:00
|
|
|
<a
|
2020-10-22 15:02:22 +00:00
|
|
|
href="<?= Backend::url('system/updates/install/themes') ?>"
|
2018-04-29 22:58:22 +00:00
|
|
|
class="btn btn-success oc-icon-plus">
|
2020-10-22 15:02:22 +00:00
|
|
|
<?= e(trans('system::lang.themes.install')) ?>
|
2018-04-29 22:58:22 +00:00
|
|
|
</a>
|
|
|
|
|
<a
|
|
|
|
|
href="<?= Backend::url('system/updates/manage') ?>"
|
|
|
|
|
class="btn btn-default oc-icon-puzzle-piece">
|
|
|
|
|
<?= e(trans('system::lang.plugins.manage')) ?>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|