Add restore default permissions to the permissions page.

This commit is contained in:
Mark Crane
2013-01-23 15:49:02 +00:00
parent 6e7b056d63
commit 9d5d4d01eb
7 changed files with 150 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ else {
echo " <span class=\"\" height='50'>Member list for <b>$group_name</b></span>";
echo " </td>\n";
echo " <td align='right' nowrap='nowrap'>\n";
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='grouplist.php'\" value='Back'>";
echo " <input type='button' class='btn' name='' alt='back' onclick=\"window.location='groups.php'\" value='Back'>";
echo " &nbsp;&nbsp;&nbsp;\n";
echo " </td>\n";
echo " </tr>\n";