Ver Fonte

#669: le logo prestataire n'etait plus place en haut a droite

- c'est parce que le poids etait de -2 apres un update de features, comme body
FGM há 13 anos atrás
pai
commit
b2ca04c257
2 ficheiros alterados com 5 adições e 5 exclusões
  1. 4 4
      fgcf.features.content.inc
  2. 1 1
      fgcf.features.fieldgroup.inc

+ 4 - 4
fgcf.features.content.inc

@@ -766,7 +766,7 @@ o|Oui',
     'field_name' => 'field_fgcf_prestataire_link',
     'type_name' => 'fgcf_prestataire',
     'display_settings' => array(
-      'weight' => '1',
+      'weight' => 0,
       'parent' => 'group_prestataire_branding',
       'label' => array(
         'format' => 'hidden',
@@ -825,7 +825,7 @@ o|Oui',
       ),
       'default_value_php' => NULL,
       'label' => 'Site',
-      'weight' => '1',
+      'weight' => 0,
       'description' => '',
       'type' => 'link',
       'module' => 'link',
@@ -837,7 +837,7 @@ o|Oui',
     'field_name' => 'field_fgcf_prestataire_logo',
     'type_name' => 'fgcf_prestataire',
     'display_settings' => array(
-      'weight' => 0,
+      'weight' => '-1',
       'parent' => 'group_prestataire_branding',
       'label' => array(
         'format' => 'hidden',
@@ -892,7 +892,7 @@ o|Oui',
       'default_image' => NULL,
       'use_default_image' => 0,
       'label' => 'Logo',
-      'weight' => 0,
+      'weight' => '-1',
       'description' => '',
       'type' => 'imagefield_widget',
       'module' => 'imagefield',

+ 1 - 1
fgcf.features.fieldgroup.inc

@@ -102,7 +102,7 @@ function fgcf_fieldgroup_default_groups() {
         ),
       ),
     ),
-    'weight' => '-2',
+    'weight' => '-3',
     'fields' => array(
       '0' => 'field_fgcf_prestataire_logo',
       '1' => 'field_fgcf_prestataire_link',