Use correct js class in first-run template.
This commit is contained in:
parent
a3af9f4773
commit
069d16fdd4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue