Look and feel v14
This commit is contained in:
parent
27bc05a039
commit
2e3af575be
@ -750,12 +750,10 @@ if (!empty($arrayfields['t.doc_ref']['checked'])) {
|
|||||||
if (!empty($arrayfields['t.numero_compte']['checked'])) {
|
if (!empty($arrayfields['t.numero_compte']['checked'])) {
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print '<div class="nowrap">';
|
print '<div class="nowrap">';
|
||||||
print $langs->trans('From').' ';
|
print $formaccounting->select_account($search_accountancy_code_start, 'search_accountancy_code_start', $langs->trans('From'), array(), 1, 1, 'maxwidth200', 1);
|
||||||
print $formaccounting->select_account($search_accountancy_code_start, 'search_accountancy_code_start', 1, array(), 1, 1, 'maxwidth200');
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
print '<div class="nowrap">';
|
print '<div class="nowrap">';
|
||||||
print $langs->trans('to').' ';
|
print $formaccounting->select_account($search_accountancy_code_end, 'search_accountancy_code_end', $langs->trans('to'), array(), 1, 1, 'maxwidth200', 1);
|
||||||
print $formaccounting->select_account($search_accountancy_code_end, 'search_accountancy_code_end', 1, array(), 1, 1, 'maxwidth200');
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -332,7 +332,7 @@ class FormAccounting extends Form
|
|||||||
*
|
*
|
||||||
* @param string $selectid Preselected id of accounting accounts (depends on $select_in)
|
* @param string $selectid Preselected id of accounting accounts (depends on $select_in)
|
||||||
* @param string $htmlname Name of HTML field id. If name start with '.', it is name of HTML css class, so several component with same name in different forms can be used.
|
* @param string $htmlname Name of HTML field id. If name start with '.', it is name of HTML css class, so several component with same name in different forms can be used.
|
||||||
* @param int $showempty 1=Add an empty field, 2=Add an empty field+'None' field
|
* @param int|string $showempty 1=Add an empty field, 2=Add an empty field+'None' field
|
||||||
* @param array $event Event options
|
* @param array $event Event options
|
||||||
* @param int $select_in 0=selectid value is a aa.rowid (default) or 1=selectid is aa.account_number
|
* @param int $select_in 0=selectid value is a aa.rowid (default) or 1=selectid is aa.account_number
|
||||||
* @param int $select_out Set value returned by select. 0=rowid (default), 1=account_number
|
* @param int $select_out Set value returned by select. 0=rowid (default), 1=account_number
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user