source: trunk/grails-app/views/wizard/common/_header.gsp @ 86

Last change on this file since 86 was 86, checked in by duh, 14 years ago
File size: 323 bytes
Line 
1<%
2/**
3 * Wizard tab header
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100113
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev$
13 * $Author$
14 * $Date$
15 */
16%>
17<div class="wizardHeader">
18  tabs go in here
19</div>
Note: See TracBrowser for help on using the repository browser.