Debug module DAV
This commit is contained in:
parent
8b4ef1313a
commit
e168240ab0
@ -76,7 +76,7 @@ if ($action == 'edit')
|
||||
foreach($arrayofparameters as $key => $val)
|
||||
{
|
||||
print '<tr class="oddeven"><td>';
|
||||
print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip'));
|
||||
print $form->textwithpicto($langs->trans($key), $langs->trans($key.'Tooltip'));
|
||||
print '</td><td><input name="'.$key.'" class="flat '.(empty($val['css'])?'minwidth200':$val['css']).'" value="' . $conf->global->$key . '"></td></tr>';
|
||||
}
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user