1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

[sub-lib] removed 'sort' icons

This commit is contained in:
llj
2015-03-31 18:05:39 +08:00
committed by Daniel Pan
parent 72421249c5
commit 165f7ccf6e

View File

@@ -107,9 +107,9 @@
<thead>
<tr>
<th width="4%"><!--icon--></th>
<th width="24%">{% trans "Name" %} <span id="my-sub-repo-list-name-down" class="icon-caret-up cspt"></span> <span id="my-sub-repo-list-name-up" class="icon-caret-down cspt hide"></span></th>
<th width="24%">{% trans "Name" %}</th>
<th width="38%">{% trans "Origin" %}</th>
<th width="22%">{% trans "Last Update" %} <span id="my-sub-repo-list-time-up" class="icon-caret-up cspt hide"></span> <span id="my-sub-repo-list-time-down" class="icon-caret-down cspt"></span></th>
<th width="22%">{% trans "Last Update" %}</th>
<th width="12%">{% trans "Operations" %}</th>
</tr>
</thead>