Changeset 329

Show
Ignore:
Timestamp:
04/29/08 14:35:20 (7 months ago)
Author:
johnbywater
Message:

Added block to control class of inactive domain object.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dm/django/templates/registry/list.html

    r325 r329  
    3939  </tr> 
    4040  {% for domainObject in objectRegister.getSortedList %} 
    41   <tr
     41  <tr{% block is_domain_object_inactive%}{% endblock %}
    4242    <td> 
    4343      <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/" title="{{domainObject.getRegisterKeyValue}}">{{domainObject.getLabelValue}}</a>