Skip to content
Snippets Groups Projects
Commit 069d16fd authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Use correct js class in first-run template.

parent a3af9f47
Branches
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment