Catalan sites have js errors in upload.tpl
You need to be logged in to post messages in the forums. New users may register here.
|
Silvia Pinel
Member since: 09 January 2008
Posts: 1
|
Friday 09 October 2009 1:49:35 pm
The js messages in the upload template (design/standard/templates/ezmultiupload) cause js errors. It is necessary to add the |wash(javascript) to avoid problems with translations:
allFilesRecived: '{'All files received.'|i18n('extension/ezmultiupload')|wash(javascript)}',
uploadCanceled: '{'Upload canceled.'|i18n('extension/ezmultiupload')|wash(javascript)}',
thumbnailCreated: '{'Thumbnail created.'|i18n('extension/ezmultiupload')|wash(javascript)}'
Cheers,
Silvia
|
|
|
André R.
Member since: 14 January 2008
Posts: 168
|
Tuesday 19 January 2010 10:23:25 pm
Fixed in
trunk (1.2alpha1) rev. 76
stable/1.1 (1.1.1) rev. 77
|
|
You need to be logged in to post messages in the forums. New users may register here.