Changeset 509 for trunk/grails-app/views


Ignore:
Timestamp:
Jun 2, 2010, 4:22:42 PM (13 years ago)
Author:
duh
Message:
  • wizard saving initial version
  • removed main transaction as it resulted in continuous errors and exceptions...
Location:
trunk/grails-app/views/wizard/pages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_confirmation.gsp

    r359 r509  
    2929                <p>
    3030                You are about to create a study containing ${subjects.size()} subjects,
    31                 ${eventDescriptions.size()} event descriptions and ${events.size()} events grouped into
    32                 ${eventGroups.size()} event groups.
     31                ${events.size()} events grouped into ${eventGroups.size()} event groups.
    3332                </p>
    3433        </div>
     
    3736                <p>
    3837                  <ul>
    39                 <li>title: ${study?.title}</li>
    40                 <li>description: ${study?.description}</li>
    41                 <li>research question: ${study?.researchQuestion}</li>
    42                 <li>code: ${study?.code}</li>
    43                 <li>EC code: ${study?.ecCode}</li>
    44                 <g:each var="field" in="${study.template.fields}">
     38                <g:each var="field" in="${study.giveFields()}">
    4539                        <li>${field.name} - ${study.getFieldValue(field.name)}</li>
    4640                </g:each>
  • trunk/grails-app/views/wizard/pages/_samples.gsp

    r503 r509  
    1818
    1919        <span class="info">
    20                 <span class="title">Samples bla bla</span>
    21                 bla bla bla samples blah di bla blah...
     20                <span class="title">Samples</span>
     21                blah blah blaaa....
    2222        </span>
    2323       
    24         todo...
     24
     25
    2526</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.