Changeset 329
- Timestamp:
- 04/29/08 14:35:20 (7 months ago)
- Files:
-
- trunk/src/dm/django/templates/registry/list.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/list.html
r325 r329 39 39 </tr> 40 40 {% for domainObject in objectRegister.getSortedList %} 41 <tr >41 <tr{% block is_domain_object_inactive%}{% endblock %}> 42 42 <td> 43 43 <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/" title="{{domainObject.getRegisterKeyValue}}">{{domainObject.getLabelValue}}</a>
