Look and feel v14
This commit is contained in:
parent
9ea7c92b1b
commit
22ed95a629
@ -904,7 +904,7 @@ if ($action == 'create') {
|
|||||||
} elseif ($conciliate == -3) {
|
} elseif ($conciliate == -3) {
|
||||||
print $langs->trans("No").' ('.$langs->trans("Closed").')';
|
print $langs->trans("No").' ('.$langs->trans("Closed").')';
|
||||||
} else {
|
} else {
|
||||||
print '<input type="checkbox" class="flat" name="norappro"'.(($conciliate > 0) ? '' : ' checked="checked"').'"> '.$langs->trans("DisableConciliation");
|
print '<input type="checkbox" class="flat" id="norappro" name="norappro"'.(($conciliate > 0) ? '' : ' checked="checked"').'"> <label for="norappro">'.$langs->trans("DisableConciliation").'</label>';
|
||||||
}
|
}
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user