diff options
-rw-r--r-- | modules/block/block.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.js b/modules/block/block.js index 95881cbb8..eb2dcc19a 100644 --- a/modules/block/block.js +++ b/modules/block/block.js @@ -79,7 +79,7 @@ Drupal.behaviors.blockDrag = { // A custom message for the blocks page specifically. Drupal.theme.tableDragChangedWarning = function () { - return '<div class="warning">' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.') + '</div>'; + return '<div class="messages warning">' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.') + '</div>'; }; // Add a handler so when a row is dropped, update fields dropped into new regions. |