Project

General

Profile

Bug #23584 ยป rtehtmlarea_bugfix_15774_typo3_4-3.patch

Administrator Admin, 2010-09-29 05:33

View differences:

typo3/sysext/rtehtmlarea/mod2/class.tx_rtehtmlarea_acronym_mod.php (copie de travail)
abbr.title = title;
if(document.content.acronymSelector.options.length != 1 && document.content.termSelector.selectedIndex > 0 && document.content.termSelector.options[document.content.termSelector.selectedIndex].value == title) {
html = document.content.acronymSelector.options[document.content.acronymSelector.selectedIndex].value;
} else {
html = editor.getSelectedHTML();
}
abbr.innerHTML = html;
if (languageObject && plugin.isButtonInToolbar("Language")) {
    (1-1/1)