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 25e759d commit b4103baCopy full SHA for b4103ba
web/templates/admin/list_backup_detail.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 class="ui-button cancel" href="/list/mail/"><i class="fas fa-arrow-left status-icon-blue"></i> <?=__('Back')?></a>
5
<a href="/schedule/restore/?backup=<?=htmlentities($_GET['backup'])?>" class="ui-button cancel" title="<?=__('Restore All')?>"><i class="fas fa-undo status-icon-green"></i> <?=__('Restore All')?></a>
6
</div>
7
<div class="l-sort-toolbar clearfix">
@@ -391,7 +392,6 @@
391
392
?>
393
394
<div class="data-count l-unit__col l-unit__col--right back clearfix">
- <a class="button cancel" href="/list/backup/"><?=__('Back')?></a>
395
396
397
0 commit comments