Changeset 4615
- Timestamp:
- 2 Jan 2010, 02:47:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser/templates/sitelayout.pt
r4596 r4615 40 40 </ul> 41 41 42 <ul id="user-navigation"> 42 <ul id="user-navigation" 43 tal:condition="layout/isAuthenticated"> 43 44 <li><a href="#">Profile</a></li> 44 45 <li><a href="#">Settings</a></li> 45 <li><a href="#">Logout</a></li> 46 <li> 47 <a href="#" 48 tal:attributes="href python: view.url(context, 49 '@@logout')">Logout</a> 50 </li> 46 51 </ul> 47 52 <div class="clear"></div>
Note: See TracChangeset for help on using the changeset viewer.