added link to go back to grouplist if user was not found
This commit is contained in:
parent
06c7745c84
commit
6e3166ded3
|
@ -52,6 +52,8 @@ else {
|
||||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||||
echo "</head><body>\n";
|
echo "</head><body>\n";
|
||||||
StatusMessage("ERROR", "", _("This user was not found!") . " (" . $user . ")");
|
StatusMessage("ERROR", "", _("This user was not found!") . " (" . $user . ")");
|
||||||
|
echo "<p> </p>";
|
||||||
|
echo "<p><a href=\"listgroups.php\">" . _("Back to group list") . "</a></p>";
|
||||||
echo ("</body></html>\n");
|
echo ("</body></html>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue