Bug #19946 ยป rtehtmlarea_bugfix_10315_typo3_4-3.patch
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)) {
|