* Change program and project acl list.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
$(function(){$('#parent').change();})
|
||||
|
||||
function setAclList(programID)
|
||||
{
|
||||
if(programID != 0)
|
||||
{
|
||||
$('.aclBox').html($('#subPGMAcl').html());
|
||||
}
|
||||
else
|
||||
{
|
||||
$('.aclBox').html($('#PGMAcl').html());
|
||||
}
|
||||
}
|
||||
@@ -19,3 +19,15 @@ function setCopyProject(copyProjectID)
|
||||
{
|
||||
location.href = createLink('program', 'PRJCreate', 'template=' + template + '&programID=' + programID + '&from=' + from + '©ProjectID=' + copyProjectID);
|
||||
}
|
||||
|
||||
function setAclList(programID)
|
||||
{
|
||||
if(programID != 0)
|
||||
{
|
||||
$('.aclBox').html($('#PGMAcl').html());
|
||||
}
|
||||
else
|
||||
{
|
||||
$('.aclBox').html($('#PRJAcl').html());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user