Subversion Repositories DevTools

Rev

Rev 6289 | Rev 6579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6289 Rev 6480
Line 245... Line 245...
245
                    End If
245
                    End If
246
                    
246
                    
247
                    ' Set destroy package action
247
                    ' Set destroy package action
248
                    If CanDestroyPackage Then
248
                    If CanDestroyPackage Then
249
                        DestroyPackage = "<a href='javascript:;'"&_
249
                        DestroyPackage = "<a href='javascript:;'"&_
250
                                         " title='Destroy this package from the database.' "&_
250
                                         " title='Destroy this version of the package.' "&_
251
                                         " onClick=""MM_openVixIFrame('_destroy_package.asp?pv_id="& aVersions( rsRep.FieldIndex("pv_id"), i )  &"&bfile="& ScriptName &"&pkg_id="& parPkgId &"&listby="& parListBy &"','Destroy Package Version');"" >" &_
251
                                         " onClick=""MM_openVixIFrame('_destroy_package.asp?pv_id="& aVersions( rsRep.FieldIndex("pv_id"), i )  &"&bfile="& ScriptName &"&pkg_id="& parPkgId &"&listby="& parListBy &"','Destroy Package Version');"" >" &_
252
                                         " <img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ></a>"
252
                                         " <img src='icons/i_destroy_package_sml.gif' width='15' height='15' border='0' ></a>"
253
                    Else
253
                    Else
254
                        DestroyPackage = ""
254
                        DestroyPackage = ""
255
                    End If
255
                    End If