source: trunk/grails-app/views/wizard/pages/_error.gsp @ 275

Last change on this file since 275 was 275, checked in by duh, 13 years ago
  • initial version of wizard storing data; known issue: while everything is saved properly, linked elements (subjects, events, etc) are not properly stored. I think it might be caused by the transaction in which everything is being done...
  • added date/year select to datepickers
  • added delete option to subjects view and controller logic
File size: 581 bytes
Line 
1<%
2/**
3 * Error saving data page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100317
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev$
13 * $Author$
14 * $Date$
15 */
16%>
17<wizard:pageContent>
18
19        <span class="info">
20                <span class="title">Errors encountered</span>
21                We encountered some problems story the study you just created. This may just be a mere glitch, click 'next' to
22                try to save the study again, or click 'prev' to change your study.
23        </span>
24
25</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.