Changeset 707 for trunk/grails-app/views
- Timestamp:
- Nov 15, 2010, 11:06:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r706 r707 23 23 24 24 <richui:tabLabels> 25 <richui:tabLabel selected=" true" title="Quick Links" />26 <richui:tabLabel selected="${ 0}" title="Reports" />27 <richui:tabLabel selected="${ 0}" title="Options" />28 <richui:tabLabel selected="${ 0}" title="About" />25 <richui:tabLabel selected="${showTab.quickLinks}" title="Quick Links" /> 26 <richui:tabLabel selected="${showTab.reports}" title="Reports" /> 27 <richui:tabLabel selected="${showTab.Options}" title="Options" /> 28 <richui:tabLabel selected="${showTab.about}" title="About" /> 29 29 </richui:tabLabels> 30 30
Note: See TracChangeset
for help on using the changeset viewer.