From 84131820af2fd270a754341c8f893eb623c0930a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 2 Mar 2020 20:39:15 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#0001704:=20Faciliter=20l'ajout=20de=20p?= =?UTF-8?q?lusieurs=20lignes=20Fichier=20oubli=C3=A9=20html=5Finput=5Fnoal?= =?UTF-8?q?yss.class.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class/html_input_noalyss.class.php | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 include/class/html_input_noalyss.class.php diff --git a/include/class/html_input_noalyss.class.php b/include/class/html_input_noalyss.class.php new file mode 100644 index 000000000..9fc1e2642 --- /dev/null +++ b/include/class/html_input_noalyss.class.php @@ -0,0 +1,61 @@ +value=1; + $num->size=2; + $s_js=sprintf(' onClick="ledger_add_multiple(\'%s\')"',$id); + + $r=HtmlInput::hidden($id."_ledger",$p_ledger); + $r.=$num->input(); + $r.=HtmlInput::button('add_item',_('ligne à ajouter'), + $s_js); + + return $r; + } +} \ No newline at end of file