Projet

Général

Profil

Révision 3acd948f

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/file_entity/file_entity.module
2643 2643
  }
2644 2644
}
2645 2645

  
2646
/**
2647
 * Implements hook_FORM_ID_alter().
2648
 */
2649
function file_entity_form_system_performance_settings_alter(&$form, &$form_state) {
2650
  $form['bandwidth_optimization']['file_entity_total_count_optimization'] = array(
2651
    '#type' => 'checkbox',
2652
    '#title' => t('Optimize the calculation of the total usage count of files in the files overview.'),
2653
    '#default_value' => variable_get('file_entity_total_count_optimization', FALSE),
2654
    '#description' => t('Recommended if the files admin page loads too slowly due to a high number of files.'),
2655
  );
2656
}

Formats disponibles : Unified diff