Ignore:
Timestamp:
Feb 9, 2010, 1:30:08 AM (14 years ago)
Author:
gav
Message:

Add comment attribute to AssetSubItem? and limit description to 75 char.
Update detailed views to suite.

File:
1 edited

Legend:

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

    r285 r330  
    3636                           
    3737                            <td valign="top" class="value">${fieldValue(bean:assetSubItemInstance, field:'description')}</td>
     38                           
     39                        </tr>
     40                   
     41                        <tr class="prop">
     42                            <td valign="top" class="name">Comment:</td>
     43                           
     44                            <td valign="top" class="value">${fieldValue(bean:assetSubItemInstance, field:'comment')}</td>
    3845                           
    3946                        </tr>
Note: See TracChangeset for help on using the changeset viewer.