source: trunk/grails-app/views/studyWizard/common/_tabs.gsp @ 1310

Last change on this file since 1310 was 1310, checked in by work@…, 13 years ago
  • title is not required for clicking on tabs
File size: 377 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  20101220
10 *
11 * Revision information:
12 * $Rev:  66849 $
13 * $Author:  duh $
14 * $Date:  2010-12-08 15:12:54 +0100 (Wed, 08 Dec 2010) $
15 */
16%>
17<af:tabs pages="${pages}" page="${page}" clickable="${study}" />
Note: See TracBrowser for help on using the repository browser.