Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a environ 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/modules/image/image.admin.inc
592 592
    '#type' => 'radios',
593 593
    '#title' => t('Anchor'),
594 594
    '#options' => array(
595
      'left-top'      => t('Top') . ' ' . t('Left'),
596
      'center-top'    => t('Top') . ' ' . t('Center'),
597
      'right-top'     => t('Top') . ' ' . t('Right'),
598
      'left-center'   => t('Center') . ' ' . t('Left'),
595
      'left-top'      => t('Top left'),
596
      'center-top'    => t('Top center'),
597
      'right-top'     => t('Top right'),
598
      'left-center'   => t('Center left'),
599 599
      'center-center' => t('Center'),
600
      'right-center'  => t('Center') . ' ' . t('Right'),
601
      'left-bottom'   => t('Bottom') . ' ' . t('Left'),
602
      'center-bottom' => t('Bottom') . ' ' . t('Center'),
603
      'right-bottom'  => t('Bottom') . ' ' . t('Right'),
600
      'right-center'  => t('Center right'),
601
      'left-bottom'   => t('Bottom left'),
602
      'center-bottom' => t('Bottom center'),
603
      'right-bottom'  => t('Bottom right'),
604 604
    ),
605 605
    '#theme' => 'image_anchor',
606 606
    '#default_value' => $data['anchor'],

Formats disponibles : Unified diff