Use correct js class in first-run template.

This commit is contained in:
Thomas Tanghus 2012-08-23 14:48:48 +02:00
parent a3af9f4773
commit 069d16fdd4
1 changed files with 1 additions and 2 deletions

View File

@ -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>