task #0001861: Plage de cases à cocher , search action

This commit is contained in:
sparkyx 2020-11-07 15:32:09 +01:00
parent 80a0993ce7
commit c6390edd8d

View file

@ -26,6 +26,7 @@
* @brief show the result of a search into a inner windows
*
*/
?>
<form onsubmit="set_action_related('fresultaction');return false;" id="fresultaction">
<?php echo HtmlInput::hidden('ctlc',$_GET['ctlc'])?>
@ -63,6 +64,7 @@
<?php
$ck=new ICheckBox('ag_id[]');
$ck->value=$a_row[$i]['ag_id'];
$ck->set_range("ag_id_search_ck");
echo $ck->input();
?>
</td>
@ -86,4 +88,7 @@
<?php endfor;?>
</table>
<?php echo HtmlInput::submit("save_action", _("Mettre à jour"))?>
</form>
</form>
<?php
echo ICheckBox::javascript_set_range("ag_id_search_ck");
?>