Commit 175b470e by Dányi Bence

webui: show-all-groups button moved

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