Project

General

Profile

Bug #19946 ยป rtehtmlarea_bugfix_10315_typo3_4-3.patch

Administrator Admin, 2010-04-19 17:13

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/copy-paste.js (copie de travail)
tooltip : this.localize(buttonId.toLowerCase()),
action : "onButtonPress",
context : button[0],
hotKey : (this.buttonsConfiguration[button[2]] ? this.buttonsConfiguration[button[2]].hotKey : (button[1] ? button[1] : null))
hotKey : ((this.buttonsConfiguration[button[2]] && this.buttonsConfiguration[button[2]].hotKey) ? this.buttonsConfiguration[button[2]].hotKey : (button[1] ? button[1] : null))
};
this.registerButton(buttonConfiguration);
if (!this.isButtonInToolbar(buttonId)) {
    (1-1/1)