2
0
forked from Wavyzz/dolibarr

NEW Can edit property css, cssview, csslist on extrafields

This commit is contained in:
Laurent Destailleur
2022-09-22 13:01:11 +02:00
parent 62233f2703
commit d314ed380b
71 changed files with 81 additions and 520 deletions

View File

@@ -10646,7 +10646,7 @@ function getFieldErrorIcon($fieldValidationErrorMsg)
* @param string $iconClass class for icon element (Example: 'fa fa-file')
* @param string $url the url for link
* @param string $id attribute id of button
* @param int $status 0 no user rights, 1 active, 2 current action or selected, -1 Feature Disabled, -2 disable Other reason use helpText as tooltip
* @param int $status 0 no user rights, 1 active, 2 current action or selected, -1 Feature Disabled, -2 disable Other reason use param $helpText as tooltip help
* @param array $params various params for future : recommended rather than adding more function arguments
* @return string html button
*/