mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Removed sorting as it doesn't work properly
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39812 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4211621504
commit
ab89c8dd7a
@ -9,23 +9,7 @@
|
|||||||
<% if Markable %><th width="18"> </th><% end_if %>
|
<% if Markable %><th width="18"> </th><% end_if %>
|
||||||
<% control Headings %>
|
<% control Headings %>
|
||||||
<th class="$Name">
|
<th class="$Name">
|
||||||
<% if IsSortable %>
|
$Title
|
||||||
<span class="sortTitle">
|
|
||||||
<a href="$SortLink">$Title</a>
|
|
||||||
</span>
|
|
||||||
<span class="sortLink <% if SortBy %><% else %>sortLinkHidden<% end_if %>">
|
|
||||||
<a href="$SortLink"">
|
|
||||||
<% if SortDirection = desc %>
|
|
||||||
<img src="cms/images/bullet_arrow_up.png" alt="Sort ascending" />
|
|
||||||
<% else %>
|
|
||||||
<img src="cms/images/bullet_arrow_down.png" alt="Sort descending" />
|
|
||||||
<% end_if %>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</span>
|
|
||||||
<% else %>
|
|
||||||
$Title
|
|
||||||
<% end_if %>
|
|
||||||
</th>
|
</th>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
<% if Can(edit) %><th width="18"> </th><% end_if %>
|
<% if Can(edit) %><th width="18"> </th><% end_if %>
|
||||||
|
Loading…
Reference in New Issue
Block a user