Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/page_manager/page_manager.admin.inc
631 631
      if (isset($plugin['add features'][$id])) {
632 632
        $result['actions']['children']['configure']['form']['order'][$id] = $plugin['add features'][$id];
633 633
      }
634
      else if (isset($plugin['required forms'][$id])) {
634
      elseif (isset($plugin['required forms'][$id])) {
635 635
        $result['actions']['children']['configure']['form']['order'][$id] = $plugin['required forms'][$id];
636 636
      }
637 637
    }
......
732 732
        ),
733 733
      );
734 734
    }
735
    else if ($handler->export_type != EXPORT_IN_CODE) {
735
    elseif ($handler->export_type != EXPORT_IN_CODE) {
736 736
      $actions['delete'] = array(
737 737
        'title' => t('Delete'),
738 738
        'description' => t('Remove this variant from the page completely.'),
......
1144 1144
      if ($id == $first) {
1145 1145
        $class[] = 'operation-first';
1146 1146
      }
1147
      else if ($id == $last) {
1147
      elseif ($id == $last) {
1148 1148
        $class[] = 'operation-last';
1149 1149
      }
1150 1150

  

Formats disponibles : Unified diff