Projet

Général

Profil

Révision bc175c27

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_views/handlers/ldap_views_handler_field.inc
6 6
 *
7 7
 * Defines a new class field handler for a default ldap field
8 8
 */
9

  
9 10
class ldap_views_handler_field extends views_handler_field {
10 11

  
11 12
  function render($values) {
......
34 35
  function options_form(&$form, &$form_state) {
35 36
    parent::options_form($form, $form_state);
36 37
    $form['multivalue'] = array(
37
      '#type' => 'select',     // it should be 'radios', but it makes #dependency not to work
38
      '#type' => 'select', // it should be 'radios', but it makes #dependency not to work
38 39
      '#title' => t('Values to show'),
39 40
      '#description' => t('What to do whith  multivalue attributes'),
40 41
      '#options' => array(

Formats disponibles : Unified diff