Define a Search Tab shows the configuration of the first of the two tabs (named as Search Tab, refer to User Interface Element 5 in Introduction) referenced in the new section. This tab contains a single page that allows the user to search for a person.
<tc:tab-config
id="SimpleSearch">
<tc:context tab-name="search.tab.name"
tab-title="search.tab.title"/>
<tc:navigation page-id="SimpleSearch"/>
</tc:tab-config>
The corresponding .properties should contain the localizable content for this tab:
search.tab.name=Search search.tab.title=Person Search