reworked folder selection

hide dropdown if import via context menu
This commit is contained in:
2016-06-16 21:37:55 +02:00
parent 2f07db6775
commit e0eb5cf1f0
2 changed files with 84 additions and 38 deletions

View File

@@ -2,8 +2,8 @@
/** Disable the import plugin for all clients */
define('PLUGIN_CONTACTIMPORTER_USER_DEFAULT_ENABLE', false);
/** The default addressbook to import to (default: contact)*/
define('PLUGIN_CONTACTIMPORTER_DEFAULT', "contact");
/** The default addressbook to import to (default: Kontakte or Contacts - depending on your language)*/
define('PLUGIN_CONTACTIMPORTER_DEFAULT', "Kontakte");
/** Tempory path for uploaded files... */
define('PLUGIN_CONTACTIMPORTER_TMP_UPLOAD', "/var/lib/zarafa-webapp/tmp/");