:</strong><br /><?php echo report_group_box('g_id', $g_id); ?> </td> <td><strong><?php echo _('Areas'); ?> :</strong><br /><?php echo report_area_box('area', $area); ?> </td> <td><strong><?php echo _('Type'); ?> :</strong><br /><?php echo report_span_box('SPAN', $SPAN); ?> </td> <td><strong><?php echo _('Start'); ?> :</strong><br /><?php echo report_months_box($report, 'start', $start); ?> </td> <td><strong><?php echo _('End'); ?> :</strong><br /><?php echo report_months_box($report, 'end', $end); ?>
"> <input type="hidden" name="group_id" value="<?php echo $group_id; ?> "> <table><tr> <td><strong>Tracker:</strong><br /><?php echo html_build_select_box($restracker, 'atid', $atid, false); ?> </td> <td><strong>Area:</strong><br /><?php echo html_build_select_box_from_arrays($vals, $labels, 'area', $area, false); ?> </td> <td><strong>Type:</strong><br /><?php echo report_span_box('SPAN', $SPAN, true); ?> </td> <td><strong>Start:</strong><br /><?php echo report_months_box($report, 'start', $start); ?> </td> <td><strong>End:</strong><br /><?php echo report_months_box($report, 'end', $end); ?> </td> <td><input type="submit" name="submit" value="Refresh"></td> </tr></table> </form> <p> <?php