1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00
OwncloudContactsOfficial/templates/part.no_contacts.php

9 lines
417 B
PHP
Raw Normal View History

<div id="appsettings" class="popup bottomleft hidden"></div>
<div id="firstrun">
2012-04-13 20:09:04 +00:00
<?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()" />
2012-04-26 20:48:34 +02:00
<input type="button" value="<?php echo $l->t('Configure addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
</div>
</div>