Changeset 314
- Timestamp:
- 03/18/08 18:31:29 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/dm/django/templates/registry/list.html
r257 r314 16 16 {% else %} 17 17 18 <p>There are {{ registerCount }} registered {{registerName}}.</p> 18 <p> 19 There are {{ registerCount }} registered {{registerName}}. 20 {% if not isRegisterCountLow and view.hasListallPage %} 21 <a href="{{uriPrefix}}/{{registryPath}}/listall/">View full list.</a> 22 {% endif %} 23 </p> 24 19 25 20 26 {% endif %} trunk/src/dm/django/templates/registry/master.html
r312 r314 5 5 {% block primarysidebar %} 6 6 <div class="box"> 7 <h2>{{ domainClassName }} </h2>7 <h2>{{ domainClassName }} register</h2> 8 8 {% if view.showInlineHelp %} 9 9 <p>You’re currently in the <strong>{{ domainClassName }}</strong> section of the {{ systemServiceName }} site.</p>
