Project

General

Profile

Bug #24521 ยป rtehtmlarea_bugfix_16975_trunk.patch

Administrator Admin, 2011-01-21 06:48

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (copie de travail)
});
break;
}
var tr = cell.parentElement;
var tr = cell.parentNode;
var no_cols = parseInt(prompt(this.localize("How many columns would you like to merge?"), 2));
if (!no_cols) break;
var no_rows = parseInt(prompt(this.localize("How many rows would you like to merge?"), 2));
    (1-1/1)