Changeset 431 for trunk/grails-app/views/entryDetailed/show.gsp
- Timestamp:
- Mar 5, 2010, 12:45:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/entryDetailed/show.gsp
r147 r431 49 49 50 50 </tr> 51 52 <g:if test="${entryInstance.productionReference}"> 53 <tr class="prop"> 54 <td valign="top" class="name">Production:</td> 55 56 <td valign="top" class="value"> 57 ${fieldValue(bean:entryInstance, field:'productionReference')} 58 </td> 59 60 </tr> 61 </g:if> 51 62 52 63 <tr class="prop">
Note: See TracChangeset
for help on using the changeset viewer.