We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653341e commit 4205d0aCopy full SHA for 4205d0a
web/templates/admin/list_auth.html
@@ -1,6 +1,7 @@
1
<div class="l-center">
2
<div class="l-sort clearfix noselect">
3
<div class="l-unit-toolbar__buttonstrip">
4
+ <a href="javascript:window.history.back()" id="btn-back" class="ui-button cancel"><i class="fas fa-arrow-left status-icon blue"></i> <?=_('Back')?></a>
5
<a href="javascript:location.reload();" class="ui-button cancel"><i class="fas fa-redo status-icon green"></i> <?=_('Refresh')?></a>
6
<div class="actions-panel display-inline-block" key-action="js">
7
<a class="data-controls do_delete ui-button danger cancel">
0 commit comments