Changeset 268 for trunk/grails-app/views/maintenancePolicy/show.gsp
- Timestamp:
- Jan 14, 2010, 10:51:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/maintenancePolicy/show.gsp
r178 r268 30 30 31 31 <tr class="prop"> 32 <td valign="top" class="name">Name:</td> 33 34 <td valign="top" class="value">${fieldValue(bean:maintenancePolicyInstance, field:'name')}</td> 35 36 </tr> 37 38 <tr class="prop"> 32 39 <td valign="top" class="name">Description:</td> 33 40 … … 56 63 </tr> 57 64 58 <tr class="prop">59 <td valign="top" class="name">Name:</td>60 61 <td valign="top" class="value">${fieldValue(bean:maintenancePolicyInstance, field:'name')}</td>62 63 </tr>64 65 65 </tbody> 66 66 </table>
Note: See TracChangeset
for help on using the changeset viewer.