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

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

File:
1 edited

Legend:

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

    r289 r332  
    4040                           
    4141                            <td valign="top" class="value">${fieldValue(bean:siteInstance, 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:siteInstance, field:'comment')}</td>
    4249                           
    4350                        </tr>
Note: See TracChangeset for help on using the changeset viewer.