Changeset a62ff5a for telemeta/templates/telemeta/base.html
- Timestamp:
- 03/14/12 12:25:01 (15 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- 16d8a31, fabced9
- Parents:
- 0073410
- git-author:
- yomguy <yomguy@…> (03/14/12 12:25:01)
- git-committer:
- yomguy <yomguy@…> (03/14/12 12:25:01)
- File:
-
- 1 edited
-
telemeta/templates/telemeta/base.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta/base.html
r0073410 ra62ff5a 85 85 <ul> 86 86 <li><a href="{% url telemeta-desk-lists %}">{% trans "Lists" %}</a></li> 87 {% if 'postman'|installed %}88 {% load postman_tags %}89 {% postman_unread as unread_count %}90 <li><a href="{% url postman_inbox %}">{% trans "Messages" %}{% if unread_count %} <strong>({{ unread_count }})</strong>{% endif %}</a></li>91 {% endif %}92 87 <li><a href="{% url telemeta-desk-profile user.username %}">{% trans "Profile" %}</a></li> 93 88 <li><a href="{% url telemeta-desk-home %}">{% trans "Home" %}</a></li> … … 129 124 {% endblock header %} 130 125 126 {% block postman_menu %} 127 {% endblock postman_menu %} 128 131 129 <div id="content"> 132 130 <table id="content_header"><tr> … … 134 132 <td class="rightcol">{% block title_buttons %}{% endblock %}</td> 135 133 </tr></table> 136 {% block content %} 137 {% endblock %} 134 {% block content %}{% endblock %} 138 135 <div class="nett"></div> 139 140 136 {% block delete %}{% endblock %} 141 137 </div>
Note: See TracChangeset
for help on using the changeset viewer.
