Thomas Bruederli
2012-10-17 271efe53e084779a8141228c29b5819d1acd2762
skins/larry/includes/header.html
@@ -7,11 +7,16 @@
      <roundcube:endif />
   </div>
   <div class="topright">
   <span class="username"><roundcube:object name="username" /></span>
   <roundcube:button command="logout" label="logout" class="button-logout" />
   <roundcube:if condition="!env:extwin" />
      <span class="username"><roundcube:object name="username" /></span>
      <roundcube:button command="logout" label="logout" class="button-logout" />
   <roundcube:else />
      <roundcube:button command="close" label="close" class="closelink" />
   <roundcube:endif />
   </div>
</div>
<roundcube:if condition="!env:extwin" />
<div id="topnav">
   <div id="taskbar" class="topright">
   <roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" innerClass="button-inner" />
@@ -21,6 +26,7 @@
   </div>
   <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" />
</div>
<roundcube:endif />
<br style="clear:both" />
</div>