Index: trunk/grails-app/views/inventoryLocationDetailed/list.gsp
===================================================================
--- trunk/grails-app/views/inventoryLocationDetailed/list.gsp	(revision 410)
+++ trunk/grails-app/views/inventoryLocationDetailed/list.gsp	(revision 498)
@@ -35,16 +35,24 @@
                     <tbody>
                     <g:each in="${inventoryLocationInstanceList}" status="i" var="inventoryLocationInstance">
-                        <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" onclick='window.location = "${request.getContextPath()}/inventoryLocationDetailed/show/${inventoryLocationInstance.id}"'/>
+                        <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"/>
 
                         
-                            <td>${fieldValue(bean:inventoryLocationInstance, field:'id')}</td>
+                            <td onclick='window.location = "${request.getContextPath()}/inventoryLocationDetailed/show/${inventoryLocationInstance.id}"'>
+                                ${fieldValue(bean:inventoryLocationInstance, field:'id')}
+                            </td>
                         
-                            <td>${fieldValue(bean:inventoryLocationInstance, field:'name')}</td>
+                            <td onclick='window.location = "${request.getContextPath()}/inventoryLocationDetailed/show/${inventoryLocationInstance.id}"'>
+                                ${fieldValue(bean:inventoryLocationInstance, field:'name')}
+                            </td>
                         
-                            <td>${fieldValue(bean:inventoryLocationInstance, field:'inventoryStore')}</td>
+                            <td onclick='window.location = "${request.getContextPath()}/inventoryLocationDetailed/show/${inventoryLocationInstance.id}"'>
+                                ${fieldValue(bean:inventoryLocationInstance, field:'inventoryStore')}
+                            </td>
                         
-                            <td>${fieldValue(bean:inventoryLocationInstance, field:'isActive')}</td>
+                            <td onclick='window.location = "${request.getContextPath()}/inventoryLocationDetailed/show/${inventoryLocationInstance.id}"'>
+                                ${fieldValue(bean:inventoryLocationInstance, field:'isActive')}
+                            </td>
 
-                            <td>
+                            <td class="notClickable">
                                 <g:link action="show" id="${inventoryLocationInstance.id}">
                                     <img  src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" />
