summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-03-19 15:26:12 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-19 16:39:11 +0100
commit45fbb3a70adef5dca5033cd6ecd6ed419c43c094 (patch)
tree59b814212a8603486b5f5ef63fb9ceddf2d91fb2 /templates
parentaef99a78b98800fa2854c6e1a1b7b048090c1a78 (diff)
vCard import
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index a7f6189e..31dd0e46 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -36,6 +36,7 @@ vendor_style('select2/select2');
</div>
<div id="app-settings-content">
<addressBookList></addressBookList>
+ <input type="file" id="contact-import" class="hidden-visually" contactimport /><label for="contact-import">Import</label>
</div>
</div>
</div>