mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-02 14:24:10 +01:00
8 lines
367 B
PHP
8 lines
367 B
PHP
<div id="firstrun">
|
|
You have no contacts in your list.
|
|
<div id="selections">
|
|
<input type="button" value="Import contacts" onclick="Contacts.UI.Addressbooks.import()" />
|
|
<input type="button" value="Add contact" onclick="Contacts.UI.Card.editNew()" />
|
|
<input type="button" value="Edit addressbooks" onclick="Contacts.UI.Addressbooks.overview()" />
|
|
</div>
|
|
</div> |