1
0
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:
lian
2015-12-04 14:33:33 +08:00
parent 698bfc4e09
commit 1c4780c5c0
2 changed files with 3 additions and 3 deletions

View File

@@ -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">

View File

@@ -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>