2012-02-06 10:32:57 +04:00
|
|
|
<div id="firstrun">
|
|
|
|
You have no contacts in your list.
|
|
|
|
<div id="selections">
|
|
|
|
<input type="button" value="Import contacts" onclick="Contacts.UI.Addressbooks.import()" />
|
2012-02-14 13:34:52 +04:00
|
|
|
<input type="button" value="Add contact" onclick="Contacts.UI.Card.editNew()" />
|
2012-02-06 10:32:57 +04:00
|
|
|
<input type="button" value="Edit addressbooks" onclick="Contacts.UI.Addressbooks.overview()" />
|
|
|
|
</div>
|
|
|
|
</div>
|