Subversion Repositories DevTools

Rev

Rev 4029 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4029 Rev 4042
Line 101... Line 101...
101
                  <label disabled>
101
                  <label disabled>
102
                     Download
102
                     Download
103
                  </label>
103
                  </label>
104
               </td>
104
               </td>
105
            <%End If%>
105
            <%End If%>
-
 
106
            <%If (objAccessControl.IsActive("EditCriticalInfoForLockedPackage")) Then
-
 
107
                If (pkgInfoHash.Item ("dlocked") = "Y") AND (pkgInfoHash.Item ("release_notes_info") <> enum_RELEASE_NOTES_NOT_FOUND_IN_ARCHIVE) Then %>
-
 
108
                   <td align="center" nowrap valign="bottom">
-
 
109
                      <a href="fixed_issues.asp?pv_id=<%=parPv_id%>&rtag_id=<%=parRtag_id%>&resetNotes=1" class="abtnItem">
-
 
110
                         <img src="images/i_sync_on.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Regenerate Release Notes">
-
 
111
                         Regenerate Notes
-
 
112
                      </a>
-
 
113
                   </td>
-
 
114
                <%Else%>
-
 
115
                   <td align="center" nowrap valign="bottom" class="abtnItem">
-
 
116
                      <a>
-
 
117
                         <img src="images/i_sync_off.gif" width="22" height="22" align="absmiddle" border="0" hspace="3" alt="Regenerate Release Notes">
-
 
118
                         Regenerate Notes
-
 
119
                      </a>
-
 
120
                   </td>
-
 
121
                <%End If%>
-
 
122
            <%End If%>
106
         </tr>
123
         </tr>
107
      </table>
124
      </table>
108
 
125
 
109
   <%Case "Documentation"%>
126
   <%Case "Documentation"%>
110
      <table width="10" border="0" cellspacing="10">
127
      <table width="10" border="0" cellspacing="10">