Add contactimport and contactsearch templates

pull/5742/merge
Aleksander Machniak 8 years ago
parent 750df96163
commit ce336f487e

@ -75,6 +75,17 @@ body.iframe .formbuttons {
margin-top: 0.5em;
}
.ui-dialog iframe {
width: 100%;
height: 100%;
border: 0;
}
.ui-dialog-content.iframe {
padding: 0 !important;
overflow: hidden !important;
}
.ui.popup {
padding: 0;
min-width: 180px;

@ -0,0 +1,9 @@
<roundcube:include file="/includes/layout.html" />
<h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1>
<div>
<roundcube:object name="importstep" class="propform" />
</div>
<roundcube:include file="/includes/footer.html" />

@ -0,0 +1,9 @@
<roundcube:include file="/includes/layout.html" />
<h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="advsearch" /></h1>
<div>
<roundcube:object name="searchform" id="advsearchform" class="tabbed" size=30 />
</div>
<roundcube:include file="/includes/footer.html" />

@ -1,20 +0,0 @@
<roundcube:include file="/includes/layout.html" />
<roundcube:include file="/includes/menu.html" />
<h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1>
<div id="content" class="content only selected" role="main">
<div class="header">
<a class="button back-list-button" href="#back"><i class="chevron left icon"></i><roundcube:label name="back" /></a>
<h2 class="title"><roundcube:label name="importcontacts" /></h2>
</div>
<div class="scroller">
<roundcube:object name="importstep" class="propform" />
<br/>
<p class="formbuttons">
<roundcube:object name="importnav" class="ui button" />
</p>
</div>
</div>
<roundcube:include file="/includes/footer.html" />
Loading…
Cancel
Save