Task #0001861: Check Box range for checkbox

This commit is contained in:
sparkyx 2020-11-05 23:44:50 +01:00
parent 2a81143afc
commit e0514bca69
5 changed files with 17 additions and 5 deletions

View file

@ -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>";