Actions
Bug #19158
closedWrong alert text in Constant editor
Start date:
2008-07-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Try to edit template reference in tt_news. It will ask you this: "This will make a copy of the current file, '%s'. Do you really want that?". This looks like a question but in fact it is not. The box has only "OK" button (see screenshot), so the whole thing is confusing.
This is not tt_news bug! Problem is in t3lib/class.t3lib_tsparser_ext.php, like 1314:
if ($copyFile && @is_file($copyFile)) { $p_field.='<img src="clear.gif" width="20" height="1" alt="" /><img'.t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'],'gfx/clip_copy.gif','width="12" height="12"').' border="0" alt="" /><input type="checkbox" name="_copyResource['.$params['name'].']" value="'.htmlspecialchars($copyFile).'" onClick="uFormUrl('.$aname.');if (this.checked) {alert(unescape(\''.rawurlencode(sprintf("This will make a copy of the current file, '%s'. Do you really want that?",$params['value'])).'\'));}" />'; }
(issue imported from #M9060)
Files
Actions