mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-20 10:20:42 +00:00
update trans & groups tab ID in user info page
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
<a href="{% url 'group_list' %}" class="item all-grp">All Groups</a>
|
||||
<a href="{% url 'group_list' %}" class="item all-grp">{% trans 'All Groups' %}</a>
|
||||
</div>
|
||||
</script>
|
||||
<script type="text/template" id="dir-op-bar-tmpl">
|
||||
|
@@ -71,7 +71,7 @@
|
||||
<li class="tab"><a href="#owned" class="a">{% trans "Owned Libs" %}</a></li>
|
||||
<li class="tab"><a href="#shared" class="a">{% trans "Shared Libs" %}</a></li>
|
||||
<li class="tab"><a href="#shared-links" class="a">{% trans "Shared Links" %}</a></li>
|
||||
<li class="tab"><a href="#groups" class="a">{% trans "Groups" %}</a></li>
|
||||
<li class="tab"><a href="#user-admin-groups" class="a">{% trans "Groups" %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div id="groups">
|
||||
<div id="user-admin-groups">
|
||||
{% if personal_groups %}
|
||||
<table>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user