Changeset 314

Show
Ignore:
Timestamp:
03/18/08 18:31:29 (10 months ago)
Author:
johnbywater
Message:

Added listall view templates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dm/django/templates/registry/list.html

    r257 r314  
    1616{% else %} 
    1717 
    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 
    1925 
    2026{% endif %} 
  • trunk/src/dm/django/templates/registry/master.html

    r312 r314  
    55{% block primarysidebar %} 
    66<div class="box"> 
    7   <h2>{{ domainClassName }}</h2> 
     7  <h2>{{ domainClassName }} register</h2> 
    88  {% if view.showInlineHelp %} 
    99  <p>You&rsquo;re currently in the <strong>{{ domainClassName }}</strong> section of the {{ systemServiceName }} site.</p>