Subversion Repositories DevTools

Rev

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

Rev 129 Rev 131
Line 734... Line 734...
734
                           "Y",_
734
                           "Y",_
735
                           "N")
735
                           "N")
736
         rsQry.AddNew varFields, varValues
736
         rsQry.AddNew varFields, varValues
737
      End If
737
      End If
738
 
738
 
739
      If isAbtnRequired(aAbtnList, "btnArchivedVersionHistory") Then
-
 
740
         varValues = Array(31, "btnArchivedVersionHistory", null,_
-
 
741
                           """javascript:;""",_
-
 
742
                           """onClick=""""MM_openBrWindow('_wform_archived_versions_history_release_notes.asp?OLDpv_id=""& parPv_id &""&pkg_id=""& pkgInfoHash.Item (""pkg_id"") &""&FLpkg_version=*""& pkgInfoHash.Item(""v_ext"") &""&FLuser_name=*&rfile=""& scriptName &""&""& objPMod.ComposeURL() &""#ANC_""& parPv_id &""','History','resizable=yes,scrollbars=yes,width=850,height='+ ( screen.height - 100 )  );""""""",_
-
 
743
                           "images/abtn_version_archived_history.gif",_
-
 
744
                           null,_
-
 
745
                           "Show archived version history of this package.",_
-
 
746
                           "Y",_
-
 
747
                           "Y",_
-
 
748
                           "Y")
-
 
749
         rsQry.AddNew varFields, varValues
-
 
750
      End If
-
 
751
 
-
 
752
      If isAbtnRequired(aAbtnList, "btnPendingIntegration") Then
739
      If isAbtnRequired(aAbtnList, "btnPendingIntegration") Then
753
         varValues = Array(32, "btnPendingIntegration", null,_
740
         varValues = Array(32, "btnPendingIntegration", null,_
754
                           """_modify_product_state.asp?state_id=1&rfile=""& ScriptName &""&pv_id=""& parPv_id &""&rtag_id=""& parRtag_id",_
741
                           """_modify_product_state.asp?state_id=1&rfile=""& ScriptName &""&pv_id=""& parPv_id &""&rtag_id=""& parRtag_id",_
755
                           """onClick=""""return confirmAction('Do you want to proceed to make this product pending for INTEGRATION?');""""""",_
742
                           """onClick=""""return confirmAction('Do you want to proceed to make this product pending for INTEGRATION?');""""""",_
756
                           "icons/PendingIntegration.gif",_
743
                           "icons/PendingIntegration.gif",_