mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
parent
cab697f557
commit
741cca5eb4
|
|
@ -274,7 +274,7 @@ print '<td width="80"> </td></tr>'."\n";
|
|||
print '<tr class="oddeven">';
|
||||
print '<td width="80%">'.$langs->trans("ManageOpportunitiesStatus").'</td>';
|
||||
print '<td width="60" class="right">';
|
||||
print ajax_constantonoff("PROJECT_USE_OPPORTUNITIES", null, null, 0, 0, 1);
|
||||
print ajax_constantonoff("PROJECT_USE_OPPORTUNITIES", array(), null, 0, 0, 1);
|
||||
print '</td><td class="right">';
|
||||
print "</td>";
|
||||
print '</tr>';
|
||||
|
|
|
|||
|
|
@ -593,7 +593,7 @@ print '</td></tr>';
|
|||
print '<tr class="oddeven"><td>';
|
||||
print $langs->trans("SecurityTokenIsUnique").'</td><td>';
|
||||
if ($conf->use_javascript_ajax) {
|
||||
print ajax_constantonoff('PAYMENT_SECURITY_TOKEN_UNIQUE', null, null, 0, 0, 1);
|
||||
print ajax_constantonoff('PAYMENT_SECURITY_TOKEN_UNIQUE', array(), null, 0, 0, 1);
|
||||
} else {
|
||||
$arrval = array('0' => $langs->trans("No"), '1' => $langs->trans("Yes"));
|
||||
print $form->selectarray("PAYMENT_SECURITY_TOKEN_UNIQUE", $arrval, $conf->global->PAYMENT_SECURITY_TOKEN_UNIQUE);
|
||||
|
|
|
|||
|
|
@ -101,7 +101,6 @@ parameters:
|
|||
- '# dolGetButtonTitle expects array<string#'
|
||||
- '# getNav expects array#'
|
||||
- '# getCommonSubstitutionArray expects array#'
|
||||
- '# ajax_constantonoff expects array, null given.#'
|
||||
- '# ldap_search expects array\|LDAP#'
|
||||
- '# ajax_combobox expects array#'
|
||||
- '# Context::setError\(\) expects array, string#'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user