Fixing style errors.
This commit is contained in:
parent
33e112eda7
commit
9a7ad0a7dc
@ -1075,7 +1075,7 @@ if ($resql) {
|
||||
exit;
|
||||
}
|
||||
|
||||
llxHeader('', $title, $help_url);
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
$param = '';
|
||||
|
||||
@ -1535,7 +1535,6 @@ if ($resql) {
|
||||
}
|
||||
// Total Amount (TTC / gross)
|
||||
if (!empty($arrayfields['c.total_ttc']['checked'])) {
|
||||
|
||||
print '<td class="liste_titre right">';
|
||||
print '<input class="flat" type="text" size="5" name="search_total_ttc" value="'.$search_total_ttc.'">';
|
||||
print '</td>';
|
||||
@ -1554,7 +1553,6 @@ if ($resql) {
|
||||
}
|
||||
// Amount HT/net in foreign currency
|
||||
if (!empty($arrayfields['c.multicurrency_total_ht']['checked'])) {
|
||||
|
||||
print '<td class="liste_titre right">';
|
||||
print '<input class="flat" type="text" size="4" name="search_multicurrency_montant_ht" value="'.dol_escape_htmltag($search_multicurrency_montant_ht).'">';
|
||||
print '</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user