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/show.gsp

    r122 r124  
    3737                                <g:each var="a" in="${assetTypeInstance.assemblies}">
    3838                                    <li><g:link controller="assembly" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li>
    39                                 </g:each>
    40                                 </ul>
    41                             </td>
    42                            
    43                         </tr>
    44                    
    45                         <tr class="prop">
    46                             <td valign="top" class="name">Asset Extended Attributes:</td>
    47                            
    48                             <td  valign="top" style="text-align:left;" class="value">
    49                                 <ul>
    50                                 <g:each var="a" in="${assetTypeInstance.assetExtendedAttributes}">
    51                                     <li><g:link controller="assetExtendedAttribute" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li>
    5239                                </g:each>
    5340                                </ul>
Note: See TracChangeset for help on using the changeset viewer.