. #------------------------------ # $Revision: 2643 $ # $Author: al $ # $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $ #------------------------------ ?> 0 ) { $t_per_row = config_get( 'filter_custom_fields_per_row' ); $t_custom_rows = ceil( sizeof( $t_accessible_custom_fields_ids ) / $t_per_row ); } } if ( ! in_array( $t_target_field, $t_fields ) ) { $t_target_field = ''; } $f_for_screen = gpc_get_bool( 'for_screen', true ); $t_action = "view_all_set.php?f=3"; if ( $f_for_screen == false ) { $t_action = "view_all_set.php"; } $f_default_view_type = 'simple'; if ( ADVANCED_DEFAULT == config_get( 'view_filters' ) ) { $f_default_view_type = 'advanced'; } $f_view_type = gpc_get_string( 'view_type', $f_default_view_type ); if ( ADVANCED_ONLY == config_get( 'view_filters' ) ) { $f_view_type = 'advanced'; } if ( SIMPLE_ONLY == config_get( 'view_filters' ) ) { $f_view_type = 'simple'; } if ( ! in_array( $f_view_type, array( 'simple', 'advanced' ) ) ) { $f_view_type = $f_default_view_type; } $t_select_modifier = ''; if ( 'advanced' == $f_view_type ) { $t_select_modifier = 'multiple="multiple" size="10" '; } $t_show_version = ( ON == config_get( 'show_product_version' ) ) || ( ( AUTO == config_get( 'show_product_version' ) ) && ( count( version_get_all_rows_with_subs( $t_project_id ) ) > 0 ) ); ?>
"; print ""; } ?> 0 ) { $t_per_row = config_get( 'filter_custom_fields_per_row' ); $t_num_rows = ceil( sizeof( $t_accessible_custom_fields_ids ) / $t_per_row ); $t_base = 0; for ( $i = 0; $i < $t_num_rows; $i++ ) { ?> '; if ( isset( $t_accessible_custom_fields_names[$t_base + $j] ) ) { echo string_display( lang_get_defaulted( $t_accessible_custom_fields_names[$t_base + $j] ) ); } else { echo ' '; } echo ''; } ?> '; if ( isset( $t_accessible_custom_fields_ids[$t_base + $j] ) ) { print_filter_custom_field($t_accessible_custom_fields_ids[$t_base + $j]); } else { echo ' '; } echo ''; } ?>
     
 
: :