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

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

File:
1 edited

Legend:

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

    r288 r331  
    4040                           
    4141                            <td valign="top" class="value">${fieldValue(bean:sectionInstance, field:'description')}</td>
     42                           
     43                        </tr>
     44                   
     45                        <tr class="prop">
     46                            <td valign="top" class="name">Comment:</td>
     47                           
     48                            <td valign="top" class="value">${fieldValue(bean:sectionInstance, field:'comment')}</td>
    4249                           
    4350                        </tr>
Note: See TracChangeset for help on using the changeset viewer.