mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
clean baseline
This commit is contained in:
parent
4a300cfdf0
commit
e285982eae
|
|
@ -147,7 +147,7 @@ $documentation->showSidebar(); ?>
|
|||
$id = 'button-id-7';
|
||||
$url = '#'.$id;
|
||||
$params = array(
|
||||
'confirm' => true
|
||||
'confirm' => [],
|
||||
);
|
||||
print dolGetButtonAction($label, $html, $actionType, $url, $id, $userRight, $params);
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ $documentation->showSidebar(); ?>
|
|||
$id = 'button-id-9';
|
||||
$url = '#'.$id;
|
||||
$params = array(
|
||||
'confirm' => true
|
||||
'confirm' => [],
|
||||
);
|
||||
print dolGetButtonAction($label, $html, $actionType, $url, $id, $userRight, $params); ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user