Commit 175b470e by Dányi Bence

webui: show-all-groups button moved

parent 3d66d3fe
...@@ -543,8 +543,12 @@ table { ...@@ -543,8 +543,12 @@ table {
background-image: url(icons/user--plus.png); background-image: url(icons/user--plus.png);
} }
} }
#show-hidden-groups .summary .name {
background-image: url(icons/eye.png);
}
} }
#group-members, #group-owners { #group-members, #group-owners {
.summary .name { .summary .name {
background-image: url(icons/user.png); background-image: url(icons/user.png);
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
{% block title %} {% block title %}
{% trans "My Groups" %} <a id="show-hidden-groups" href="#">asd</a> {% trans "My Groups" %}
{% endblock title %} {% endblock title %}
{% block content %} {% block content %}
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
<li id="show-hidden-groups" class="entry small-row">
<div class="summary">
<div class="name">{% trans "Show hidden groups" %}</div>
<div class="clear"></div>
</div>
</li>
<li class="entry small-row" id="new-group"> <li class="entry small-row" id="new-group">
<div class="summary"> <div class="summary">
<div class="name">{% trans "Create new group" %}</div> <div class="name">{% trans "Create new group" %}</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