CC-2255: Separate user types admin and program manager
- New user type 'Program Manager' added - 'Program Manager' gets same previlage as Admin but doesn't have access to Configure menu - Changed user type name 'Host' to 'DJ'
This commit is contained in:
parent
f46cdd3888
commit
ad3ef3ec30
6 changed files with 65 additions and 22 deletions
|
@ -51,6 +51,9 @@ function rowCallback( nRow, aData, iDisplayIndex ){
|
|||
} else if ( aData[4] == "G" )
|
||||
{
|
||||
$('td:eq(3)', nRow).html( 'Guest' );
|
||||
} else if ( aData[4] == "P" )
|
||||
{
|
||||
$('td:eq(3)', nRow).html( 'Program Manager' );
|
||||
}
|
||||
|
||||
return nRow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue