| Line 1... |
Line 1... |
| 1 |
<!-- #INCLUDE FILE="..\notes\bugs\adovbs.inc" -->
|
1 |
<!-- #INCLUDE FILE="..\common\adovbs.inc" -->
|
| 2 |
<%
|
2 |
<%
|
| 3 |
'=============================================================
|
3 |
'=============================================================
|
| 4 |
'//
|
4 |
'//
|
| 5 |
'// Action Button Control
|
5 |
'// Action Button Control
|
| 6 |
'//
|
6 |
'//
|
| Line 357... |
Line 357... |
| 357 |
End If
|
357 |
End If
|
| 358 |
|
358 |
|
| 359 |
If isAbtnRequired(aAbtnList, "btnVersionHistory") Then
|
359 |
If isAbtnRequired(aAbtnList, "btnVersionHistory") Then
|
| 360 |
varValues = Array( 2, "btnVersionHistory", null,_
|
360 |
varValues = Array( 2, "btnVersionHistory", null,_
|
| 361 |
"""javascript:;""",_
|
361 |
"""javascript:;""",_
|
| 362 |
"""onClick=""""MM_openBrWindow('_wform_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,width=850,height='+ ( screen.height - 100 ) );""""""",_
|
362 |
"""onClick=""""MM_openBrWindow('_wform_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 ) );""""""",_
|
| 363 |
"images/abtn_version_history.gif",_
|
363 |
"images/abtn_version_history.gif",_
|
| 364 |
null,_
|
364 |
null,_
|
| 365 |
"Show version history of this package.",_
|
365 |
"Show version history of this package.",_
|
| 366 |
"Y",_
|
366 |
"Y",_
|
| 367 |
"Y",_
|
367 |
"Y",_
|
| Line 737... |
Line 737... |
| 737 |
End If
|
737 |
End If
|
| 738 |
|
738 |
|
| 739 |
If isAbtnRequired(aAbtnList, "btnArchivedVersionHistory") Then
|
739 |
If isAbtnRequired(aAbtnList, "btnArchivedVersionHistory") Then
|
| 740 |
varValues = Array(31, "btnArchivedVersionHistory", null,_
|
740 |
varValues = Array(31, "btnArchivedVersionHistory", null,_
|
| 741 |
"""javascript:;""",_
|
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,width=850,height='+ ( screen.height - 100 ) );""""""",_
|
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",_
|
743 |
"images/abtn_version_archived_history.gif",_
|
| 744 |
null,_
|
744 |
null,_
|
| 745 |
"Show archived version history of this package.",_
|
745 |
"Show archived version history of this package.",_
|
| 746 |
"Y",_
|
746 |
"Y",_
|
| 747 |
"Y",_
|
747 |
"Y",_
|