2012-08-01 23:59:44 +02:00
|
|
|
<div id="appsettings" class="popup bottomleft hidden"></div>
|
2012-09-01 06:41:36 +02:00
|
|
|
<div id="firstrun" <?php if($_['has_contacts']) { echo 'class="hidden"';} ?>>
|
2012-09-06 16:35:46 +02:00
|
|
|
<?php echo $l->t('<h3>You have no contacts in your addressbook.</h3>'
|
|
|
|
. '<p>You can import VCF files by dragging them to the contacts list and either '
|
|
|
|
. 'drop them on an addressbook to import into it, or on an empty spot to create '
|
|
|
|
. 'a new addressbook and import into that.<br />You can also import by clicking '
|
|
|
|
. 'on the import button at the bottom of the list.</p>') ?>
|
2012-04-09 16:02:59 +02:00
|
|
|
<div id="selections">
|
2012-08-23 14:48:48 +02:00
|
|
|
<input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="OC.Contacts.Card.editNew()" />
|
2012-04-09 16:02:59 +02:00
|
|
|
</div>
|
2012-04-10 21:15:38 +02:00
|
|
|
</div>
|