You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
465 B

<h1 class="pagetitle">Wiki pages with direct object permissions</h1>
<a href="tiki-list_object_permissions.php">Click here to access list of permissions for all objects.</a>
<div class="table-responsive">
<table class="table">
<tr>
<th>Pagename</th>
</tr>
{foreach from=$pagesWithDirectPerms item=pageName }
<tr>
<td><a href="tiki-index.php?page={$pageName}">{$pageName}</a></td>
</tr>
{/foreach}
</table>
</div>