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/entry/list.gsp

    r21 r25  
    2424                                <g:sortableColumn property="id" title="Id" />
    2525                       
    26                                 <th>Person</th>
    27                            
    28                                 <th>Task</th>
    29                            
    30                                 <g:sortableColumn property="dateTime" title="Date Time" />
     26                                <g:sortableColumn property="comments" title="Comments" />
     27                       
     28                                <g:sortableColumn property="date" title="Date" />
    3129                       
    3230                                <g:sortableColumn property="duration" title="Duration" />
    3331                       
    34                                 <g:sortableColumn property="comments" title="Comments" />
    35                        
     32                                <th>Entry Type</th>
     33                           
     34                                <th>Person</th>
     35                           
    3636                        </tr>
    3737                    </thead>
     
    4242                            <td><g:link action="show" id="${entryInstance.id}">${fieldValue(bean:entryInstance, field:'id')}</g:link></td>
    4343                       
    44                             <td>${fieldValue(bean:entryInstance, field:'person')}</td>
     44                            <td>${fieldValue(bean:entryInstance, field:'comments')}</td>
    4545                       
    46                             <td>${fieldValue(bean:entryInstance, field:'task')}</td>
    47                        
    48                             <td>${fieldValue(bean:entryInstance, field:'dateTime')}</td>
     46                            <td>${fieldValue(bean:entryInstance, field:'date')}</td>
    4947                       
    5048                            <td>${fieldValue(bean:entryInstance, field:'duration')}</td>
    5149                       
    52                             <td>${fieldValue(bean:entryInstance, field:'comments')}</td>
     50                            <td>${fieldValue(bean:entryInstance, field:'entryType')}</td>
     51                       
     52                            <td>${fieldValue(bean:entryInstance, field:'person')}</td>
    5353                       
    5454                        </tr>
Note: See TracChangeset for help on using the changeset viewer.