Bug #25946 ยป 25946_class.browse_links.patch
typo3/class.browse_links.php (working copy) | ||
---|---|---|
cur_params = cur_params.replace(/\bid\=.*?(\&|$)/, "");
|
||
}
|
||
input = input + " " + cur_target + " " + cur_class + " " + cur_title + " " + cur_params;
|
||
input = input.replace(/^\s+|\s+$/g,\'\');
|
||
if(field.value && field.className.search(/textarea/) != -1) {
|
||
field.value += "\n" + input;
|
||
} else {
|
||
field.value = input;
|
||
}
|
||
field.onchange();
|
||
'.$update.'
|
||
}
|
||
}
|
||
... | ... | |
include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/class.browse_links.php']);
|
||
}
|
||
?>
|
||
?>
|