| Line 74... |
Line 74... |
| 74 |
<img src="images/abtn_obsolete_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Obsolete patches in one go.">
|
74 |
<img src="images/abtn_obsolete_patch.gif" width="23" height="25" align="absmiddle" border="0" hspace="3" alt="Obsolete patches in one go.">
|
| 75 |
Roll-up Obsolete Patches
|
75 |
Roll-up Obsolete Patches
|
| 76 |
</a>
|
76 |
</a>
|
| 77 |
</td>
|
77 |
</td>
|
| 78 |
|
78 |
|
| 79 |
<%If objAccessControl.IsVisible("ReleasePatch") Then%>
|
79 |
<%If canShowControlInProject("ReleasePatch") Then%>
|
| 80 |
<td align="center" nowrap valign="bottom">
|
80 |
<td align="center" nowrap valign="bottom">
|
| 81 |
<a href="javascript:;" onClick="MM_openBrWindow('_wform_make_release_bulk_patches.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','BulkReleasePatches','resizable=yes,scrollbars=yes,width=355,height=600')" class="abtnItem">
|
81 |
<a href="javascript:;" onClick="MM_openBrWindow('_wform_make_release_bulk_patches.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>','BulkReleasePatches','resizable=yes,scrollbars=yes,width=355,height=600')" class="abtnItem">
|
| 82 |
<img src="images/abtn_make_release_bulk_patches.gif" width="25" height="25" align="absmiddle" border="0" hspace="3" alt="Make Release patches in one go.">
|
82 |
<img src="images/abtn_make_release_bulk_patches.gif" width="25" height="25" align="absmiddle" border="0" hspace="3" alt="Make Release patches in one go.">
|
| 83 |
Make Release Bulk Patches
|
83 |
Make Release Bulk Patches
|
| 84 |
</a>
|
84 |
</a>
|
| Line 104... |
Line 104... |
| 104 |
<label disabled>
|
104 |
<label disabled>
|
| 105 |
Download
|
105 |
Download
|
| 106 |
</label>
|
106 |
</label>
|
| 107 |
</td>
|
107 |
</td>
|
| 108 |
<%End If%>
|
108 |
<%End If%>
|
| 109 |
<%If (objAccessControl.IsActive("EditCriticalInfoForLockedPackage")) Then
|
109 |
<%If (canActionControlInProject("EditCriticalInfoForLockedPackage")) Then
|
| 110 |
If NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "Y") AND (pkgInfoHash.Item ("release_notes_info") <> enum_RELEASE_NOTES_NOT_FOUND_IN_ARCHIVE)) Then %>
|
110 |
If NOT isClosed AND ((pkgInfoHash.Item ("dlocked") = "Y") AND (pkgInfoHash.Item ("release_notes_info") <> enum_RELEASE_NOTES_NOT_FOUND_IN_ARCHIVE)) Then %>
|
| 111 |
<td align="center" nowrap valign="bottom">
|
111 |
<td align="center" nowrap valign="bottom">
|
| 112 |
<a href="fixed_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&resetNotes=1" class="abtnItem">
|
112 |
<a href="fixed_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&resetNotes=1" class="abtnItem">
|
| 113 |
<img src="images/i_sync_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Regenerate Release Notes">
|
113 |
<img src="images/i_sync_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Regenerate Release Notes">
|
| 114 |
Regenerate Notes
|
114 |
Regenerate Notes
|