Skip to content

Commit 8afc997

Browse files
author
Kristan Kenney
committed
Fix position of quick action button in user list
1 parent 8ae1d7a commit 8afc997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/templates/admin/list_user.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<? } ?>
121121
<? if (($_SESSION['userContext'] == 'admin') && ($key == 'admin') && ($_SESSION['user'] != 'admin')) { ?>
122122
<!-- Hide edit button from admin user when logged in with another admin user -->
123+
&nbsp;
123124
<? } else {?>
124125
<div class="actions-panel__col actions-panel__edit shortcut-enter" key-action="href"><a href="/edit/user/?user=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Editing User')?>"><i class="fas fa-pencil-alt status-icon orange status-icon dim"></i></a></div>
125126
<? } ?>

0 commit comments

Comments
 (0)