Ignore:
Timestamp:
Oct 22, 2009, 8:41:21 PM (15 years ago)
Author:
gav
Message:

Add costCode attribute to Site and regen non-detailed controller and views.

File:
1 edited

Legend:

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

    r151 r163  
    4141                           
    4242                            <td valign="top" class="value">${fieldValue(bean:siteInstance, field:'description')}</td>
     43                           
     44                        </tr>
     45                   
     46                        <tr class="prop">
     47                            <td valign="top" class="name">Cost Code:</td>
     48                           
     49                            <td valign="top" class="value">${fieldValue(bean:siteInstance, field:'costCode')}</td>
    4350                           
    4451                        </tr>
Note: See TracChangeset for help on using the changeset viewer.