[TYPO3-project-formidable] [ SOLVED ] Russian strings doesn't work in onclick.confirm

Nikitin S.M. nikitinsm at gmail.com
Sun Jul 13 14:44:26 CEST 2008


remove rawurlencode() from confirm renderer:

PATCH FILE:
ameos_formidable/api/class.mainrenderer.php

== row num : 186-190 ==
== replace: ==
$sConfirm = "'" . rawurlencode(
	$this->oForm->_getLLLabel(
	$aEvent["confirm"]
	)
) . "'";

== with ===============
$sConfirm = "'" . $this->oForm->_getLLLabel(
	$aEvent["confirm"]
) . "'";



Nikitin S.M. пишет:
> I'v tried to use different file formates and tried to use LLL, nothing 
> works.
> 
> Best Regards, Nikitin Sergey
> 
> ICQ 343833010
> phone:
> 8(495)506-09-62
> 8(925)506-09-62

Best Regards, Nikitin Sergey

ICQ 343833010
phone:
8(495)506-09-62
8(925)506-09-62


More information about the TYPO3-project-formidable mailing list