summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-12-15 00:21:20 +0100
committerLeif Johansson <leifj@sunet.se>2010-12-15 00:21:20 +0100
commit6e09166aed8946ac1c752f267c43743d8cbabd34 (patch)
tree3da83defeccfb99550d113e499e3e1a7ce7a2c91 /templates/base.html
parente7d35a98116b9d255e33b999bfc28ec8d500e557 (diff)
better name display on page
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index b494ca6..b885446 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -90,6 +90,13 @@
</ul>
</div>
{% endif %}
+ {% if name %}
+ <div class="ui-widget ui-state-default ui-corner-all navlist toolbar">
+ <ul>
+ <li class="tip" title="This is the full name of the group. This is the name that will be exposed to applications.">{{ name }}</li>
+ </ul>
+ </div>
+ {% endif %}
<div class="clear"></div>
</div>
<div id="content">