Subversion Repositories DevTools

Rev

Rev 6181 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6181 Rev 7030
Line 139... Line 139...
139
                     End If
139
                     End If
140
                  Else
140
                  Else
141
                     disabled = "disabled"
141
                     disabled = "disabled"
142
                  End If
142
                  End If
143
 
143
 
-
 
144
               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
144
               Else ' always check and disable the checkbox
145
               Else ' always check and disable the checkbox
145
                  checked = "checked"
146
                  checked = "checked"
146
                  disabled = "disabled"
147
                  disabled = "disabled"
-
 
148
		          relContentsSTR = relContentsSTR & "  <td class=tcenter width='1%'>"& DefineStateIcon ( rsView("pkg_state"), rsView("dlocked"), NULL, NULL, rsView("build_type"), TRUE ) &"</td>"& VBNewLine
147
               End If
149
               End If
148
               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
-
 
149
            Else
150
            Else
150
		       relContentsSTR = relContentsSTR & "  <td width='1%'>"& DefineStateIcon ( rsView("pkg_state"), rsView("dlocked"), NULL, NULL, rsView("build_type"), TRUE ) &"</td>"& VBNewLine
151
		       relContentsSTR = relContentsSTR & "  <td class=tcenter width='1%'>"& DefineStateIcon ( rsView("pkg_state"), rsView("dlocked"), NULL, NULL, rsView("build_type"), TRUE ) &"</td>"& VBNewLine
151
            End If
152
            End If
152
         End If
153
         End If
153
 
154
 
154
	relContentsSTR = relContentsSTR & "  <td width='100%' nowrap><a href='"& sURL &"' class='body_txt_drk' title="""& HTMLEncode( rsView("pv_description") ) &""">"& rsView.Fields("pkg_name") &"</a></td>" & VBNewLine
155
	relContentsSTR = relContentsSTR & "  <td width='100%' nowrap><a href='"& sURL &"' class='body_txt_drk' title="""& HTMLEncode( rsView("pv_description") ) &""">"& rsView.Fields("pkg_name") &"</a></td>" & VBNewLine
155
	relContentsSTR = relContentsSTR & "  <td width='1%' nowrap class='envPkg'>"& rsView.Fields("pkg_version") &"</td>" & VBNewLine
156
	relContentsSTR = relContentsSTR & "  <td width='1%' nowrap class='envPkg'>"& rsView.Fields("pkg_version") &"</td>" & VBNewLine
156
	relContentsSTR = relContentsSTR & "  <td width='1%'>"& IMG_locked &"</td>"
157
	relContentsSTR = relContentsSTR & "  <td class=tcenter width='1%'>"& IMG_locked &"</td>"
157
	relContentsSTR = relContentsSTR & "</tr>" & VBNewLine
158
	relContentsSTR = relContentsSTR & "</tr>" & VBNewLine
158
 
159
 
159
	rsView.MoveNext
160
	rsView.MoveNext
160
WEnd
161
WEnd
161
 
162