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
No related branches found
No related tags found
No related merge requests found
......@@ -206,10 +206,10 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
</tr>
<tr>
<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>
</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
$sql='SELECT group_id, group_name, count(staff.staff_id) as members '
.' FROM '.GROUP_TABLE.' grp '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment