Projet

Général

Profil

Révision 38c269d5

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/system/status-messages.func.php
56 56

  
57 57
  foreach ($message_list as $type => $messages) {
58 58
    $class = (isset($status_class[$type])) ? ' alert-' . $status_class[$type] : '';
59
    $output .= "<div class=\"alert alert-block$class messages $type\">\n";
59
    $output .= "<div class=\"alert alert-block alert-dismissible$class messages $type\">\n";
60 60
    $output .= "  <a class=\"close\" data-dismiss=\"alert\" href=\"#\">&times;</a>\n";
61 61

  
62 62
    if (!empty($status_heading[$type])) {

Formats disponibles : Unified diff