Skip to content

Commit d799311

Browse files
author
Kristan Kenney
committed
Remove incorrect CSS class from toolbar button
1 parent 6b738f9 commit d799311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/edit_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Do not show delete button for currently logged in user-->
1313
<?} else {?>
1414
<a href="/login/?loginas=<?=$v_username?>&token=<?=$_SESSION['token']?>" id="btn-create" class="ui-button cancel" dir="ltr" title="<?=_('login as')?>"><i class="fas fa-sign-in-alt status-icon maroon"></i><?=_('login as')?></a>
15-
<div class="actions-panel display-inline-block" key-action="js">
15+
<div class="display-inline-block" key-action="js">
1616
<a class="data-controls do_delete ui-button danger cancel">
1717
<i class="do_delete fas fa-times-circle status-icon red"></i>
1818
<?=_('Delete')?>

0 commit comments

Comments
 (0)