Changeset 88 for trunk/grails-app/views/wizard/common/_tabs.gsp
- Timestamp:
- Jan 14, 2010, 3:00:05 PM (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/common/_tabs.gsp
r87 r88 15 15 */ 16 16 %> 17 <div class=" wizardHeader">18 tabs go in here17 <div class="tabs"> 18 <g:each status="i" var="item" in="${pages}"><div class="element<g:if test="${(i == (page-1))}"> active</g:if>">${i+1}. ${item.title}</div></g:each> 19 19 </div>
Note: See TracChangeset
for help on using the changeset viewer.