diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-10 22:44:13 -0400 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-10 22:44:13 -0400 |
commit | 613e15035e3f02a212c9f3ec11ae98fc3ef682c8 (patch) | |
tree | 4b6b93ceb338ae8abd7253faf41526e41ae72d74 /apps/contacts/templates/part.no_contacts.php | |
parent | ef1e359c7c10f4ebd8230b4fa79bd0b284b5186e (diff) | |
parent | 9f547a1b3987838fda8db238a8999c9f474bb542 (diff) | |
download | nextcloud-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.php | 8 |
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> |