Ignore:
Timestamp:
Mar 12, 2010, 5:42:19 PM (14 years ago)
Author:
duh
Message:
  • some bug fixes, improvements and comments
File:
1 edited

Legend:

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

    r260 r262  
    4141        </wizard:textFieldElement>
    4242        <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}">
    43                 The start date of the study     
     43                The start date of the study
    4444        </wizard:dateElement>
    4545
    4646        <span class="info">
    47                 <span class="title">TODO</span>
     47                <span class="todo">TODO</span>
    4848                Below you will see the template fields of the study template selected above. These fields are not yet
    4949                properly handled so you can ignore them for now... To be completed at a later stage
     
    5353
    5454        <span class="info">
    55                 <span class="title">Known issues</span>
     55                <span class="known">Known issues</span>
    5656                <ul>
    5757                        <li>the templated fields appear in random order</li>
Note: See TracChangeset for help on using the changeset viewer.