source: trunk/grails-app/views/wizard/pages/_done.gsp @ 279

Last change on this file since 279 was 279, checked in by duh, 14 years ago
  • improved try catch block in wizard data saving
  • if saving fails, the generated exception is shown in the client's error feedback dialog and a stacktrace is shown in the console
  • navigating away from last wizard page does not result in a warning anymore
  • last page does not contain a 'previous' button anymore as this makes no sense at all
  • Property svn:keywords set to Author Rev Date
File size: 542 bytes
Line 
1<%
2/**
3 * Finish page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100212
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 279 $
13 * $Author: duh $
14 * $Date: 2010-03-17 14:18:54 +0000 (wo, 17 mrt 2010) $
15 */
16%>
17<wizard:pageContent>
18
19        <span class="info">
20                <span class="todo">Finished!</span>
21                The study you have just created has been properly saved.
22        </span>
23
24        <script type="text/javascript">
25                // disable redirect warning
26                var warnOnRedirect = false;
27        </script>
28
29</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.