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