Skip to content

Commit 3b1694a

Browse files
author
Kristan Kenney
committed
Update toolbar icons on logs page
1 parent 887f16e commit 3b1694a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/admin/list_log.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="l-center">
22
<div class="l-sort clearfix noselect">
33
<div class="l-unit-toolbar__buttonstrip">
4-
<a href="javascript:location.reload();" class="ui-button cancel" title="<?=__('Clear Log')?>"><i class="fas fa-redo status-icon green"></i> <?=__('Refresh')?></a>
5-
<a href="/delete/log/?token=<?=$_SESSION['token']?>" class="ui-button cancel" title="<?=__('Clear Log')?>"><i class="fas fa-times-circle status-icon red"></i> <?=__('Delete Log')?></a>
4+
<a href="javascript:location.reload();" class="ui-button cancel" title="<?=__('Refresh')?>"><i class="fas fa-redo status-icon green"></i> <?=__('Refresh')?></a>
5+
<a href="/delete/log/?token=<?=$_SESSION['token']?>" class="ui-button cancel" title="<?=__('Delete')?>"><i class="fas fa-times-circle status-icon red"></i> <?=__('Delete')?></a>
66
</div>
77
<div class="l-sort-toolbar clearfix">
88
</div>

0 commit comments

Comments
 (0)