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_user/ldap_user.theme.inc
5 5
 *   theme functions for ldap_user module
6 6
 */
7 7

  
8

  
9 8
/**
10 9
 * turns array of variables to a form embedded in one table for each ldap server
11 10
 */
......
20 19
      list($direction, $discard, $column_name, $i) = $parts;
21 20
      $row = $element['#row'];
22 21
      $col = $element['#col'];
23
      $tables[$direction]['rows'][$row][$col] = array('data' => drupal_render($form[$key]), 'class' => array('module'),  'colspan' => 1);
22
      $tables[$direction]['rows'][$row][$col] = array('data' => drupal_render($form[$key]), 'class' => array('module'), 'colspan' => 1);
24 23
    }
25 24
  }
26 25

  

Formats disponibles : Unified diff