mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Remove check for encryption.
This commit is contained in:
parent
df9ccd137d
commit
4f83687744
@ -7,10 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<td id="importaddressbook_dialog" colspan="6">
|
<td id="importaddressbook_dialog" colspan="6">
|
||||||
<?php
|
|
||||||
if(OCP\App::isEnabled('files_encryption')) {
|
|
||||||
echo '<strong>'.$l->t('Currently this import function doesn\'t work while encryption is enabled.<br />Please upload your VCF file with the file manager and click on it to import.').'</strong>';
|
|
||||||
} else { ?>
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo $l->t('Select address book to import to:') ?></th>
|
<th><?php echo $l->t('Select address book to import to:') ?></th>
|
||||||
@ -33,7 +29,6 @@ if(OCP\App::isEnabled('files_encryption')) {
|
|||||||
|
|
||||||
<input id="close_button" style="float: left;" type="button" onclick="Contacts.UI.Addressbooks.cancel(this);" value="<?php echo $l->t("Cancel"); ?>">
|
<input id="close_button" style="float: left;" type="button" onclick="Contacts.UI.Addressbooks.cancel(this);" value="<?php echo $l->t("Cancel"); ?>">
|
||||||
<iframe name="import_upload_target" id='import_upload_target' src=""></iframe>
|
<iframe name="import_upload_target" id='import_upload_target' src=""></iframe>
|
||||||
<?php } ?>
|
|
||||||
</td>
|
</td>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user