]> source.dussan.org Git - nextcloud-server.git/commitdiff
Re-added file I had accidentally removed earlier :-P
authorThomas Tanghus <thomas@tanghus.net>
Mon, 9 Apr 2012 14:02:59 +0000 (16:02 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 9 Apr 2012 14:30:58 +0000 (16:30 +0200)
apps/contacts/templates/part.no_contacts.php [new file with mode: 0644]

diff --git a/apps/contacts/templates/part.no_contacts.php b/apps/contacts/templates/part.no_contacts.php
new file mode 100644 (file)
index 0000000..d24f7ae
--- /dev/null
@@ -0,0 +1,8 @@
+<div id="firstrun">
+       You have no contacts in your list.
+       <div id="selections">
+       <input type="button" value="Import contacts" onclick="Contacts.UI.Addressbooks.do_import()" />
+       <input type="button" value="Add contact" onclick="Contacts.UI.Card.editNew()" />
+       <input type="button" value="Edit addressbooks" onclick="Contacts.UI.Addressbooks.overview()" />
+       </div>
+</div>
\ No newline at end of file