mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Contacts: Import markup.
This commit is contained in:
parent
0f843a95f1
commit
cd12448c77
@ -42,12 +42,8 @@
|
|||||||
<iframe name="import_upload_target" id='import_upload_target' src=""></iframe>
|
<iframe name="import_upload_target" id='import_upload_target' src=""></iframe>
|
||||||
</li>
|
</li>
|
||||||
<li class="import-select hidden"><label><?php echo $l->t('Import into:'); ?></label></li>
|
<li class="import-select hidden"><label><?php echo $l->t('Import into:'); ?></label></li>
|
||||||
<li class="import-select hidden"><select id="import_into" title="<?php echo $l->t('Import into:'); ?>">
|
<li class="import-select hidden">
|
||||||
<?php foreach($_['addressbooks'] as $addressbook) {
|
<select id="import_into" title="<?php echo $l->t('Import into:'); ?>">
|
||||||
if($addressbook['permissions'] & OCP\PERMISSION_CREATE) {
|
|
||||||
?>
|
|
||||||
<option value="<?php echo $addressbook['id'] ?>"><?php echo $addressbook['displayname'] ?></option>
|
|
||||||
<?php }} ?>
|
|
||||||
</select>
|
</select>
|
||||||
<button class="doImport"><?php echo $l->t('OK'); ?></button>
|
<button class="doImport"><?php echo $l->t('OK'); ?></button>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user