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

Contacts: Updated first run page.

parent ee0cb68f
No related branches found
No related tags found
No related merge requests found
<div id="firstrun"> <div id="firstrun">
<?php echo $l->t('You have no contacts in your addressbook.') ?> <?php echo $l->t('You have no contacts in your addressbook.') ?>
<div id="selections"> <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('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>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment