Task #0001861: Check Box range for checkbox
This commit is contained in:
parent
2a81143afc
commit
e0514bca69
5 changed files with 17 additions and 5 deletions
|
|
@ -573,6 +573,7 @@ class Periode
|
|||
if ($obj->getp("p_closed")=="f")
|
||||
{
|
||||
$checkbox=new ICheckBox("sel_per_close[]");
|
||||
$checkbox->set_range("sel_per_close_ck");
|
||||
$checkbox->set_attribute("per_id", $obj->getp("p_id"));
|
||||
$checkbox->value=$obj->getp("p_id");
|
||||
echo "<td>".$checkbox->input()."</td>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue