- Timestamp:
- Jun 3, 2010, 12:59:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r518 r520 554 554 flow.page = 7 555 555 } 556 on("next").to " save"556 on("next").to "waitForSave" 557 557 on("previous").to "samples" 558 558 }
Note: See TracChangeset
for help on using the changeset viewer.