summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.no_contacts.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-10 22:44:13 -0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-10 22:44:13 -0400
commit613e15035e3f02a212c9f3ec11ae98fc3ef682c8 (patch)
tree4b6b93ceb338ae8abd7253faf41526e41ae72d74 /apps/contacts/templates/part.no_contacts.php
parentef1e359c7c10f4ebd8230b4fa79bd0b284b5186e (diff)
parent9f547a1b3987838fda8db238a8999c9f474bb542 (diff)
downloadnextcloud-server-613e15035e3f02a212c9f3ec11ae98fc3ef682c8.tar.gz
nextcloud-server-613e15035e3f02a212c9f3ec11ae98fc3ef682c8.zip
Merge branch 'master' into sabredav_1.6
Diffstat (limited to 'apps/contacts/templates/part.no_contacts.php')
-rw-r--r--apps/contacts/templates/part.no_contacts.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/contacts/templates/part.no_contacts.php b/apps/contacts/templates/part.no_contacts.php
new file mode 100644
index 00000000000..7024a142aec
--- /dev/null
+++ b/apps/contacts/templates/part.no_contacts.php
@@ -0,0 +1,8 @@
+<div id="firstrun">
+ <?php echo $l->t('You have no contacts in your list.') ?>
+ <div id="selections">
+ <input type="button" value="<?php echo $l->t('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" />
+ <input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />
+ <input type="button" value="<?php echo $l->t('Edit addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
+ </div>
+</div>