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/edit.gsp

    r151 r163  
    4545                                <td valign="top" class="value ${hasErrors(bean:siteInstance,field:'description','errors')}">
    4646                                    <input type="text" maxlength="100" id="description" name="description" value="${fieldValue(bean:siteInstance,field:'description')}"/>
     47                                </td>
     48                            </tr>
     49                       
     50                            <tr class="prop">
     51                                <td valign="top" class="name">
     52                                    <label for="costCode">Cost Code:</label>
     53                                </td>
     54                                <td valign="top" class="value ${hasErrors(bean:siteInstance,field:'costCode','errors')}">
     55                                    <input type="text" id="costCode" name="costCode" value="${fieldValue(bean:siteInstance,field:'costCode')}"/>
    4756                                </td>
    4857                            </tr>
Note: See TracChangeset for help on using the changeset viewer.