Main Page | Directories | File List | File Members

mod.php File Reference

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
 print


Variable Documentation

$depends_search_only_artifact = sane_post('depends_search_only_artifact')
 

Definition at line 32 of file mod.php.

$depends_search_only_project = sane_post('depends_search_only_project')
 

Definition at line 33 of file mod.php.

$fields_per_line = 2
 

Definition at line 36 of file mod.php.

$item_link = utils_link("?".$item_id, $item_name)
 

Definition at line 48 of file mod.php.

$mandatory_flag = trackers_data_mandatory_flag($field_name)
 

Definition at line 258 of file mod.php.

$max_size = 40
 

Definition at line 37 of file mod.php.

$result = db_query($sql)
 

Definition at line 39 of file mod.php.

$sql = "SELECT * FROM ".ARTIFACT." WHERE bug_id='$item_id' AND group_id='$group_id'"
 

Definition at line 35 of file mod.php.

$value = utils_rich_markup(trackers_field_display($field_name,$group_id,$field_value,false,false,true))
 

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().

</td><tdwidth="35%"> submitted_by submitted_by</td><tdcolspan="'.($fields_per_line).'"width="50%"align="center"valign="top"><spanclass="noprint" class)
 

Definition at line 153 of file mod.php.

</td><tdwidth="35%"> submitted_by submitted_by</td><tdcolspan="'.($fields_per_line).'"width="50%"align="center"valign="top"><spanclass="noprint" mbcheck_is_not_manager)
 

Definition at line 153 of file mod.php.

<br/><spanclass="warn"></span><p> & nbsp
 

Definition at line 336 of file mod.php.

print
 

Definition at line 553 of file mod.php.

selected
 

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>&nbsp

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().


Generated on Sun Feb 26 13:23:05 2006 for Savane PHP Frontend Developer Reference by  doxygen 1.4.4