64mail-theme/templates/importcontacts.html
Aleksander Machniak 357bbde671 Initial commit
2021-11-21 10:09:44 +01:00

17 lines
421 B
HTML

<roundcube:object name="doctype" value="html5" />
<html>
<head>
<roundcube:include file="/includes/links.html" />
</head>
<body class="iframe fullheight">
<h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1>
<div class="boxcontent">
<roundcube:object name="importstep" class="propform" />
</div>
<roundcube:include file="/includes/footer.html" />
</body>
</html>