mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
[sys admin] User list, email -> ID
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th width="3%"><input type="checkbox" /></th>
|
<th width="3%"><input type="checkbox" /></th>
|
||||||
{% if is_pro %}
|
{% 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="9%">{% trans "Status" %}</th>
|
||||||
<th width="15%">{% trans "Role" %}</th>
|
<th width="15%">{% trans "Role" %}</th>
|
||||||
{% else %}
|
{% 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>
|
<th width="12%">{% trans "Status" %}</th>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if show_institution %}
|
{% if show_institution %}
|
||||||
|
Reference in New Issue
Block a user