Ignore:
Timestamp:
Mar 22, 2010, 1:44:00 PM (13 years ago)
Author:
duh
Message:
  • refactored template field handeling in the wizard
  • added escapedName() method to TemplateField? which returns the field name in lowercase format, and all non-alphanumeric characters escaped to underscores (hence: jeroen_s_very_cool_field)
  • (re)moved some template 'note' boxes
Location:
trunk/grails-app/views/wizard/pages
Files:
3 edited

Legend:

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

    r275 r296  
    6161</g:if>
    6262
    63         <span class="info">
    64                 <span class="known">Known issues</span>
    65                 <ul>
    66                         <li>no protocol selection available yet</li>
    67                 </ul>
    68         </span>
     63
     64<span class="info">
     65        <span class="todo">TODO</span>
     66        <ul>
     67                <li>parameter values should still be asked and implemented</li>
     68        </ul>
     69</span>
     70
     71<span class="info">
     72        <span class="known">Known issues</span>
     73        <ul>
     74                <li>no protocol selection available yet</li>
     75        </ul>
     76</span>
     77
    6978</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_events.gsp

    r275 r296  
    8282        </div>
    8383</g:if>
    84 
    85 <span class="info">
    86         <span class="todo">TODO</span>
    87         <ul>
    88                 <li>parameter values should still be asked and implemented</li>
    89         </ul>
    90 </span>
    9184       
    9285</wizard:pageContent>
  • trunk/grails-app/views/wizard/pages/_study.gsp

    r262 r296  
    4343                The start date of the study
    4444        </wizard:dateElement>
    45 
    46         <span class="info">
    47                 <span class="todo">TODO</span>
    48                 Below you will see the template fields of the study template selected above. These fields are not yet
    49                 properly handled so you can ignore them for now... To be completed at a later stage
    50         </span>
    51        
    5245        <wizard:templateElements entity="${study}" />
    5346
     
    5649                <ul>
    5750                        <li>the templated fields appear in random order</li>
    58                         <li>the templated fields are not yet handled / stored</li>
    5951                </ul>
    6052        </span>
Note: See TracChangeset for help on using the changeset viewer.