Group Manager / Permissions: Moved 'Restore Default' button to Group Manager page, instead of under each individual Group Permission page.

This commit is contained in:
Nate Jones
2014-05-09 01:33:58 +00:00
parent fd2ffcc18f
commit 326263e7cb
2 changed files with 3 additions and 3 deletions

View File

@@ -69,6 +69,9 @@ else {
if (permission_exists('user_view')) {
echo " <input type='button' class='btn' onclick=\"window.location='index.php'\" value='".$text['header-user_manager']."'>";
}
if (permission_exists('group_edit')) {
echo " <input type='button' class='btn' alt='".$text['button-restore']."' onclick=\"window.location='permissions_default.php'\" value='".$text['button-restore']."'>";
}
echo "</td>\n";
echo "</tr></table>";