Changeset 22685


Ignore:
Timestamp:
03/09/10 11:51:15 (17 months ago)
Author:
rns
Message:

Remove some commented code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mnw21/pathquery_refactor/intermine/webapp/main/resources/webapp/template.jsp

    r22681 r22685  
    207207              
    208208          <!-- lookup constraint --> 
    209           <!-- 
    210         <c:if test="${dec.lookup}"> 
    211           <p style="text-align: left;"><fmt:message key="query.lookupConstraintLabel" /> 
    212           <%--Search for:--%> 
    213           <html:hidden property="attributeOp" value="${dec.lookupOp.property}" disabled="false" /> 
    214           <html:text 
    215             property="attributeValue" styleId="attribute2" value="${dec.selectedValue}" 
    216             onkeypress="if(event.keyCode == 13) {$('attribute').click();return false;}" /> 
    217         </c:if> 
    218          --> 
    219209          
    220210         <%-- dropdown (probably organism) --%> 
Note: See TracChangeset for help on using the changeset viewer.