Skip to content
Snippets Groups Projects
Commit 9928dac9 authored by Peter Rotich's avatar Peter Rotich
Browse files

Reword department access settings page - on what group access means

parent c0948046
Branches
Tags
No related merge requests found
...@@ -206,10 +206,10 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -206,10 +206,10 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
</tr> </tr>
<tr> <tr>
<th colspan="2"> <th colspan="2">
<em><strong>Department Access</strong>: Check all groups allowed to access department.</em> <em><strong>Department Access</strong>: Check all groups allowed to access this department.</em>
</th> </th>
</tr> </tr>
<tr><td colspan=2><em>Primary department members and manager will always have access regarless of group selection or assignment.</em></td></tr> <tr><td colspan=2><em>Department manager and primary members will always have access independent of group selection or assignment.</em></td></tr>
<?php <?php
$sql='SELECT group_id, group_name, count(staff.staff_id) as members ' $sql='SELECT group_id, group_name, count(staff.staff_id) as members '
.' FROM '.GROUP_TABLE.' grp ' .' FROM '.GROUP_TABLE.' grp '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment