Go to the source code of this file.
Variables | |
| $depends_search_only_artifact = sane_post('depends_search_only_artifact') | |
| $depends_search_only_project = sane_post('depends_search_only_project') | |
| $sql = "SELECT * FROM ".ARTIFACT." WHERE bug_id='$item_id' AND group_id='$group_id'" | |
| $fields_per_line = 2 | |
| $max_size = 40 | |
| $result = db_query($sql) | |
| $item_link = utils_link("?".$item_id, $item_name) | |
| </td >< tdwidth="35%"> submitted_by submitted_by</td >< tdcolspan="'.($fields_per_line).'"width="50%"align="center"valign="top">< spanclass="noprint" | class ) |
| </td >< tdwidth="35%"> submitted_by submitted_by</td >< tdcolspan="'.($fields_per_line).'"width="50%"align="center"valign="top">< spanclass="noprint" | mbcheck_is_not_manager ) |
| $value = utils_rich_markup(trackers_field_display($field_name,$group_id,$field_value,false,false,true)) | |
| $mandatory_flag = trackers_data_mandatory_flag($field_name) | |
| </p >< divclass="noprint">< h2class="'.utils_get_priority_color(db_result($result,0,'priority'), db_result($result,0,'status_id')).'">< /h2 > | nbsp ) |
| < selectname="depends_search_only_artifact"> all support bugs task patch | selected |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 242 of file mod.php. Referenced by cookbook_handle_update(), form_input(), html_select_permission_box(), html_select_restriction_box(), member_check(), show_item_list(), show_item_list_sober(), and trackers_data_handle_update(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: "selected"'; } print "<option value=\"$option_value\"$selected>$text</option>\n"; } print "</select>\n"; print _("of"); print ' <select name="depends_search_only_project">'; $selected = ('any' == $depends_search_only_project ? ' selected="selected"' : ''); print '<option value="any"'.$selected.'>'._("Any Project").'</option>'; $selected = ('notany' == $depends_search_only_project ? ' selected="selected"' : ''); print '<option value="notany"'.$selected.'>'._("This Project Only").'</option> </select>  Definition at line 469 of file mod.php. Referenced by html_build_select_box_from_array(), html_build_select_box_from_arrays(), html_select_theme_box(), maintab_entry(), search_box(), and subtab_entry(). |
1.4.4