From 7487cf16017a13c0bbc489c8ef1acb0550020f12 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 12 Jul 2012 16:57:23 +0200 Subject: [PATCH] Set summary icon in agenda widget at the right side to other action icons. --- openslides/agenda/templates/agenda/widget.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openslides/agenda/templates/agenda/widget.html b/openslides/agenda/templates/agenda/widget.html index eed65fbb8..efcf9165c 100644 --- a/openslides/agenda/templates/agenda/widget.html +++ b/openslides/agenda/templates/agenda/widget.html @@ -29,13 +29,17 @@ + {% if not item.is_leaf_node %} + + + + {% endif %} {% for p in item.get_ancestors %}   {% endfor %} {{ item }}{% if item.related_sid %} ({{ item.print_related_type }}){% endif %} - {% if not item.is_leaf_node %} - - {% endif %} {% empty %}
  • {% trans 'No items available.' %}