summaryrefslogtreecommitdiff
path: root/skins/larry/templates/importcontacts.html
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-20 15:30:17 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-20 15:30:17 +0200
commit1db12a9037796610df11a8be819cf126011b5818 (patch)
tree1fd10e7f5ff1a0ea8ab405f5b8f8d4014759023d /skins/larry/templates/importcontacts.html
parent219461fc7443e56ce93d5d3eee2891d32aa95d0c (diff)
Fix so all pages are displayed correctly in extwin mode (#1489952)
Diffstat (limited to 'skins/larry/templates/importcontacts.html')
-rw-r--r--skins/larry/templates/importcontacts.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html
index 2bc1d4a26..f18338cc0 100644
--- a/skins/larry/templates/importcontacts.html
+++ b/skins/larry/templates/importcontacts.html
@@ -4,26 +4,29 @@
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
-<body>
+<roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
<roundcube:include file="/includes/header.html" />
<div id="mainscreen">
-<div id="addressbooktoolbar" class="toolbar">
+<h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1>
+
+<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
+<div id="addressbooktoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar">
<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">
-<h1 class="boxtitle"><roundcube:label name="importcontacts" /></h1>
+<div id="mainscreencontent" class="uibox contentbox">
+ <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2>
-<div id="import-box" class="boxcontent">
-<roundcube:object name="importstep" class="propform" />
-<br/>
-<p class="formbuttons">
- <roundcube:object name="importnav" class="button" />
-</p>
-</div>
+ <div id="import-box" class="boxcontent">
+ <roundcube:object name="importstep" class="propform" />
+ <br/>
+ <p class="formbuttons">
+ <roundcube:object name="importnav" class="button" />
+ </p>
+ </div>
</div>
</div>