Task #0001861: Plage de cases à cocher

This commit is contained in:
sparkyx 2020-11-04 17:06:53 +01:00
parent 86aedf7452
commit 5b75b8127a
13 changed files with 218 additions and 12 deletions

View file

@ -127,6 +127,8 @@ echo HtmlInput::hidden('ledger_type',$ledger_type);
echo dossier::hidden();
list($count, $html) = $Ledger->list_operation($sql, $offset, $ask_pay);
echo $html;
echo $bar;
$r = HtmlInput::get_to_hidden(array('search_opnb_jrn',
@ -162,8 +164,10 @@ if (isset($_GET['search_opr_jrn']))
}
echo $r;
if ($ask_pay)
if ($ask_pay) {
echo '<p>' . HtmlInput::submit('paid', _('Mise à jour paiement')) . IButton::select_checkbox('fpaida') . IButton::unselect_checkbox('fpaida') . '</p>';
echo ICheckBox::javascript_set_range("paid_operation_ck");
}
echo '</form>';
/*