| Line 126... |
Line 126... |
| 126 |
surl = "_wform_add_missing_dependency.asp" &_
|
126 |
surl = "_wform_add_missing_dependency.asp" &_
|
| 127 |
"?rfile=" & scriptName &_
|
127 |
"?rfile=" & scriptName &_
|
| 128 |
"&ppv_id=" & NNpv_id &_
|
128 |
"&ppv_id=" & NNpv_id &_
|
| 129 |
"&pv_id=" & rsTemp("orig_pv_id") &_
|
129 |
"&pv_id=" & rsTemp("orig_pv_id") &_
|
| 130 |
"&rtag_id=" & NNrtag_id
|
130 |
"&rtag_id=" & NNrtag_id
|
| 131 |
sonclick = "MM_openBrWindow('" & surl & "','AddDependency','resizable=yes,width=560,height=310');"
|
131 |
sonclick = "MM_openVixIFrame('" & surl & "','Add Dependency');"
|
| 132 |
%>
|
132 |
%>
|
| 133 |
<img onclick="<%=sonclick%>" src="images/i_add_missing_dep.gif" alt="Add missing dependency." width="15" height="15" hspace="3" border="0" title="Add this package to the Release">
|
133 |
<img onclick="<%=sonclick%>" src="images/i_add_missing_dep.gif" alt="Add missing dependency." width="15" height="15" hspace="3" border="0" title="Add this package to the Release">
|
| 134 |
<%Else%>
|
134 |
<%Else%>
|
| 135 |
<img src="images/i_add_missing_dep.gif" width="15" height="15" hspace="3" border="0" style="visibility:hidden">
|
135 |
<img src="images/i_add_missing_dep.gif" width="15" height="15" hspace="3" border="0" style="visibility:hidden">
|
| 136 |
<%End If%>
|
136 |
<%End If%>
|