Ignore:
Timestamp:
Mar 15, 2010, 10:40:37 PM (13 years ago)
Author:
keesvb
Message:

upgraded to webflow plugin 1.2.1, added templates to BootStrap?, changed some code to get list_extended back up but it's still not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/study/list_extended.gsp

    r247 r269  
    1 
    21<%@ page import="dbnp.studycapturing.Study" %>
    32<html>
     
    87  <title><g:message code="default.list.label" args="[entityName]" /></title>
    98
    10   <my:jqueryui/>
    119  <script type="text/javascript">
    1210    $(function() {
     
    290288            <tr>
    291289              <td><g:link controller="event" action="show" id="${e.id}">  ${e.eventDescription.name}</g:link></td>
    292           <td>${e.subject.id}</td>
     290          <td>?</td>
    293291          <td>${e.getPrettyDuration(stud.startDate,e.startTime)}</td>
    294292          <td>${e.getPrettyDuration()}</td>
     
    305303          <tr>
    306304          <td><g:link controller="event" action="show" id="${e.id}">${e.eventDescription.name}</g:link></td>
    307           <td>${e.subject.id}</td>
     305          <td>?</td>
    308306          <td>${e.getPrettyDuration(stud.startDate,e.startTime)}</td>
    309307          <td>${e.getPrettyDuration()}</td>
Note: See TracChangeset for help on using the changeset viewer.