Last change
on this file since 1469 was
1469,
checked in by t.w.abma@…, 10 years ago
|
- importer doesn't crash on empty (null) rows in an Excel sheet anymore
- template editor can be opened and the selected form fields will be remembered after a refresh
- fixed Template lookup
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
622 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * last wizard page / tab |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20101206 |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 1469 $ |
---|
10 | * $Author: t.w.abma@umcutrecht.nl $ |
---|
11 | * $Date: 2011-02-01 16:33:41 +0000 (di, 01 feb 2011) $ |
---|
12 | */ |
---|
13 | %> |
---|
14 | <script type="text/javascript"> |
---|
15 | // disable redirect warning |
---|
16 | var warnOnRedirect = false; |
---|
17 | </script> |
---|
18 | |
---|
19 | <af:page> |
---|
20 | <h1>Final Page</h1> |
---|
21 | <p> |
---|
22 | This concludes the importer wizard. You can click <g:link action="index">here</g:link> to restart the wizard. |
---|
23 | </p> |
---|
24 | |
---|
25 | All rows were imported succesfully. |
---|
26 | |
---|
27 | <g:if test="${importer_referer}"> |
---|
28 | <p>Click <a href="${importer_referer}">here</a> to return to the page you came from.</p> |
---|
29 | </g:if> |
---|
30 | </af:page> |
---|
Note: See
TracBrowser
for help on using the repository browser.