Index: /trunk/grails-app/views/inventoryItemDetailed/search.gsp
===================================================================
--- /trunk/grails-app/views/inventoryItemDetailed/search.gsp	(revision 644)
+++ /trunk/grails-app/views/inventoryItemDetailed/search.gsp	(revision 645)
@@ -178,8 +178,5 @@
 
                                 <th>Picture</th>
-                            
-                                <g:sortableColumn property="name" title="Name" params="${filterParams}" />
-                            
-                                <g:sortableColumn property="description" title="Description" params="${filterParams}" />
+                                <th>Description</th>
                             
                                 <g:sortableColumn property="inventoryGroup" title="Group" params="${filterParams}" />
@@ -206,8 +203,5 @@
                             
                                 <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' >
-                                    ${fieldValue(bean:inventoryItemInstance, field:'name')}
-                                </td>
-                            
-                                <td onclick='window.location = "${request.getContextPath()}/inventoryItemDetailed/show/${inventoryItemInstance.id}"' >
+                                    <b>${fieldValue(bean:inventoryItemInstance, field:'name')}</b><br />
                                     ${fieldValue(bean:inventoryItemInstance, field:'description')}
                                     <br />
