Skip to content

Commit 0090ef4

Browse files
authored
Fixed a template issue (hestiacp#2606)
1 parent 10ca8ad commit 0090ef4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/templates/pages/edit_user.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
<?php } ?>
2626
</div>
2727
<div class="l-unit-toolbar__buttonstrip float-right">
28-
<div class="actions-panel clearfix">
2928
<?php if (($_SESSION['user'] == $v_username) || (isset($_SESSION['look']))) {?>
3029
<!-- Do not show delete button for currently logged in user-->
3130
<?} else {?>
3231
<a href="/login/?loginas=<?=htmlentities($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>
33-
<div class="display-inline-block" key-action="js">
3432
<a class="data-controls do_delete ui-button danger cancel">
3533
<i class="do_delete fas fa-times-circle status-icon red"></i>
3634
<?=_('Delete');?>
@@ -39,10 +37,8 @@
3937
<p class="confirmation"><?=sprintf(_('DELETE_USER_CONFIRMATION'),htmlentities($v_username))?></p>
4038
</div>
4139
</a>
42-
</div>
4340
<?php } ?>
4441
<a href="#" class="ui-button" data-action="submit" data-id="vstobjects"><i class="fas fa-save status-icon purple"></i> <?=_('Save');?></a>
45-
</div>
4642
</div>
4743
</div>
4844
</div>

0 commit comments

Comments
 (0)