| Line 755... |
Line 755... |
| 755 |
End If
|
755 |
End If
|
| 756 |
Else
|
756 |
Else
|
| 757 |
disabled = "disabled"
|
757 |
disabled = "disabled"
|
| 758 |
End If
|
758 |
End If
|
| 759 |
|
759 |
|
| - |
|
760 |
relContentsSTR = relContentsSTR & " <td class=tcenter width='1%'><input name='pv_id_list' id='pv_id_list' type=checkbox value="&rsView.Fields("pv_id")&" "&checked&" "&disabled&"></td>"& VBNewLine
|
| 760 |
Else ' always check and disable the checkbox
|
761 |
Else ' always check and disable the checkbox
|
| 761 |
checked = "checked"
|
762 |
checked = "checked"
|
| 762 |
disabled = "disabled"
|
763 |
disabled = "disabled"
|
| - |
|
764 |
relContentsSTR = relContentsSTR & " <td class=tcenter width='1%'>" & DefineStateIcon ( rsView("pkg_state"), rsView("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE ) &"</td>"& VBNewLine
|
| 763 |
End If
|
765 |
End If
|
| 764 |
|
766 |
|
| 765 |
relContentsSTR = relContentsSTR & " <td width='1%'><input name='pv_id_list' id='pv_id_list' type=checkbox value="&rsView.Fields("pv_id")&" "&checked&" "&disabled&"></td>"& VBNewLine
|
- |
|
| 766 |
Else
|
767 |
Else
|
| 767 |
relContentsSTR = relContentsSTR & " <td width='1%'>" & DefineStateIcon ( rsView("pkg_state"), rsView("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE ) &"</td>"& VBNewLine
|
768 |
relContentsSTR = relContentsSTR & " <td class=tcenter width='1%'>" & DefineStateIcon ( rsView("pkg_state"), rsView("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE ) &"</td>"& VBNewLine
|
| 768 |
End If
|
769 |
End If
|
| 769 |
End If
|
770 |
End If
|
| 770 |
|
771 |
|
| 771 |
relContentsSTR = relContentsSTR & " <td width='100%' nowrap><a href='"& tmpURL &"' class='body_txt_drk' title="""& HTMLEncode( rsView("pv_description") ) &""">"& rsView.Fields("pkg_name") &"</a></td>" & VBNewLine
|
772 |
relContentsSTR = relContentsSTR & " <td width='100%' nowrap><a href='"& tmpURL &"' class='body_txt_drk' title="""& HTMLEncode( rsView("pv_description") ) &""">"& rsView.Fields("pkg_name") &"</a></td>" & VBNewLine
|
| 772 |
relContentsSTR = relContentsSTR & " <td width='1%' nowrap class='envPkg'>"& rsView.Fields("pkg_version") &"</td>" & VBNewLine
|
773 |
relContentsSTR = relContentsSTR & " <td width='1%' nowrap class='envPkg'>"& rsView.Fields("pkg_version") &"</td>" & VBNewLine
|
| 773 |
relContentsSTR = relContentsSTR & " <td width='1%'>"& IMG_locked & "</td>"
|
774 |
relContentsSTR = relContentsSTR & " <td class=tcenter width='1%'>"& IMG_locked & "</td>"
|
| 774 |
relContentsSTR = relContentsSTR & "</tr>" & VBNewLine
|
775 |
relContentsSTR = relContentsSTR & "</tr>" & VBNewLine
|
| 775 |
Else
|
776 |
Else
|
| 776 |
'relContentsSTR = relContentsSTR & "<tr><td><label class='form_txt' disabled>...</label></td></tr>" ' Collapsed view displays dots
|
777 |
'relContentsSTR = relContentsSTR & "<tr><td><label class='form_txt' disabled>...</label></td></tr>" ' Collapsed view displays dots
|
| 777 |
|
778 |
|
| 778 |
viewCollapsed = TRUE
|
779 |
viewCollapsed = TRUE
|