Commit 3d66d3fe by Dányi Bence

webui: hide group button added

parent 7154004d
......@@ -3,7 +3,7 @@
{% get_current_language as LANGUAGE_CODE %}
{% block content %}
<li class="entry">
<li class="entry" id="group-{{group.id}}">
{{ block.super }}
</li>
{% endblock content %}
......@@ -18,6 +18,9 @@
<a href="#" class="delete" data-id="{{group.id}}" data-name="{{group.name}}">
<img src="/static/icons/minus-circle.png" alt="{% trans "Delete" %}" />
</a>
<a href="#" class="hide-group" data-id="{{group.id}}">
<img src="/" alt="{% trans "Hide" %}" />
</a>
</div>
<div class="clear"></div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment