| Line 117... |
Line 117... |
| 117 |
End If
|
117 |
End If
|
| 118 |
|
118 |
|
| 119 |
relContentsSTR = relContentsSTR & "<tr>" & VBNewLine
|
119 |
relContentsSTR = relContentsSTR & "<tr>" & VBNewLine
|
| 120 |
|
120 |
|
| 121 |
If rsView("pkg_state") = 0 And rsView.Fields("deprecated_state") <> "" Then
|
121 |
If rsView("pkg_state") = 0 And rsView.Fields("deprecated_state") <> "" Then
|
| 122 |
relContentsSTR = relContentsSTR & " <td width='1%'>"& DefineStateIcon ( rsView.Fields("deprecated_state"), rsView("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE ) &"</td>"& VBNewLine
|
122 |
relContentsSTR = relContentsSTR & " <td width='1%'>" & DefineStateIcon ( rsView("deprecated_state"), rsView("dlocked"), NULL, NULL, rsView("build_type"), TRUE ) & "</td>" & VBNewLine
|
| 123 |
Else
|
123 |
Else
|
| 124 |
If ((parDview <> "enable") AND parEnvtab = enumENVTAB_PLANNED) Then
|
124 |
If ((parDview <> "enable") AND parEnvtab = enumENVTAB_PLANNED) Then
|
| 125 |
|
125 |
|
| 126 |
' if package version is unlocked, rejected, or pending approval, or is to be added/subtracted to/from the release (DEVI-45275), then
|
126 |
' if package version is unlocked, rejected, or pending approval, or is to be added/subtracted to/from the release (DEVI-45275), then
|
| 127 |
If (rsView("dlocked") = "N") OR (rsView("dlocked") = "R") OR (rsView("dlocked") = "P") OR (nOperation = "A") OR (nOperation = "S") Then
|
127 |
If (rsView("dlocked") = "N") OR (rsView("dlocked") = "R") OR (rsView("dlocked") = "P") OR (nOperation = "A") OR (nOperation = "S") Then
|