Changeset 858 for trunk/grails-app/views/entryDetailed
- Timestamp:
- Mar 12, 2011, 11:56:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/entryDetailed/_list.gsp
r846 r858 30 30 <th>Duration</th> 31 31 </g:if> 32 <g:if test="${entryList[0].entryType.id == 1}"> 33 <th>Production</th> 34 <th>Down Time</th> 35 </g:if> 32 36 <th>Entered By</th> 33 37 <th></th> … … 58 62 </g:if> 59 63 64 <g:if test="${entryList[0].entryType.id == 1}"> 65 <td onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'> 66 ${fieldValue(bean:entry, field:'productionReference')} 67 </td> 68 <td onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'> 69 ${entry.durationHour}:${entry.durationMinute} 70 </td> 71 </g:if> 72 60 73 <td onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'> 61 74 ${entry.enteredBy.encodeAsHTML()}
Note: See TracChangeset
for help on using the changeset viewer.