Update workstation_document.php
$help_url = 'EN:Module_Workstation';
This commit is contained in:
parent
0a03ee5cd4
commit
8f53ca17ed
@ -97,8 +97,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$title = $langs->trans("Workstation").' - '.$langs->trans("Files");
|
$title = $langs->trans("Workstation").' - '.$langs->trans("Files");
|
||||||
$help_url = '';
|
|
||||||
//$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
|
$help_url = 'EN:Module_Workstation';
|
||||||
|
|
||||||
llxHeader('', $title, $help_url);
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
if ($object->id) {
|
if ($object->id) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user