Reintroduce just the logged-in notice in the personal bar
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / viewlets / personal_bar.pt
1 <div id="portal-personaltools-wrapper" i18n:domain="plone">
2
3   <div id="portal-personaltools" class="visualInline" tal:condition="view/anonymous">&nbsp;</div>
4
5   <ul id="portal-personaltools" class="visualInline" tal:condition="not: view/anonymous">
6     <li><img src="" tal:replace="structure here/user.gif" />
7       <span class="visualCaseSensitive" tal:content="view/user_name">John</span></li>
8   </ul>
9
10 </div>