1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

[sys admin] User list, email -> ID

This commit is contained in:
zhengxie
2018-06-15 11:52:58 +08:00
parent 194a9555cf
commit fde748909e

View File

@@ -3,11 +3,11 @@
<tr>
<th width="3%"><input type="checkbox" /></th>
{% if is_pro %}
<th width="21%">{% trans "Email" %} / {% trans "Name" %} / {% trans "Contact Email" %}</th>
<th width="21%">ID / {% trans "Name" %} / {% trans "Contact Email" %}</th>
<th width="9%">{% trans "Status" %}</th>
<th width="15%">{% trans "Role" %}</th>
{% else %}
<th width="33%">{% trans "Email" %} / {% trans "Name" %} / {% trans "Contact Email" %}</th>
<th width="33%">ID / {% trans "Name" %} / {% trans "Contact Email" %}</th>
<th width="12%">{% trans "Status" %}</th>
{% endif %}
{% if show_institution %}