added link to go back to grouplist if user was not found

This commit is contained in:
Roland Gruber 2003-07-27 14:26:10 +00:00
parent 06c7745c84
commit 6e3166ded3
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ else {
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo "</head><body>\n";
StatusMessage("ERROR", "", _("This user was not found!") . " (" . $user . ")");
echo "<p>&nbsp;</p>";
echo "<p><a href=\"listgroups.php\">" . _("Back to group list") . "</a></p>";
echo ("</body></html>\n");
}