diff --git a/htdocs/admin/dav.php b/htdocs/admin/dav.php index f757663b6d5..091c9ff66bf 100644 --- a/htdocs/admin/dav.php +++ b/htdocs/admin/dav.php @@ -76,7 +76,7 @@ if ($action == 'edit') foreach($arrayofparameters as $key => $val) { print ''; - print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip')); + print $form->textwithpicto($langs->trans($key), $langs->trans($key.'Tooltip')); print ''; } diff --git a/htdocs/core/modules/modDav.class.php b/htdocs/core/modules/modDav.class.php index 77525a0b0d1..ae71f02753b 100644 --- a/htdocs/core/modules/modDav.class.php +++ b/htdocs/core/modules/modDav.class.php @@ -65,7 +65,7 @@ class modDav extends DolibarrModules // Module description, used if translation string 'ModuledavDesc' not found (MyModue is name of module). $this->description = "davDescription"; // Used only if file README.md and README-LL.md not found. - $this->descriptionlong = "davDescription (Long)"; + $this->descriptionlong = "davDescription"; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' $this->version = 'experimental'; diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 9b4079281b9..c88af3fc1b1 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -473,6 +473,9 @@ AttachMainDocByDefault=Set this to 1 if you want to attach main document to emai FilesAttachedToEmail=Attach file SendEmailsReminders=Send agenda reminders by emails davDescription=Add a component to be a DAV server +DAVSetup=Setup of module DAV +DAV_ALLOW_PUBLIC_DIR=Enable the public directory (WebDav directory with no login required) +DAV_ALLOW_PUBLIC_DIRTooltip=The WebDav public directory is a WebDAV directory everybody can access to (in read and write mode), with no need to have/use an existing login/password account. # Modules Module0Name=Users & groups Module0Desc=Users / Employees and Groups management