diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-03-13 00:55:15 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-03-13 00:55:15 +0100 |
commit | dd0daa6e33bad82f02333e9df36850042604cc63 (patch) | |
tree | 83f43c543db9fd6aa367e972fa1706665a72cb61 /apps/contacts/templates/part.no_contacts.php | |
parent | 551b4443e13df2ef935a225afb7f29767ac5475b (diff) | |
download | nextcloud-server-dd0daa6e33bad82f02333e9df36850042604cc63.tar.gz nextcloud-server-dd0daa6e33bad82f02333e9df36850042604cc63.zip |
Cleanup in Contacts.
Diffstat (limited to 'apps/contacts/templates/part.no_contacts.php')
-rw-r--r-- | apps/contacts/templates/part.no_contacts.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/contacts/templates/part.no_contacts.php b/apps/contacts/templates/part.no_contacts.php deleted file mode 100644 index f58fdef09f0..00000000000 --- a/apps/contacts/templates/part.no_contacts.php +++ /dev/null @@ -1,8 +0,0 @@ -<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.editNew()" /> - <input type="button" value="Edit addressbooks" onclick="Contacts.UI.Addressbooks.overview()" /> - </div> -</div>
\ No newline at end of file |