Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/componentItem/show.gsp

    r122 r131  
    6565                   
    6666                        <tr class="prop">
    67                             <td valign="top" class="name">Sub Assemblies:</td>
     67                            <td valign="top" class="name">Sub Assembly:</td>
    6868                           
    69                             <td  valign="top" style="text-align:left;" class="value">
    70                                 <ul>
    71                                 <g:each var="s" in="${componentItemInstance.subAssemblies}">
    72                                     <li><g:link controller="subAssembly" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li>
    73                                 </g:each>
    74                                 </ul>
    75                             </td>
     69                            <td valign="top" class="value"><g:link controller="subAssembly" action="show" id="${componentItemInstance?.subAssembly?.id}">${componentItemInstance?.subAssembly?.encodeAsHTML()}</g:link></td>
    7670                           
    7771                        </tr>
Note: See TracChangeset for help on using the changeset viewer.