Ignore:
Timestamp:
Feb 17, 2010, 1:38:58 PM (13 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1309: externalId for protocols

Added to the web interface and batch importers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/admin/protocols/view_protocol.jsp

    r5069 r5249  
    265265        <td class="prompt">Type</td>
    266266        <td><base:propertyvalue item="<%=protocol%>" property="protocolType" /></td>
     267      </tr>
     268      <tr>
     269        <td class="prompt">External ID</td>
     270        <td><%=HTML.encodeTags(protocol.getExternalId())%></td>
    267271      </tr>
    268272      <tr>
Note: See TracChangeset for help on using the changeset viewer.