Changeset 312

Show
Ignore:
Timestamp:
03/18/08 13:47:22 (9 months ago)
Author:
johnbywater
Message:

Added setting to control showing of inline help messages.

Files:

Legend:

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

    r62 r312  
    55{% block primarysidebar %} 
    66<div class="box"> 
    7   <h2>Registry section</h2> 
    8   <p>You&rsquo;re currently in the <strong>registry</strong> section of the {{ systemServiceName }} site. From here you can update the registers of objects of the facility.</p> 
     7  <h2>{{ domainClassName }}</h2> 
     8  {% if view.showInlineHelp %} 
     9  <p>You&rsquo;re currently in the <strong>{{ domainClassName }}</strong> section of the {{ systemServiceName }} site.</p> 
     10  {% endif %} 
    911</div> 
    1012{% endblock %}