Index: trunk/grails-app/views/taskDetailed/search.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/search.gsp	(revision 574)
+++ trunk/grails-app/views/taskDetailed/search.gsp	(revision 582)
@@ -89,5 +89,6 @@
                                 <custom:sortableColumnWithImg property="attentionFlag"
                                                                                                 imgSrc="${resource(dir:'images/skin',file:'flag_red.png')}"
-                                                                                                imgAlt="Flag" params="${filterParams}" />
+                                                                                                imgAlt="Flag"
+                                                                                                params="${filterParams}" />
 
                                 <g:sortableColumn property="id" title="Id" params="${filterParams}" />
@@ -103,5 +104,9 @@
                                 <g:sortableColumn  property="taskStatus" title="Status" params="${filterParams}" />
 
-                                <th></th>
+                                <custom:sortableColumnWithImg property="defaultSort"
+                                                                                                imgSrc="${resource(dir:'images/skin',file:'table_sort.png')}"
+                                                                                                imgAlt="Sort"
+                                                                                                imgTitle="Default Sort"
+                                                                                                params="${filterParams}" />
 
                             </tr>
