| 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
|