Changeset 325
- Timestamp:
- 04/10/08 01:41:49 (9 months ago)
- Files:
-
- trunk/src/dm/django/templates/registry/list.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/list.html
r324 r325 43 43 <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/" title="{{domainObject.getRegisterKeyValue}}">{{domainObject.getLabelValue}}</a> 44 44 </td> 45 {% block list_table_row_extn %}{% endblock %} 45 {% block list_table_row_extn %}{% endblock %} 46 46 {% if view.canUpdateDomainObject %} 47 47 <td> 48 {% block list_item_update_btn %} 48 49 <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/update/" title="{{domainObject.getRegisterKeyValue}}" title="Update"> 49 50 <img height="20" width="20" src="http://{{ systemMediaSocket }}{{ mediaPrefix }}/images/icon-edit.png" alt="Update" /> 50 51 </a> 52 {% endblock %} 53 {% block list_item_delete_btn %} 51 54 {% if view.canDeleteDomainObject %} 52 55 <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/delete/" title="{{domainObject.getRegisterKeyValue}}" title="Delete"> … … 54 57 </a> 55 58 {% endif %} 59 {% endblock %} 56 60 </td> 57 61 {% endif %}
