Projet

Général

Profil

Révision 0a17cb7f

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/theme-settings.php
79 79
    '#title' => t('Fluid container'),
80 80
    '#default_value' => bootstrap_setting('fluid_container', $theme),
81 81
    '#description' => t('Use <code>.container-fluid</code> class. See <a href="!url">Fluid container</a>', array(
82
      '!url' => 'https://getbootstrap.com/docs/3.3/css/#grid-example-fluid',
82
      '!url' => 'https://getbootstrap.com/docs/3.4/css/#grid-example-fluid',
83 83
    )),
84 84
  );
85 85

  
......
106 106
    '#title' => t('Colorize Buttons'),
107 107
    '#default_value' => bootstrap_setting('button_colorize', $theme),
108 108
    '#description' => t('Adds classes to buttons based on their text value. See: <a href="!bootstrap_url" target="_blank">Buttons</a> and <a href="!api_url" target="_blank">hook_bootstrap_colorize_text_alter()</a>', array(
109
      '!bootstrap_url' => 'https://getbootstrap.com/docs/3.3/css/#buttons',
109
      '!bootstrap_url' => 'https://getbootstrap.com/docs/3.4/css/#buttons',
110 110
      '!api_url' => 'https://drupal-bootstrap.org/apis/hook_bootstrap_colorize_text_alter',
111 111
    )),
112 112
  );
......
172 172
    '#type' => 'select',
173 173
    '#title' => t('Default image shape'),
174 174
    '#description' => t('Add classes to an <code>&lt;img&gt;</code> element to easily style images in any project. Note: Internet Explorer 8 lacks support for rounded corners. See: <a href="!bootstrap_url" target="_blank">Image Shapes</a>', array(
175
      '!bootstrap_url' => 'https://getbootstrap.com/docs/3.3/css/#images-shapes',
175
      '!bootstrap_url' => 'https://getbootstrap.com/docs/3.4/css/#images-shapes',
176 176
    )),
177 177
    '#default_value' => bootstrap_setting('image_shape', $theme),
178 178
    '#empty_option' => t('None'),
......
342 342
    '#type' => 'fieldset',
343 343
    '#title' => t('Region wells'),
344 344
    '#description' => t('Enable the <code>.well</code>, <code>.well-sm</code> or <code>.well-lg</code> classes for specified regions. See: documentation on <a href="!wells" target="_blank">Bootstrap Wells</a>.', array(
345
      '!wells' => 'https://getbootstrap.com/docs/3.3/components/#wells',
345
      '!wells' => 'https://getbootstrap.com/docs/3.4/components/#wells',
346 346
    )),
347 347
    '#collapsible' => TRUE,
348 348
    '#collapsed' => TRUE,
......
526 526
    '#type' => 'fieldset',
527 527
    '#title' => t('Tooltips'),
528 528
    '#description' => t('Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don\'t rely on images, use CSS3 for animations, and data-attributes for local title storage. See <a href="!url" target="_blank">Bootstrap tooltips</a> for more documentation.', array(
529
      '!url' => 'https://getbootstrap.com/docs/3.3/javascript/#tooltips',
529
      '!url' => 'https://getbootstrap.com/docs/3.4/javascript/#tooltips',
530 530
    )),
531 531
    '#collapsible' => TRUE,
532 532
    '#collapsed' => TRUE,

Formats disponibles : Unified diff