Ignore:
Timestamp:
Jan 20, 2009, 8:08:17 PM (15 years ago)
Author:
gavin
Message:

Add to BootStrap?, work on Domain classes update ERD to match, again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/entryType/list.gsp

    r22 r25  
    2626                                <g:sortableColumn property="description" title="Description" />
    2727                       
    28                                 <th>Entry</th>
    29                            
    3028                                <g:sortableColumn property="isActive" title="Is Active" />
    3129                       
     
    4139                       
    4240                            <td>${fieldValue(bean:entryTypeInstance, field:'description')}</td>
    43                        
    44                             <td>${fieldValue(bean:entryTypeInstance, field:'entry')}</td>
    4541                       
    4642                            <td>${fieldValue(bean:entryTypeInstance, field:'isActive')}</td>
Note: See TracChangeset for help on using the changeset viewer.