"; print"
"; print "*" . lang_get('must_complete_field') . "
"; print"
". NEWLINE; print "
"; print""; print""; print""; print""; print"
"; print""; print""; # FORM TITLE print""; print""; print""; # BUG ID print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # STATUS print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # CATEGORY print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # DISCOVERY PERIOD print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # COMPONENT print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # PRIORITY print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # SEVERITY print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # FOUND IN RELEASE print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # ASSIGN TO RELEASE print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # IMPLEMENTED IN RELEASE print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # ASSIGN TO print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # ASSIGN TO DEVELOPER print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; # TEST VERIFICATION ID # YOU CAN ONLY UPDATE THIS FROM THE VERFICATION PAGE /* print"". NEWLINE; print""; print"". NEWLINE; */ # SUMMARY print"". NEWLINE; print""; print"". NEWLINE; # DESCRIPTION $description = session_validate_form_get_field('bug_description_required', $description, session_use_FCKeditor()); print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print"". NEWLINE; print""; print""; print"
".lang_get('update_bug')."
". lang_get('bug_id') ."$padded_bug_id
". lang_get('bug_status') ."". NEWLINE; $selected_value = session_validate_form_get_field('bug_status', $bug_status); print"". NEWLINE; print"
". lang_get('bug_category') ."". NEWLINE; $selected_value = session_validate_form_get_field('bug_category', $category_id); print"". NEWLINE; print"
". lang_get('discovery_period') ."". NEWLINE; $selected_value = session_validate_form_get_field('discovery_period', $discovery_period); print"". NEWLINE; print"
". lang_get('bug_component') ."". NEWLINE; $selected_value = session_validate_form_get_field('bug_component', $component_id); print"". NEWLINE; print"
". lang_get('bug_priority') ."". NEWLINE; $selected_value = session_validate_form_get_field('bug_priority', $priority); print"". NEWLINE; print"
". lang_get('bug_severity') ."". NEWLINE; $selected_value = session_validate_form_get_field('bug_severity', $severity); print"". NEWLINE; print"
". lang_get('found_in_release') ."". NEWLINE; $selected_value = session_validate_form_get_field('found_in_release', $found_in_release); print"". NEWLINE; print"
". lang_get('assign_to_release') ."". NEWLINE; $selected_value = session_validate_form_get_field('assign_to_release', $assign_to_release); print"". NEWLINE; print"
". lang_get('implemented_in_release') ."". NEWLINE; $selected_value = session_validate_form_get_field('implemented_in_release', $imp_in_release); print"". NEWLINE; print"
". lang_get('assigned_to') ."". NEWLINE; $selected_value = session_validate_form_get_field('assigned_to', $assigned_to); print"". NEWLINE; print"
". lang_get('assigned_to_developer') ."". NEWLINE; $selected_value = session_validate_form_get_field('assigned_to_developer', $assigned_to_developer); print"". NEWLINE; print"
". lang_get('test_verification_id') ."". NEWLINE; print"". NEWLINE; print"
". lang_get('bug_summary') ."*". NEWLINE; print"". NEWLINE; print"
". lang_get('bug_description') ."*". NEWLINE; html_FCKeditor("bug_description_required", 640, 240, $description); print"


"; print"
"; print"
"; print"
"; print""; } html_print_footer(); # ------------------------------------ # $Log: bug_detail_update_page.php,v $ # Revision 1.3 2006/08/05 22:07:59 gth2 # adding NEWLINE constant to support multiple OS newline chars - gth # # Revision 1.2 2006/02/24 11:38:20 gth2 # update to div - class=div-c not working in firefox - gth # # Revision 1.1.1.1 2005/11/30 23:00:56 gth2 # importing initial version - gth # # ------------------------------------ ?>