show_quota_table($elements),$elements_quota_form);
$ids=$qt->get_table_ids_from_elements_id_ordered($elements);
$elements_quota_form=str_replace("!!ids_order!!",implode(",",$ids),$elements_quota_form);
print "
\n".$elements_quota_form;
} else {
$qt->rec_quota($elements);
print "";
}
?>