Ignore:
Timestamp:
Nov 15, 2010, 11:06:23 AM (13 years ago)
Author:
gav
Message:

Wire start view for showTab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r706 r707  
    2323
    2424                <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" />
    2929                </richui:tabLabels>
    3030
Note: See TracChangeset for help on using the changeset viewer.