From d0751fba0e98ea312ade5c6d6fdb4169cb8b5756 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sun, 11 Nov 2012 09:19:50 -0500 Subject: [PATCH] Add gui container object for new top line in Larry skin --- 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 25bcc0b..4be475b 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" /> -- Gitblit v1.9.1