1
0
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:
Thomas Tanghus 2012-12-07 14:55:14 +01:00
parent 0f843a95f1
commit cd12448c77

View File

@ -42,13 +42,9 @@
<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) { </select>
?>
<option value="<?php echo $addressbook['id'] ?>"><?php echo $addressbook['displayname'] ?></option>
<?php }} ?>
</select>
<button class="doImport"><?php echo $l->t('OK'); ?></button> <button class="doImport"><?php echo $l->t('OK'); ?></button>
</li> </li>
<li> <li>