Changeset 823 for trunk/grails-app/views/wizard/pages/_subjects.gsp
- Timestamp:
- Aug 17, 2010, 4:34:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_subjects.gsp
r778 r823 25 25 </span> 26 26 27 <wizard:textFieldElement name="addNumber" description="Number of subjects to add" error="addNumber" value="${values .addNumber}" size="4" maxlength="4">27 <wizard:textFieldElement name="addNumber" description="Number of subjects to add" error="addNumber" value="${values?.addNumber}" size="4" maxlength="4"> 28 28 The number of subjects to add to your study 29 29 </wizard:textFieldElement> 30 <wizard:termElement name="species" description="of species" value="${values .species}" ontologies="1132" addDummy="true">30 <wizard:termElement name="species" description="of species" value="${values?.species}" ontologies="1132" addDummy="true"> 31 31 The species of the subjects you would like to add to your study 32 32 </wizard:termElement> 33 <wizard:templateElement name="template" description="with template" value="${values .template}" error="template" entity="${dbnp.studycapturing.Subject}" ontologies="1132" addDummy="true">33 <wizard:templateElement name="template" description="with template" value="${values?.template}" error="template" entity="${dbnp.studycapturing.Subject}" ontologies="1132" addDummy="true"> 34 34 The template to use for these subjects 35 35 </wizard:templateElement>
Note: See TracChangeset
for help on using the changeset viewer.