mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
322357dba1
Needs owncloud/core#4784 to work properly
20 lines
890 B
HTML
20 lines
890 B
HTML
<div id="contacts_import_dialog">
|
|
<div class="import-select">
|
|
<p class="bold" style="text-align:center;">{selectText}</p>
|
|
<select style="width:100%;" id="import_into" name="addressbooks">
|
|
<option value="{id}" data-backend="{backend}" data-permissions="{permissions}">{displayname}</option>
|
|
<option value="-1">{defaultText}</option>
|
|
</select>
|
|
<div id="newaddressbookform" style="display: none;">
|
|
<input type="text" style="width: 97%;" placeholder="<?php echo $l->t('Name of new addressbook'); ?>" id="newaddressbook" name="newaddressbook">
|
|
</div>
|
|
</div>
|
|
<div class="import-status hidden">
|
|
<label id="import-status-text"></label>
|
|
<div id="import-status-progress"></div>
|
|
<div id="import_done" style="display: none;">
|
|
<p style="text-align:center;"></p>
|
|
<input type="button" value="<?php echo $l->t('Close'); ?>" id="import_done_button">
|
|
</div>
|
|
</div>
|
|
</div> |