Changeset 585 for trunk/grails-app/views
- Timestamp:
- Jun 18, 2010, 12:49:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r527 r585 27 27 Depending on the chosen template specific fields can be filled out. If none of the templates contain all the necessary fields, a new template can be defined (based on other templates). 28 28 </wizard:templateElement> 29 <g:if test="${study}"> <wizard:templateElements entity="${study}" /></g:if>30 29 <g:if test="${study}"> 30 <wizard:templateElements entity="${study}" /> 31 31 <wizard:publicationSelectElement name="publication" value="${study?.publications}" /> 32 32 <wizard:contactSelectElement name="contacts" value="${study?.persons}" /> 33 </g:if> 33 34 34 35 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.