05-27-2016, 03:19 PM
Create a link to return to the admin_pages after modifying the rights of one page. Keeps the flow while modifying multiple pages.
line 110 in admin_page.php
alternative
ETC, etc basically to be able to go back.
line 110 in admin_page.php
Code:
<h2><a href="./admin_pages.php">Page Permissions</a></h2>
alternative
Code:
<h2><a href="./admin_pages.php">Manage Page Access</a> > Page Permissions</h2>
ETC, etc basically to be able to go back.