Change edit user info text

This commit is contained in:
ohartl 2016-02-17 06:04:09 +01:00
parent dde7e6a43b
commit 6ece419da3

View file

@ -176,13 +176,12 @@
<a class="button button-small" href="<?php echo FRONTEND_BASE_PATH; ?>admin/listusers/">&#10092; 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>