Subversion Repositories DevTools

Rev

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

Rev 3865 Rev 3879
Line 512... Line 512...
512
 
512
 
513
      If isAbtnRequired(aAbtnList, "btnApprovePackage") Then
513
      If isAbtnRequired(aAbtnList, "btnApprovePackage") Then
514
         varValues = Array(13, "btnApprovePackage", null,_
514
         varValues = Array(13, "btnApprovePackage", null,_
515
                           """_make_approved.asp?rfile=""& ScriptName &""&pv_id=""& parPv_id &""&rtag_id=""& parRtag_id ",_
515
                           """_make_approved.asp?rfile=""& ScriptName &""&pv_id=""& parPv_id &""&rtag_id=""& parRtag_id ",_
516
                           """onClick=""""return confirmAction('You are about to approve this package for auto-build. \nDo you want to proceed?');""""""",_
516
                           """onClick=""""return confirmAction('You are about to approve this package for auto-build. \nDo you want to proceed?');""""""",_
517
                           "icons/i_make_released.gif",_
517
                           "icons/i_submit_build.gif",_
518
                           "icons/i_make_released_off.gif",_
518
                           "icons/i_submit_build_off.gif",_
519
                           "Make this package released for automated build.",_
519
                           "Make this package released for automated build.",_
520
                           "Y",_
520
                           "Y",_
521
                           "Y",_
521
                           "Y",_
522
                           "N")
522
                           "N")
523
         rsQry.AddNew varFields, varValues
523
         rsQry.AddNew varFields, varValues