Ignore:
Timestamp:
Jan 27, 2009, 11:02:59 PM (15 years ago)
Author:
gav
Message:

Setup Boostrap and DataSource? so that we have demo data in prod env for deployin
g demo. Adjust the entry domain and rebuild views and controller.

File:
1 edited

Legend:

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

    r25 r39  
    3131                   
    3232                        <tr class="prop">
     33                            <td valign="top" class="name">Task:</td>
     34                           
     35                            <td valign="top" class="value"><g:link controller="task" action="show" id="${entryInstance?.task?.id}">${entryInstance?.task?.encodeAsHTML()}</g:link></td>
     36                           
     37                        </tr>
     38                   
     39                        <tr class="prop">
    3340                            <td valign="top" class="name">Comments:</td>
    3441                           
     
    4552                   
    4653                        <tr class="prop">
    47                             <td valign="top" class="name">Duration:</td>
     54                            <td valign="top" class="name">Duration Hours:</td>
    4855                           
    49                             <td valign="top" class="value">${fieldValue(bean:entryInstance, field:'duration')}</td>
     56                            <td valign="top" class="value">${fieldValue(bean:entryInstance, field:'durationHours')}</td>
     57                           
     58                        </tr>
     59                   
     60                        <tr class="prop">
     61                            <td valign="top" class="name">Duration Minutes:</td>
     62                           
     63                            <td valign="top" class="value">${fieldValue(bean:entryInstance, field:'durationMinutes')}</td>
    5064                           
    5165                        </tr>
     
    6579                        </tr>
    6680                   
    67                         <tr class="prop">
    68                             <td valign="top" class="name">Persons:</td>
    69                            
    70                             <td valign="top" class="value">${fieldValue(bean:entryInstance, field:'persons')}</td>
    71                            
    72                         </tr>
    73                    
    74                         <tr class="prop">
    75                             <td valign="top" class="name">Task:</td>
    76                            
    77                             <td valign="top" class="value"><g:link controller="task" action="show" id="${entryInstance?.task?.id}">${entryInstance?.task?.encodeAsHTML()}</g:link></td>
    78                            
    79                         </tr>
    80                    
    8181                    </tbody>
    8282                </table>
Note: See TracChangeset for help on using the changeset viewer.