Last change
on this file since 1648 was
1648,
checked in by work@…, 11 years ago
|
- advanced query page only shows previous query links if there are any
- changed topnav
- added base setup wizard
|
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 20110318 |
---|
10 | * |
---|
11 | * Revision information: |
---|
12 | * $Rev: 68236 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2011-01-18 15:57:41 +0100 (Tue, 18 Jan 2011) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <af:tabs pages="${pages}" page="${page}" clickable="${true}" /> |
---|
Note: See
TracBrowser
for help on using the repository browser.