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

Last change on this file since 87 was 87, checked in by duh, 14 years ago
  • set keyword expansion
  • Property svn:keywords set to Rev Author Date
File size: 323 bytes
RevLine 
[86]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: 87 $
13 * $Author: duh $
14 * $Date: 2010-01-13 15:54:59 +0000 (wo, 13 jan 2010) $
15 */
16%>
17<div class="wizardHeader">
18  tabs go in here
19</div>
Note: See TracBrowser for help on using the repository browser.