Skip to content

Commit 401a4ae

Browse files
author
Kristan Kenney
committed
Add emphasis to Delete button on Logs page
1 parent 7c5ff17 commit 401a4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="l-unit-toolbar__buttonstrip">
44
<a href="javascript:location.reload();" class="ui-button cancel" title="<?=__('Refresh')?>"><i class="fas fa-redo status-icon green"></i> <?=__('Refresh')?></a>
55
<div class="actions-panel display-inline-block" key-action="js">
6-
<a class="data-controls do_delete ui-button cancel" title="<?=__('Delete')?>">
6+
<a class="data-controls do_delete ui-button danger cancel" title="<?=__('Delete')?>">
77
<i class="do_delete fas fa-times-circle status-icon red"></i>
88
<?=__('Delete')?>
99
<input type="hidden" name="delete_url" value="/delete/log/?token=<?=$_SESSION['token']?>" />

0 commit comments

Comments
 (0)