| Line 266... |
Line 266... |
| 266 |
Set rsQry = nothing
|
266 |
Set rsQry = nothing
|
| 267 |
%>
|
267 |
%>
|
| 268 |
</select>
|
268 |
</select>
|
| 269 |
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
|
269 |
<!-- BUTTONS CONTROL +++++++++++++++++++ -->
|
| 270 |
<%
|
270 |
<%
|
| 271 |
If RecordCount>0 and objAccessControl.IsActive("AdminView") Then
|
271 |
If RecordCount>0 and canActionControlInProject("AdminView") Then
|
| 272 |
%>
|
272 |
%>
|
| 273 |
<a href="javascript:;" class ="form_iname" onClick="MM_openBrWindow('wAddApplicationUser.asp?proj_id=<%=parProjId%>&view_id=<%=Request("FRview_id")%>','AddApplicationUser','scrollbars=yes,resizable=yes,width=650,height=800')"><img src="images/email-contact-orange.gif">Add View Owner</a>
|
273 |
<a href="javascript:;" class ="form_iname" onClick="MM_openBrWindow('wAddApplicationUser.asp?proj_id=<%=parProjId%>&view_id=<%=Request("FRview_id")%>','AddApplicationUser','scrollbars=yes,resizable=yes,width=650,height=800')"><img src="images/email-contact-orange.gif">Add View Owner</a>
|
| 274 |
<%
|
274 |
<%
|
| 275 |
End If
|
275 |
End If
|
| 276 |
%>
|
276 |
%>
|
| Line 341... |
Line 341... |
| 341 |
<td background="images/bg_action_norm.gif" ></td>
|
341 |
<td background="images/bg_action_norm.gif" ></td>
|
| 342 |
<td align="right" background="images/bg_action_norm.gif" >
|
342 |
<td align="right" background="images/bg_action_norm.gif" >
|
| 343 |
<%=objFormComponent.CancelButton ( "OK", "class='form_btn'", "rtree.asp?CANCEL=OK&"& objPMod.ComposeURL() )%>
|
343 |
<%=objFormComponent.CancelButton ( "OK", "class='form_btn'", "rtree.asp?CANCEL=OK&"& objPMod.ComposeURL() )%>
|
| 344 |
<%=objPMod.ComposeHiddenTags()%>
|
344 |
<%=objPMod.ComposeHiddenTags()%>
|
| 345 |
<%
|
345 |
<%
|
| 346 |
If objAccessControl.IsActive("AdminView") Then
|
346 |
If canActionControlInProject("AdminView") Then
|
| 347 |
%>
|
347 |
%>
|
| 348 |
<input name="btn" type="submit" class="form_btn" value="Remove View Owner(s)">
|
348 |
<input name="btn" type="submit" class="form_btn" value="Remove View Owner(s)">
|
| 349 |
<%
|
349 |
<%
|
| 350 |
End If
|
350 |
End If
|
| 351 |
%>
|
351 |
%>
|