Commit 3d66d3fe by Dányi Bence

webui: hide group button added

parent 7154004d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
{% block content %} {% block content %}
<li class="entry"> <li class="entry" id="group-{{group.id}}">
{{ block.super }} {{ block.super }}
</li> </li>
{% endblock content %} {% endblock content %}
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
<a href="#" class="delete" data-id="{{group.id}}" data-name="{{group.name}}"> <a href="#" class="delete" data-id="{{group.id}}" data-name="{{group.name}}">
<img src="/static/icons/minus-circle.png" alt="{% trans "Delete" %}" /> <img src="/static/icons/minus-circle.png" alt="{% trans "Delete" %}" />
</a> </a>
<a href="#" class="hide-group" data-id="{{group.id}}">
<img src="/" alt="{% trans "Hide" %}" />
</a>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</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