ORIENT/modules/system/controllers/updates/_list_toolbar.htm

25 lines
804 B
HTML
Raw Normal View History

2014-05-14 13:24:20 +00:00
<div data-control="toolbar">
<a
href="javascript:;"
class="btn btn-primary oc-icon-refresh"
data-control="popup"
data-handler="onLoadUpdates">
<?= e(trans('system::lang.updates.check_label')) ?>
</a>
<a
2021-03-11 10:16:57 +00:00
href="<?= Backend::url('system/updates/install/themes') ?>"
class="btn btn-success oc-icon-plus">
2021-03-11 10:16:57 +00:00
<?= e(trans('system::lang.themes.install')) ?>
</a>
2018-04-29 22:58:22 +00:00
<a
2021-03-11 10:16:57 +00:00
href="<?= Backend::url('system/updates/install') ?>"
2018-04-29 22:58:22 +00:00
class="btn btn-success oc-icon-plus">
2021-03-11 10:16:57 +00:00
<?= e(trans('system::lang.plugins.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>