Index: /trunk/grails-app/views/entryDetailed/_list.gsp
===================================================================
--- /trunk/grails-app/views/entryDetailed/_list.gsp	(revision 857)
+++ /trunk/grails-app/views/entryDetailed/_list.gsp	(revision 858)
@@ -30,4 +30,8 @@
                             <th>Duration</th>
                         </g:if>
+                        <g:if test="${entryList[0].entryType.id == 1}">
+                            <th>Production</th>
+                            <th>Down Time</th>
+                        </g:if>
                         <th>Entered By</th>
                         <th></th>
@@ -58,4 +62,13 @@
                                 </g:if>
 
+                                <g:if test="${entryList[0].entryType.id == 1}">
+                                    <td onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'>
+                                        ${fieldValue(bean:entry, field:'productionReference')}
+                                    </td>
+                                    <td onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'>
+                                        ${entry.durationHour}:${entry.durationMinute}
+                                    </td>
+                                </g:if>
+
                                 <td onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'>
                                     ${entry.enteredBy.encodeAsHTML()}
