From f89bd3046d2dea7ef7871a6d3e4bfa3d4b104e49 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 25 Aug 2015 02:32:14 +0200 Subject: [PATCH] Ledger selection : add a button to select all the ledger in operation search (HIST->search) --- include/class_html_input.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/class_html_input.php b/include/class_html_input.php index ed745e56c..c544e1b70 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -320,14 +320,18 @@ class HtmlInput echo '
'; echo '
'; echo HtmlInput::hidden('nb_jrn', count($p_array)); - echo _('Filtre ').HtmlInput::filter_table($div.'tb_jrn', '0,1,2', 1); + echo _('Filtre ').HtmlInput::filter_table($div.'tb_jrn', '0,1,2', 2); echo ''; echo ''; echo th(_('Nom')); echo th(_('Description')); echo th(_('Type')); echo ''; - + echo ''; + echo ''; + echo ''; for ($e=0;$e
'; + echo HtmlInput::button('sel_'.$div,_('Inverser la sélection'),' onclick = "toggle_checkbox(\''."{$div}search_frm".'\')"'); + echo '