diff options
Diffstat (limited to 'skins/larry/templates/importcontacts.html')
-rw-r--r-- | skins/larry/templates/importcontacts.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index d3d0f2b93..89aea0a2e 100644 --- a/skins/larry/templates/importcontacts.html +++ b/skins/larry/templates/importcontacts.html @@ -14,18 +14,19 @@ <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> </div> -<div id="pluginbody" class="offset uibox contentbox"> +<div class="offset uibox contentbox"> <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2> -<div id="import-box" class="boxcontent"> +<div class="boxcontent readtext"> <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> </div> |