Project

General

Profile

Bug #25946 ยป 25946_class.browse_links.patch

Core Bug #25946 Patch for class.browse_links.php Version Typo3 4.5.16 - Darren Clark, 2012-08-09 16:54

View differences:

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']);
}
?>
?>
    (1-1/1)