From 00b9c25f24c5dda9f02619196bf07d2e8e37e402 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 29 Jan 2013 05:40:04 -0500 Subject: [PATCH] Improve contacts import interface, add #message object --- skins/larry/templates/importcontacts.html | 9 ++++----- skins/larry/addressbook.css | 10 ++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 54fabfa..a1c4538 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -317,3 +317,13 @@ text-indent: -5000px; background: url(images/buttons.png) -7px -377px no-repeat; } + +#import-box { + position: absolute; + bottom: 28px; + top: 34px; + left: 0; + right: 0; + overflow: auto; + padding: 10px; +} diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index 89aea0a..d3d0f2b 100644 --- a/skins/larry/templates/importcontacts.html +++ b/skins/larry/templates/importcontacts.html @@ -14,20 +14,19 @@ <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> </div> -<div class="offset uibox contentbox"> +<div id="pluginbody" class="offset uibox contentbox"> <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2> -<div class="boxcontent readtext"> +<div id="import-box" class="boxcontent"> <roundcube:object name="importstep" /> - <br/> - <p class="formbuttons"> <roundcube:object name="importnav" class="button" /> </p> - </div> +<roundcube:object name="message" id="message" class="statusbar" /> + </div> <roundcube:include file="/includes/footer.html" /> -- Gitblit v1.9.1