parent
ee0cb68f5e
commit
1384fdfe01
@ -1,8 +1,7 @@ |
||||
<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('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" />
|
||||
<input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />
|
||||
<input type="button" value="<?php echo $l->t('Edit addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
|
||||
<input type="button" value="<?php echo $l->t('Configure addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
|
||||
</div> |
||||
</div> |
||||
|
Loading…
Reference in new issue