]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove check for encryption.
authorThomas Tanghus <thomas@tanghus.net>
Wed, 13 Jun 2012 17:03:34 +0000 (19:03 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 13 Jun 2012 17:04:47 +0000 (19:04 +0200)
apps/contacts/templates/part.importaddressbook.php

index cb5d68149ec80dd63e304e87c87fa9b159ae1118..7805db7d64e1f205ef340e26c5047a082305d8cb 100644 (file)
@@ -7,10 +7,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>
 <tr>
        <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"); ?>">
 <iframe name="import_upload_target" id='import_upload_target' src=""></iframe>
-<?php } ?>
 </td>
 <script type="text/javascript">
 Contacts.UI.Addressbooks.loadImportHandlers();