Changeset 341 for trunk/grails-app/views/wizard/pages/_start.gsp
- Timestamp:
- Apr 14, 2010, 11:36:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_start.gsp
r299 r341 17 17 <wizard:pageContent> 18 18 19 < img src="../images/wizard/wizard-chooser.png" />19 <span class="bigtext">What would you like to do?</span> 20 20 21 <span class="info"> 22 <span class="todo">TODO</span> 23 <ul> 24 <li>the buttons above actually do not yet work, it's just a mockup. In this prototype you can only create 25 a study; modifying a study will be implemented later. Click 'next' to continue...</li> 26 </ul> 27 </span> 21 <wizard:ajaxButton name="next" class="bigbutton" value="Create a new study" alt="Create a new study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 22 23 <wizard:ajaxButton name="modify" class="bigbutton" value="Modify an existing study" alt="Modify an existing study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 28 24 29 25 <span class="info">
Note: See TracChangeset
for help on using the changeset viewer.