Bug #19414 » rtehtmlarea_bugfix_9484_TYPO3_4-2.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu/context-menu.js (copie de travail) | ||
---|---|---|
}
|
||
}
|
||
|
||
if (selection && !link) {
|
||
if (selection && !link && btnList["CreateLink"]) {
|
||
if (menu.length) menu.push(null);
|
||
menu.push([this.localize("Make link"),
|
||
this.linkHandler(link, "MakeLink"),
|
- « Previous
- 1
- 2
- Next »