Update type.php
$help_url = '';
llxHeader('', $langs->trans("AssetsTypeSetup"), $help_url);
This commit is contained in:
parent
bdb78956b7
commit
21963dbc65
@ -196,8 +196,9 @@ if ($action == 'confirm_delete' && $user->rights->asset->write) {
|
|||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$helpurl = '';
|
$help_url = '';
|
||||||
llxHeader('', $langs->trans("AssetsTypeSetup"), $helpurl);
|
|
||||||
|
llxHeader('', $langs->trans("AssetsTypeSetup"), $help_url);
|
||||||
|
|
||||||
|
|
||||||
// List of asset type
|
// List of asset type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user