Changeset 836 for trunk/grails-app/views/costCodeDetailed/list.gsp
- Timestamp:
- Mar 3, 2011, 2:52:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/costCodeDetailed/list.gsp
r633 r836 35 35 <tbody> 36 36 <g:each in="${costCodeInstanceList}" status="i" var="costCodeInstance"> 37 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />37 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 38 38 39 39 <td onclick='window.location = "${request.getContextPath()}/costCodeDetailed/show/${costCodeInstance.id}"'>
Note: See TracChangeset
for help on using the changeset viewer.