Subversion Repositories DevTools

Rev

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

Rev 5251 Rev 5268
Line 342... Line 342...
342
 
342
 
343
                     <tr>
343
                     <tr>
344
                        <td valign="top" nowrap class="form_iname">LXR Support</td>
344
                        <td valign="top" nowrap class="form_iname">LXR Support</td>
345
 
345
 
346
                        <td valign="top" nowrap>
346
                        <td valign="top" nowrap>
347
                            <input type="checkbox" name="lxr" <%=iif(objForm.GetValue( "lxr", objFormCollector.Item("lxr") ) = "Y", "checked","")%> <%=ctrlDisabled%>>
347
                            <input type="checkbox" name="lxr"  <%=iif(objForm.GetValue( "lxr", objFormCollector.Item("lxr") ) = "Y", "checked ","")%><%=ctrlDisabled%> >
348
                        </td>
348
                        </td>
349
                        <td valign="top"></td>
349
                        <td valign="top"></td>
350
 
350
 
351
                     </tr>
351
                     </tr>
352
 
352