source: main/waeup.kofa/branches/0.2/src/waeup/kofa/browser/templates/primarynavtab.pt

Last change on this file was 7243, checked in by Henrik Bettermann, 13 years ago

Use only one primarynavtab.pt pagetemplate and render list item only if link_target is provided.

Provide link_target of EnquiriesTab? and ApplicantsAnonTab? only if principal id is zope.anybody.

File size: 213 bytes
Line 
1<li tal:attributes="class viewlet/active" tal:condition="viewlet/link_target">
2  <a href="#"
3     tal:attributes="href viewlet/link_target"
4     tal:content="viewlet/tab_title">
5    Primary Tab Title
6  </a>
7</li>
Note: See TracBrowser for help on using the repository browser.