diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-11 15:19:50 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-11 15:19:50 +0100 |
commit | d0751fba0e98ea312ade5c6d6fdb4169cb8b5756 (patch) | |
tree | 0048cd40ae535166404bf54447793310ad872209 /skins | |
parent | 2a0d3f706332cf88e3766e0e21b0072e48bf4f50 (diff) |
Add gui container object for new top line in Larry skin
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/includes/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index 25bcc0b64..4be475bac 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -6,6 +6,7 @@ <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link" id="supportlink"><roundcube:label name="support" /></a> <roundcube:endif /> </div> + <div class="topright"> <roundcube:if condition="!env:extwin" /> <span class="username"><roundcube:object name="username" /></span> @@ -14,6 +15,8 @@ <roundcube:button command="close" label="close" class="closelink" /> <roundcube:endif /> </div> + + <roundcube:container name="topline" id="topline" /> </div> <roundcube:if condition="!env:extwin" /> |