From ab89c8dd7a44f180cf247a235c4f813ed24817ef Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Fri, 10 Aug 2007 00:37:23 +0000 Subject: [PATCH] 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 --- templates/Includes/CommentTableField.ss | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/templates/Includes/CommentTableField.ss b/templates/Includes/CommentTableField.ss index 9106c2e6..cafd9cbf 100644 --- a/templates/Includes/CommentTableField.ss +++ b/templates/Includes/CommentTableField.ss @@ -9,23 +9,7 @@ <% if Markable %> <% end_if %> <% control Headings %> - <% if IsSortable %> - - $Title - - - - <% if SortDirection = desc %> - Sort ascending - <% else %> - Sort descending - <% end_if %> - -   - - <% else %> - $Title - <% end_if %> + $Title <% end_control %> <% if Can(edit) %> <% end_if %>