summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-23 14:48:48 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-23 22:03:35 +0200
commit069d16fdd441bcc4b1ba1ccd8f18f65cc4515ea4 (patch)
tree8a085a2f2f848cc146363898c208562464fa4688 /apps
parenta3af9f4773ec498ca9049f8995bdfad912e0d3c8 (diff)
downloadnextcloud-server-069d16fdd441bcc4b1ba1ccd8f18f65cc4515ea4.tar.gz
nextcloud-server-069d16fdd441bcc4b1ba1ccd8f18f65cc4515ea4.zip
Use correct js class in first-run template.
Diffstat (limited to 'apps')
-rw-r--r--apps/contacts/templates/part.no_contacts.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/contacts/templates/part.no_contacts.php b/apps/contacts/templates/part.no_contacts.php
index be12092d45d..1802939483b 100644
--- a/apps/contacts/templates/part.no_contacts.php
+++ b/apps/contacts/templates/part.no_contacts.php
@@ -2,7 +2,6 @@
<div id="firstrun">
<?php echo $l->t('You have no contacts in your addressbook.') ?>
<div id="selections">
- <input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />
- <input type="button" value="<?php echo $l->t('Configure addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
+ <input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="OC.Contacts.Card.editNew()" />
</div>
</div>