- Timestamp:
- 05/23/08 22:17:42 (6 months ago)
- Files:
-
- trunk/src/dm/django/templates/registry/read.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/read.html
r355 r377 73 73 Next: <a href="../{{nextObject.getRegisterKeyValue}}/">{{nextObject.getLabelValue}}</a> 74 74 <br /> 75 {% e ndif%}76 {% if previousObject %}75 {% else %} 76 {% if previousObject %} 77 77 Previous: <a href="../{{previousObject.getRegisterKeyValue}}/">{{previousObject.getLabelValue}}</a> 78 78 <br /> 79 {% else %} 80 This is the only record in the register. 81 {% endif %} 79 82 {% endif %} 80 83 </p> 81 84 </div> 85 86 {% block primarysidebarextn %}{% endblock %} 87 82 88 {% endblock %} 83 89
