source: trunk/grails-app/views/importer/common/_tabs.gsp @ 1281

Last change on this file since 1281 was 1281, checked in by t.w.abma@…, 13 years ago
  • rewrite of the Importer Wizard into an Ajaxflow, added common pages
File size: 312 bytes
Line 
1<%
2/**
3 * wizard tabs
4 *
5 * The 'pages' and 'page' variables are defined
6 * in the flow scope. See WizardController:pagesFlow:onStart
7 *
8 * @author Jeroen Wesbeek
9 * @since  20101206
10 *
11 * Revision information:
12 * $Rev$
13 * $Author$
14 * $Date$
15 */
16%>
17<af:tabs pages="${pages}" page="${page}" clickable="true" /> 
Note: See TracBrowser for help on using the repository browser.