Changeset 838 for trunk/grails-app/views/entryDetailed/show.gsp
- Timestamp:
- Mar 3, 2011, 11:17:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/entryDetailed/show.gsp
r431 r838 33 33 34 34 </tr> 35 36 <g:if test="${entryInstance.productionReference}"> 37 <tr class="prop"> 38 <td valign="top" class="name">Production:</td> 39 40 <td valign="top" class="value"> 41 ${fieldValue(bean:entryInstance, field:'productionReference')} 42 </td> 43 44 </tr> 45 </g:if> 46 47 <g:if test="${entryInstance.highestSeverity}"> 48 <tr class="prop"> 49 <td valign="top" class="name">Condition Severity:</td> 50 51 <td valign="top" class="value"> 52 ${fieldValue(bean:entryInstance, field:'highestSeverity')} 53 </td> 54 55 </tr> 56 </g:if> 35 57 36 58 <tr class="prop"> … … 49 71 50 72 </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>62 73 63 74 <tr class="prop">
Note: See TracChangeset
for help on using the changeset viewer.