1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +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> </li>
<% } %> <% } %>
</ul> </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> </div>
</script> </script>
<script type="text/template" id="dir-op-bar-tmpl"> <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="#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" 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="#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> </ul>
</div> </div>
@@ -204,7 +204,7 @@
{% endif %} {% endif %}
</div> </div>
<div id="groups"> <div id="user-admin-groups">
{% if personal_groups %} {% if personal_groups %}
<table> <table>
<tr> <tr>