2012-08-01 23:59:44 +02:00
|
|
|
<div id="appsettings" class="popup bottomleft hidden"></div>
|
2012-04-09 16:02:59 +02:00
|
|
|
<div id="firstrun">
|
2012-04-13 22:09:04 +02:00
|
|
|
<?php echo $l->t('You have no contacts in your addressbook.') ?>
|
2012-04-09 16:02:59 +02:00
|
|
|
<div id="selections">
|
2012-04-10 21:15:38 +02:00
|
|
|
<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()" />
|
2012-04-09 16:02:59 +02:00
|
|
|
</div>
|
2012-04-10 21:15:38 +02:00
|
|
|
</div>
|