• checkbox_fields.msn

    224 225  
    1 1 <%args>
    2 2
    3 $name => undef
    4 $SETS => undef
    3 $name => undef
    4 $SETS => undef
    5 $object => undef
    5 6
    6 7 </%args>
    7 8 <%init>
     
    18 19 $FIELDS->{$name.'_'.$1}->{rusname} = $m->comp('/contenido/components/filter.msn', str => $SETS->{$element});
    19 20 }
    20 21 }
    21 {
    22 local $Data::Dumper::Indent = 0;
    23 return Data::Dumper::Dumper($FIELDS);
    24 }
    22 return $object->_serialize($FIELDS);
    25 23
    26 24 </%init>