task #0001861: Plage de cases à cocher , search action
This commit is contained in:
parent
80a0993ce7
commit
c6390edd8d
1 changed files with 6 additions and 1 deletions
|
|
@ -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");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue