Changeset 722 for trunk/grails-app/views/contactDetailed/edit.gsp
- Timestamp:
- Nov 25, 2010, 12:08:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/contactDetailed/edit.gsp
r402 r722 24 24 <table> 25 25 <tbody> 26 27 <g:if test="${contactInstance.manufacturer}">28 <g:hiddenField name="manufacturer.id" value="${contactInstance.manufacturer.id}"/>29 <tr class="prop">30 <td valign="top" class="name">31 <label for="manufacturer">Manufacturer:</label>32 </td>33 <td valign="top" class="value">34 <g:link controller="manufacturerDetailed" action="show" id="${contactInstance.manufacturer.id}">35 ${contactInstance.manufacturer.encodeAsHTML()}36 </g:link>37 </td>38 </tr>39 </g:if>40 26 41 27 <g:if test="${contactInstance.supplier}">
Note: See TracChangeset
for help on using the changeset viewer.