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 8ae1d7a commit 8afc997Copy full SHA for 8afc997
web/templates/admin/list_user.html
@@ -120,6 +120,7 @@
120
<? } ?>
121
<? if (($_SESSION['userContext'] == 'admin') && ($key == 'admin') && ($_SESSION['user'] != 'admin')) { ?>
122
<!-- Hide edit button from admin user when logged in with another admin user -->
123
+
124
<? } else {?>
125
<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>
126
0 commit comments