summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.no_contacts.php
blob: 1802939483bf0e57eec28244971f33dec5480e2b (plain)
1
2
3
4
5
6
7
<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="OC.Contacts.Card.editNew()" />
	</div>
</div>