Ignore:
Timestamp:
May 4, 2009, 1:59:11 PM (15 years ago)
Author:
gav
Message:

Detail controller and views for Asset, AssetExtendedAttribute?, PlannedMaintenance?, MaintenanceAction?, RecurringSchedule?, SystemSection?.
Some minor work on Task controller and views.
Change PlannedMaintenance? relationship, adjust ERD, Bootstrap and Domain classes to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assetType/edit.gsp

    r122 r124  
    3939size="5" multiple="yes" optionKey="id"
    4040value="${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>
    5741
    5842                                </td>
Note: See TracChangeset for help on using the changeset viewer.