Changeset 124 for trunk/grails-app/views/assetType/edit.gsp
- Timestamp:
- May 4, 2009, 1:59:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assetType/edit.gsp
r122 r124 39 39 size="5" multiple="yes" optionKey="id" 40 40 value="${assetTypeInstance?.assemblies}" /> 41 42 </td>43 </tr>44 45 <tr class="prop">46 <td valign="top" class="name">47 <label for="assetExtendedAttributes">Asset Extended Attributes:</label>48 </td>49 <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'assetExtendedAttributes','errors')}">50 51 <ul>52 <g:each var="a" in="${assetTypeInstance?.assetExtendedAttributes?}">53 <li><g:link controller="assetExtendedAttribute" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li>54 </g:each>55 </ul>56 <g:link controller="assetExtendedAttribute" params="['assetType.id':assetTypeInstance?.id]" action="create">Add AssetExtendedAttribute</g:link>57 41 58 42 </td>
Note: See TracChangeset
for help on using the changeset viewer.