|
|
 |
|
<%
'-- Define Action buttons on this tab
aTabBtnsDef = Array("btnGrantRole", "btnRevokeRole" )
If Request("app_id") = "" Then
objBtnControl.AllActive = "N"
End If
Call LoadTabActionButtons ( aTabBtnsDef, objBtnControl )
objBtnControl.Render( aTabBtnsDef )
%>
|
<%=PARENT_TITLE%> |
|
<%
Set objTabControl = New TabControl
objTabControl.TemplateDoc = ReadFile( Server.MapPath("controls/ERGTabStyleMac/mac_style.html") ) ' Supply tab style definition
objTabControl.TabStyle = "StyleMac"
objTabControl.AddTabDefnition ( arrUserAccount )
objTabControl.SelectByName ( "Roles" )
objTabControl.SetImgSelected "User Privileges", "icons/ai_major_problem.gif"
objTabControl.SetImgDeselected "User Privileges", "icons/ai_major_problem.gif"
objTabControl.SetHint "User Privileges", "Some Comments"
objTabControl.Render ()
%>
 |
|
NOTE: "User Specific" Role (<%=LIMG_SPEC_ROLE%>), will overwrite the permissions given by other roles.
|
|
 |
|
|