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:
Andrew O'Neil 2007-08-10 00:37:23 +00:00
parent 4211621504
commit ab89c8dd7a
1 changed files with 1 additions and 17 deletions

View File

@ -9,23 +9,7 @@
<% if Markable %><th width="18">&nbsp;</th><% end_if %>
<% control Headings %>
<th class="$Name">
<% if IsSortable %>
<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>
&nbsp;
</span>
<% else %>
$Title
<% end_if %>
$Title
</th>
<% end_control %>
<% if Can(edit) %><th width="18">&nbsp;</th><% end_if %>