Projet

Général

Profil

Révision b4adf10d

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

Udpate to 7.33

Voir les différences:

drupal7/modules/block/block.admin.inc
272 272
  $form['settings']['title'] = array(
273 273
    '#type' => 'textfield',
274 274
    '#title' => t('Block title'),
275
    '#maxlength' => 64,
275
    '#maxlength' => 255,
276 276
    '#description' => $block->module == 'block' ? t('The title of the block as shown to the user.') : t('Override the default title for the block. Use <em>!placeholder</em> to display no title, or leave blank to use the default block title.', array('!placeholder' => '&lt;none&gt;')),
277 277
    '#default_value' => isset($block->title) ? $block->title : '',
278 278
    '#weight' => -19,

Formats disponibles : Unified diff