| Line 922... |
Line 922... |
| 922 |
<%If parRtag_Id <> "" Then%>
|
922 |
<%If parRtag_Id <> "" Then%>
|
| 923 |
<!-- RELEASE ACTION BUTTONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
923 |
<!-- RELEASE ACTION BUTTONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 924 |
|
924 |
|
| 925 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
925 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 926 |
<tr>
|
926 |
<tr>
|
| 927 |
<td width="1" background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="10" height="35"></td>
|
927 |
<td width="1" class='bg_dialog'><img src="images/spacer.gif" width="10" height="35"></td>
|
| 928 |
<td width="100%" nowrap background="images/bg_action_norm.gif" >
|
928 |
<td width="100%" nowrap class='bg_dialog' >
|
| 929 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
929 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 930 |
<tr>
|
930 |
<tr>
|
| 931 |
<%
|
931 |
<%
|
| 932 |
If objAccessControl.UserLogedIn AND ((((ReleaseMode = enumDB_RELEASE_IN_CCB_MODE) OR (ReleaseMode = enumDB_RELEASE_IN_RESTRICTIVE_MODE)) AND canActionControlInProject("AddDeletePackageInRestrictiveMode")) OR (ReleaseMode = enumDB_RELEASE_IN_OPEN_MODE )) Then
|
932 |
If objAccessControl.UserLogedIn AND ((((ReleaseMode = enumDB_RELEASE_IN_CCB_MODE) OR (ReleaseMode = enumDB_RELEASE_IN_RESTRICTIVE_MODE)) AND canActionControlInProject("AddDeletePackageInRestrictiveMode")) OR (ReleaseMode = enumDB_RELEASE_IN_OPEN_MODE )) Then
|
| 933 |
Response.write "<td width='1'><a href='form_search_pkgs.asp?rtag_id="& Request("rtag_id") &"&add_type="& enum_ADD_PACKAGES &"' title='Add package to this release'><img src='images/abtn_add_pkg.gif' width='25' height='25' hspace='1' border='0'></a></td>"
|
933 |
Response.write "<td width='1'><a href='form_search_pkgs.asp?rtag_id="& Request("rtag_id") &"&add_type="& enum_ADD_PACKAGES &"' title='Add package to this release'><img src='images/abtn_add_pkg.gif' width='25' height='25' hspace='1' border='0'></a></td>"
|
| Line 992... |
Line 992... |
| 992 |
%>
|
992 |
%>
|
| 993 |
<td width="100%"><img src="images/spacer.gif" width="1" height="1"></td>
|
993 |
<td width="100%"><img src="images/spacer.gif" width="1" height="1"></td>
|
| 994 |
</tr>
|
994 |
</tr>
|
| 995 |
</table>
|
995 |
</table>
|
| 996 |
</td>
|
996 |
</td>
|
| 997 |
<td width="1" background="images/bg_action_norm.gif"><img src="images/spacer.gif" width="10" height="8"></td>
|
997 |
<td width="1" class='bg_dialog'><img src="images/spacer.gif" width="10" height="8"></td>
|
| 998 |
</tr>
|
998 |
</tr>
|
| 999 |
</table>
|
999 |
</table>
|
| 1000 |
|
1000 |
|
| 1001 |
<!-- ADVANCED SEARCH ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
1001 |
<!-- ADVANCED SEARCH ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 1002 |
<DIV name="DIV_ADVANCED_SEARCH" id="DIV_ADVANCED_SEARCH" style="display:none;">
|
1002 |
<DIV name="DIV_ADVANCED_SEARCH" id="DIV_ADVANCED_SEARCH" style="display:none;">
|