| Line 18... |
Line 18... |
| 18 |
<% isActive = NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable )
|
18 |
<% isActive = NOT isClosed AND NOT pkgInfoHash.Item ("is_sdkpkg") AND ( (pkgInfoHash.Item ("dlocked") = "N") OR (pkgInfoHash.Item ("dlocked") = "R") OR criticalSectionIsEditable )
|
| 19 |
BuildActionButtonLink isActive, "Add", "Add dependency to the list.", _
|
19 |
BuildActionButtonLink isActive, "Add", "Add dependency to the list.", _
|
| 20 |
"src='images/i_add_deps.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _
|
20 |
"src='images/i_add_deps.gif' width='22' height='25' align='absmiddle' border='0' hspace='3'", _
|
| 21 |
"form_search_pkgs.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id & "&add_type=" & enum_ADD_DEPENDENCIES
|
21 |
"form_search_pkgs.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id & "&add_type=" & enum_ADD_DEPENDENCIES
|
| 22 |
|
22 |
|
| - |
|
23 |
Dim bHasDeps : bHasDeps = (pkgInfoHash.Item ("depCount") > 0)
|
| 23 |
BuildActionButtonLink isActive, "Edit", "Edit dependency list.", _
|
24 |
BuildActionButtonLink isActive AND bHasDeps, "Edit", "Edit dependency list.", _
|
| 24 |
"src='images/i_edit_deps.gif' width='23' height='24' align='absmiddle' border='0' hspace='3'", _
|
25 |
"src='images/i_edit_deps.gif' width='23' height='24' align='absmiddle' border='0' hspace='3'", _
|
| 25 |
"form_edit_deps.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id
|
26 |
"form_edit_deps.asp?pv_id=" & parPv_id & "&rtag_id=" & parRtag_id
|
| 26 |
|
27 |
|
| 27 |
BuildActionButtonLink isActive, "Import", "Import dependency list from your build file.", _
|
28 |
BuildActionButtonLink isActive, "Import", "Import dependency list from your build file.", _
|
| 28 |
"src='images/i_import_on.gif' width='22' height='22' align='absmiddle' border='0' hspace='3'", _
|
29 |
"src='images/i_import_on.gif' width='22' height='22' align='absmiddle' border='0' hspace='3'", _
|