'; $the_form .= 'Folders'; $the_form .= '
'; $the_boxes=array(); if (is_array($list)) { foreach ($list as $key => $val) { $the_boxes[] = $val->name; } } sort($the_boxes); for($i=0;$i".preg_replace(array("/\{.*?\}/i"),array(""),$the_boxes[$i])."
"; } $the_form .= get_left_form_footer(); $the_form .= get_validate_record_js(); return $the_form; } ?>