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

Last change on this file since 1409 was 1409, checked in by work@…, 13 years ago
  • no clickable tabs
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="false" />
Note: See TracBrowser for help on using the repository browser.