mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
8 lines
349 B
PHP
8 lines
349 B
PHP
<div id="appsettings" class="popup bottomleft hidden"></div>
|
|
<div id="firstrun" <?php if($_['has_contacts']) { echo 'class="hidden"';} ?>>
|
|
<?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>
|