summaryrefslogtreecommitdiff
path: root/templates
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
parente7d35a98116b9d255e33b999bfc28ec8d500e557 (diff)
better name display on page
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html7
-rw-r--r--templates/tree.html1
2 files changed, 7 insertions, 1 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">
diff --git a/templates/tree.html b/templates/tree.html
index 7215a41..6fd7dab 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -29,7 +29,6 @@ $(function() {
{% endblock %}
{% block headline %}
<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}{{profile.display_name}}{% endif %}</a>
-{% if name %}<div class="name">{{ name }}</div>{% endif %}
{% endblock %}
{% block title %}COIP{% if name %} - {{name.shortname}}{% endif %}{% endblock %}
{% block main %}