mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v20
This commit is contained in:
parent
6de472e242
commit
ff2bd03584
|
|
@ -72,6 +72,7 @@ $arrayofia = array(
|
|||
|
||||
$item = $formSetup->newItem('AI_API_SERVICE'); // Name of constant must end with _KEY so it is encrypted when saved into database.
|
||||
$item->setAsSelect($arrayofia);
|
||||
$item->cssClass = 'minwidth150';
|
||||
|
||||
foreach ($arrayofia as $ia => $ialabel) {
|
||||
// Setup conf AI_PUBLIC_INTERFACE_TOPIC
|
||||
|
|
|
|||
|
|
@ -1106,7 +1106,7 @@ class FormSetupItem
|
|||
if ($this->picto) {
|
||||
$s .= img_picto('', $this->picto, 'class="pictofixedwidth"');
|
||||
}
|
||||
$s .= $this->form->selectarray($this->confKey, $this->fieldOptions, $this->fieldValue);
|
||||
$s .= $this->form->selectarray($this->confKey, $this->fieldOptions, $this->fieldValue, 0, 0, 0, '', 0, 0, 0, '', $this->cssClass);
|
||||
|
||||
return $s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user