Hi<br><br>Roberto : Thank you for the fix. The fix has been integrated in vtiger CRM. Kindly refer the following change set.<br><a href="http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/11807">http://trac.vtiger.com/cgi-bin/trac.cgi/changeset/11807
</a><br><br>Carlo : I've tested in wip demo(<a href="http://en.vtiger.com/wip/">http://en.vtiger.com/wip/</a>), <a href="http://vtiger.studiosynthesis.biz/504-rc2/">http://vtiger.studiosynthesis.biz/504-rc2/</a> and also in my local setup. I couldn't get any errors. Refer the attached images that I was tried to reproduce the issue. Kindly let me know in detail to reproduce the issue.
<br><br>Thanks & Regards,<br>Minnie.<br>vtiger Team<br><br><div><span class="gmail_quote">On 1/18/08, <b class="gmail_sendername">carlo beschi</b> <<a href="mailto:carloz@gnumerica.org">carloz@gnumerica.org</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Roberto, all<br><br>thanks for the fix :-)<br><br>I've updated <a href="http://vtiger.studiosynthesis.biz/504-rc2/">
http://vtiger.studiosynthesis.biz/504-rc2/</a> (live demo of<br>vtiger crm 5.0.4 RC2 with italian language pack).<br><br>I fixed a second bug of the italian/international version, thanks to<br>Tullio Bezzornia (all credits to him for submitting the bug and
<br>providing the patch :-)):<br><br>while in a module, like Accounts, selecting the module (not the global)<br>search, and the option advanced search, the "show more" option doesn't<br>work and generates an error
<br><br>invalid flag after regular expression<br>[Break on this error]<br><br>this is because of the "è" character<br><br>Tullio fixed this modifying /include/utils/SearchUtils.php adding at<br>line 528<br><br>$fieldlabel = str_replace ("'","`", $fieldlabel );
<br><br><br>and replacing around line 613<br><br> $CRIT_OPT = "<option<br>value=\'cts\'>".$app_strings['contains']."</option><option<br>value=\'dcts\'>".$app_strings['does_not_contains']."</option><option
<br>value=\'is\'>".$app_strings['is']."</option><option<br>value=\'isn\'>".$app_strings['is_not']."</option><option<br>value=\'bwt\'>".$app_strings['begins_with']."</option><option
<br>value=\'ewt\'>".$app_strings['ends_with']."</option><option<br>value=\'grt\'>".$app_strings['greater_than']."</option><option<br>value=\'lst\'>".$app_strings['less_than']."</option><option
<br>value=\'grteq\'>".$app_strings['greater_or_equal']."</option><option<br>value=\'lsteq\'>".$app_strings['less_or_equal']."</option>";<br><br>
with<br><br>$CRIT_OPT = "<option value=\'cts\'>".str_replace<br>("'","`",$app_strings['contains'])."</option><option<br>value=\'dcts\'>".str_replace
<br>("'","`",$app_strings['does_not_contains'])."</option><option<br>value=\'is\'>".str_replace<br>("'","`",$app_strings['is'])."</option><option
<br>value=\'isn\'>".str_replace<br>("'","`",$app_strings['is_not'])."</option><option<br>value=\'bwt\'>".str_replace<br>("'","`",$app_strings['begins_with'])."</option><option
<br>value=\'ewt\'>".str_replace<br>("'","`",$app_strings['ends_with'])."</option><option<br>value=\'grt\'>".str_replace<br>("'","`",$app_strings['greater_than'])."</option><option
<br>value=\'lst\'>".str_replace<br>("'","`",$app_strings['less_than'])."</option><option<br>value=\'grteq\'>".str_replace<br>("'","`",$app_strings['greater_or_equal'])."</option><option
<br>value=\'lsteq\'>".str_replace<br>("'","`",$app_strings['less_or_equal'])."</option>";<br><br><br><br>Ciao,<br><br>Carlo<br><br><br>Santacroce ha scritto:
<br>> Hi there,<br>><br>> during the test of the RC in italian localization I found a bug: in the<br>> report list page when I click on the '+' button the voices of the menù are<br>> hidden if the value store in
<br>><br>> $app_list_strings = Array (<br>><br>> 'moduleList'<br>><br>> are different from the english name. So the menù had all empty voices.<br>><br>> The code interested from the bug is in the file \Smarty\templates\Report.tpl
<br>> at line 62<br>><br>> <a href="javascript:CreateReport('{$modulename}');"<br>> class="drop_down">- {$APP.$modules}</a><br>><br>> To correct this bug replace this string with
<br>><br>> <a href="javascript:CreateReport('{$modulename}');"<br>> class="drop_down">- {$modules}</a><br>><br>> Roberto<br>><br>><br>><br>><br>
> ------------------------------------------------------------------------<br>><br>> _______________________________________________<br>> Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">
http://jobs.vtiger.com</a><br><br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br></blockquote></div><br>