summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.no_contacts.php
blob: be12092d45d3fc7eda9075d49ae15413b7f4c755 (plain)
1
2
3
4
5
6
7
8
<div id="appsettings" class="popup bottomleft hidden"></div>
<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()" />
	</div>
</div>