Merge with a925feb7348753d6ef7dbe773305650d575639e1
authorcavaliet
Fri, 23 Dec 2011 17:48:19 +0100
changeset 310 87ed1335a195
parent 309 167c3613280a (diff)
parent 308 a925feb73487 (current diff)
child 311 8cb63fa7ee46
Merge with a925feb7348753d6ef7dbe773305650d575639e1
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html	Fri Dec 23 17:39:59 2011 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/groupslist.html	Fri Dec 23 17:48:19 2011 +0100
@@ -11,7 +11,10 @@
 	<tr class="imageline {% cycle 'projectscontentsoddline' 'projectscontentsevenline' as color_cycle%} update_group_projects" id="{{ group.id }}">
 		
 		{% if group.change %}
-			<td class="cellimg"><a class="grouplink create_group" title="{% trans "Change this group"%}" href="{% url ldt.ldt_utils.views.update_group group.id %}">c</a></td>
+			<td class="cellimg">
+			  <a class="grouplink create_group" title="{% trans 'Change this group'%}" href="{% url ldt.ldt_utils.views.update_group group.id %}">
+			  <img src="{{LDT_MEDIA_PREFIX}}img/group_edit.png" alt="{% trans 'Change this group' %}" title="{% trans 'Change this group' %}"/></a>
+			</td>
 			<td><b>{{ group.name }}</b></td>
 		{% else %}
 			<td class="cellimg"></td>
Binary file src/ldt/ldt/static/ldt/img/group_edit.png has changed