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 6b738f9 commit d799311Copy full SHA for d799311
web/templates/admin/edit_user.html
@@ -12,7 +12,7 @@
12
<!-- Do not show delete button for currently logged in user-->
13
<?} else {?>
14
<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">
+ <div class="display-inline-block" key-action="js">
16
<a class="data-controls do_delete ui-button danger cancel">
17
<i class="do_delete fas fa-times-circle status-icon red"></i>
18
<?=_('Delete')?>
0 commit comments