Changeset 296 for trunk/grails-app/views/wizard/pages
- Timestamp:
- Mar 22, 2010, 1:44:00 PM (13 years ago)
- Location:
- trunk/grails-app/views/wizard/pages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp
r275 r296 61 61 </g:if> 62 62 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 69 78 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_events.gsp
r275 r296 82 82 </div> 83 83 </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>91 84 92 85 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_study.gsp
r262 r296 43 43 The start date of the study 44 44 </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 yet49 properly handled so you can ignore them for now... To be completed at a later stage50 </span>51 52 45 <wizard:templateElements entity="${study}" /> 53 46 … … 56 49 <ul> 57 50 <li>the templated fields appear in random order</li> 58 <li>the templated fields are not yet handled / stored</li>59 51 </ul> 60 52 </span>
Note: See TracChangeset
for help on using the changeset viewer.