diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-29 11:40:04 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-29 11:40:04 +0100 |
commit | 00b9c25f24c5dda9f02619196bf07d2e8e37e402 (patch) | |
tree | b374796879a032b0bf1b0d9e6332e97e17c573e3 /skins/larry/templates/importcontacts.html | |
parent | b61041e655d122139b9bf75a85b170a15eaeb48e (diff) |
Improve contacts import interface, add #message object
Diffstat (limited to 'skins/larry/templates/importcontacts.html')
-rw-r--r-- | skins/larry/templates/importcontacts.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index 89aea0a2e..d3d0f2b93 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" /> |