Change edit user info text
This commit is contained in:
parent
dde7e6a43b
commit
6ece419da3
1 changed files with 6 additions and 7 deletions
|
@ -176,13 +176,12 @@
|
|||
<a class="button button-small" href="<?php echo FRONTEND_BASE_PATH; ?>admin/listusers/">❬ Back to user list</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php
|
||||
if($mode === "edit"){
|
||||
echo "Username and domain cannot be edited.";
|
||||
}
|
||||
?>
|
||||
</p>
|
||||
<?php if($mode === "edit"): ?>
|
||||
<p>
|
||||
<strong>Username and domain cannot be edited.</strong><br>
|
||||
To rename or move a mailbox, you have to move in the filesystem first and create a new user here after.
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<form action="" method="post">
|
||||
<table>
|
||||
|
|
Loading…
Add table
Reference in a new issue