| Line 98... |
Line 98... |
| 98 |
<td nowrap class="body_txt">
|
98 |
<td nowrap class="body_txt">
|
| 99 |
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
|
99 |
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
|
| 100 |
<%
|
100 |
<%
|
| 101 |
'-- Define Action buttons on this tab
|
101 |
'-- Define Action buttons on this tab
|
| 102 |
aTabBtnsDef = Array("btnNewRole", "btnRemoveRole", "height=25", "btnRoleMembers" )
|
102 |
aTabBtnsDef = Array("btnNewRole", "btnRemoveRole", "height=25", "btnRoleMembers" )
|
| 103 |
|
103 |
|
| 104 |
Call LoadTabActionButtons ( aTabBtnsDef, objBtnControl )
|
104 |
Call LoadTabActionButtons ( aTabBtnsDef, objBtnControl )
|
| - |
|
105 |
If NOT canActionControl("canCreateRoles") Then
|
| - |
|
106 |
Call objBtnControl.Active ( "btnNewRole", enumDB_NO )
|
| - |
|
107 |
Call objBtnControl.Active ( "btnRemoveRole", enumDB_NO )
|
| - |
|
108 |
End If
|
| 105 |
|
109 |
|
| 106 |
objBtnControl.Render( aTabBtnsDef )
|
110 |
objBtnControl.Render( aTabBtnsDef )
|
| 107 |
%>
|
111 |
%>
|
| 108 |
<!-- +++++++++++++++++++++++++++++++++++ -->
|
112 |
<!-- +++++++++++++++++++++++++++++++++++ -->
|
| 109 |
</td>
|
113 |
</td>
|
| Line 139... |
Line 143... |
| 139 |
<tr>
|
143 |
<tr>
|
| 140 |
<td align="center"><input type="checkbox" name="role_id_list" value="<%=rsQry("role_id")%>"></td>
|
144 |
<td align="center"><input type="checkbox" name="role_id_list" value="<%=rsQry("role_id")%>"></td>
|
| 141 |
<td nowrap class="body_row"><a href="Role_General.asp?role_id=<%=rsQry("role_id")%>&<%=objPMod.ComposeURL%>" class="body_link" title="See Role Details"><%=LIMG_ROLE & rsQry("role_name")%></a></td>
|
145 |
<td nowrap class="body_row"><a href="Role_General.asp?role_id=<%=rsQry("role_id")%>&<%=objPMod.ComposeURL%>" class="body_link" title="See Role Details"><%=LIMG_ROLE & rsQry("role_name")%></a></td>
|
| 142 |
<td class="body_row"><%=rsQry("comments")%></td>
|
146 |
<td class="body_row"><%=rsQry("comments")%></td>
|
| 143 |
<td align="center"><a href="Role_Privileges.asp?role_id=<%=rsQry("role_id")%>&<%=objPMod.ComposeURL%>" title="See Role Permissions"><%=LIMG_CONTROL%></a></td>
|
147 |
<td align="center"><a href="Role_Privileges.asp?role_id=<%=rsQry("role_id")%>&<%=objPMod.ComposeURL%>" title="See Role Permissions"><%=LIMG_CONTROL%></a></td>
|
| 144 |
<td align="center"><a href="javascript:;" onClick="MM_openBrWindow('wEditRole.asp?role_id=<%=rsQry("role_id")%>&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Role','scrollbars=yes,resizable=yes,width=600,height=350')" title='Edit Role'><%=LIMG_EDIT%></a></td>
|
148 |
<td align="center">
|
| - |
|
149 |
<% If canActionControl("canCreateRoles") Then%>
|
| - |
|
150 |
<a href="javascript:;" onClick="MM_openBrWindow('wEditRole.asp?role_id=<%=rsQry("role_id")%>&rfile=<%=SCRIPT_NAME%>&<%=objPMod.ComposeURL%>','Edit Role','scrollbars=yes,resizable=yes,width=600,height=350')" title='Edit Role'><%=LIMG_EDIT%></a>
|
| - |
|
151 |
<%Else%>
|
| - |
|
152 |
<%=LIMG_EDIT_OFF%>
|
| - |
|
153 |
<%End If%>
|
| - |
|
154 |
</td>
|
| 145 |
</tr>
|
155 |
</tr>
|
| 146 |
<%rsQry.MoveNext%>
|
156 |
<%rsQry.MoveNext%>
|
| 147 |
|
157 |
|
| 148 |
<%If (NOT rsQry.BOF) AND (NOT rsQry.EOF) Then%>
|
158 |
<%If (NOT rsQry.BOF) AND (NOT rsQry.EOF) Then%>
|
| 149 |
<tr>
|
159 |
<tr>
|