mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
Contacts: Updated first run page.
This commit is contained in:
parent
ee0cb68f5e
commit
1384fdfe01
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<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('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" />
|
||||
<input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />
|
||||
<input type="button" value="<?php echo $l->t('Edit addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
|
||||
<input type="button" value="<?php echo $l->t('Configure addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue