Ignore:
Timestamp:
12 Aug 2010, 13:20:48 (14 years ago)
Author:
Henrik Bettermann
Message:

Show 'Enquiries' tab only for anonymous user. Move 'Search' and 'Contact' to the right user navigation bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-contactforms/src/waeup/sirp/browser/templates/sitelayout.pt

    r5407 r5427  
    5252            <ul id="user-navigation"
    5353                tal:condition="layout/isAuthenticated">
     54              <li>
     55                <a href="#"
     56                   tal:attributes="href python: view.url(context,
     57                   '@@search')">Search</a>
     58              </li>
     59              <li>
     60                <a href="#"
     61                   tal:attributes="href python: view.url(context,
     62                   '@@contactadmin')">Contact</a>
     63              </li>
    5464              <li>
    5565                <a href="#"
Note: See TracChangeset for help on using the changeset viewer.