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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user