Pārlūkot izejas kodu

Change edit user info text

ohartl 9 gadi atpakaļ
vecāks
revīzija
6ece419da3
1 mainītis faili ar 6 papildinājumiem un 7 dzēšanām
  1. 6 7
      include/php/pages/admin/edituser.php

+ 6 - 7
include/php/pages/admin/edituser.php

@@ -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>