mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 02:11:27 +01:00
Add link to doc and fix doc (#33470)
This commit is contained in:
@@ -836,6 +836,11 @@ function ihm_prepare_head()
|
||||
$head[$h][2] = 'css';
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/tools/ui/components/index.php";
|
||||
$head[$h][1] = $langs->trans("UxComponentsDoc").' '.img_picto('', 'external-link-square-alt');
|
||||
$head[$h][2] = 'css';
|
||||
$h++;
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'ihm_admin');
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'ihm_admin', 'remove');
|
||||
|
||||
Reference in New Issue
Block a user