Changeset 367
- Timestamp:
- 05/21/08 20:28:49 (6 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
r348 r367 97 97 {% block table_row_extn %}{% endblock %} 98 98 {% if view.canUpdateDomainObject %} 99 <td> 99 <td><nobr> 100 100 {% block table_item_update_btn %} 101 101 <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/update/" title="Update"><img height="20" width="20" src="http://{{ systemMediaSocket }}{{ mediaPrefix }}/images/icon-edit.png" alt="Update"/></a> … … 109 109 {% endblock %} 110 110 {% block table_item_actions_extn %}{% endblock %} 111 </ td>111 </nobr></td> 112 112 {% endif %} 113 113 </tr>
