Ignore:
Timestamp:
Jan 14, 2010, 8:35:31 PM (14 years ago)
Author:
gav
Message:

Start of asset tree refactor.
Tweak AppConfig.groovy maxSize values and regenerate views.
Add page_copy.png

File:
1 edited

Legend:

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

    r234 r265  
    3737                   
    3838                        <tr class="prop">
    39                             <td valign="top" class="name">Description:</td>
     39                            <td valign="top" class="name">Value:</td>
    4040                           
    41                             <td valign="top" class="value">${fieldValue(bean:appConfigInstance, field:'description')}</td>
     41                            <td valign="top" class="value">${fieldValue(bean:appConfigInstance, field:'value')}</td>
    4242                           
    4343                        </tr>
    4444                   
    4545                        <tr class="prop">
    46                             <td valign="top" class="name">Value:</td>
     46                            <td valign="top" class="name">Description:</td>
    4747                           
    48                             <td valign="top" class="value">${fieldValue(bean:appConfigInstance, field:'value')}</td>
     48                            <td valign="top" class="value">${fieldValue(bean:appConfigInstance, field:'description')}</td>
    4949                           
    5050                        </tr>
Note: See TracChangeset for help on using the changeset viewer.