Projet

Général

Profil

Révision 5a7e6170

Ajouté par Florent Torregrosa il y a environ 10 ans

Update :

  • panels : 7.x-3.3 -> 7.x-3.4
  • pdf_reader : 7.x-1.0-rc4 -> 7.x-1.0-rc5

Voir les différences:

drupal7/sites/all/modules/panels/js/display_editor.js
16 16
  $('a.pane-delete:not(.pane-delete-processed)', context)
17 17
    .addClass('pane-delete-processed')
18 18
    .click(function() {
19
    if (confirm('Remove this pane?')) {
19
    if (confirm(Drupal.t('Remove this pane?'))) {
20 20
      var id = '#' + $(this).attr('id').replace('pane-delete-', '');
21 21
      $(id).remove();
22 22
      Drupal.Panels.Draggable.savePositions();

Formats disponibles : Unified diff