diff options
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..ab6129cdde7 --- /dev/null +++ b/apps/contacts/templates/part.no_contacts.php @@ -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.import()" /> + <input type="button" value="Add contact" onclick="Contacts.UI.Card.add()" /> + <input type="button" value="Edit addressbooks" onclick="Contacts.UI.Addressbooks.overview()" /> + </div> +</div>
\ No newline at end of file |