[Vtigercrm-developers] translations
Abos
webmaster at vtigercrmfrance.org
Sun May 14 09:33:59 PDT 2006
File smarty/templates/ReportContents.tpl
Line 30, change for :
<td class="lvtCol" width="35%">{$MOD.LBL_MODULE_NAME}</td>
<td class="lvtCol" width="50%">{$MOD.LBL_REP_FOLDER_DESC}</td>
<td class="lvtCol" width="10%"> {$MOD.Tools}</td>
And add 'Tools'=>'Tools', to reports lang file
Alway on tpl folder
File ReportFilters.tpl
Line 14 Change for :
<script type="text/javascript"
src="jscalendar/lang/calendar-{$APP.LBL_JSCALENDAR_LANG}.js"></script>
Line 53 change for :
<td class="dvtCellInfo"><input name="startdate"
id="jscal_field_date_start" style="border: 1px solid rgb(186, 186,
186);" size="10" maxlength="10" value="{$STARTDATE_STD}" type="text">
<img src="{$IMAGE_PATH}calendar.gif"
id="jscal_trigger_date_start"><br><font size="1"><em
old="{$APP.NTC_DATE_FORMAT}">{$APP.NTC_DATE_FORMAT}</em></font>
</td>
<td class="dvtCellInfo"><input name="enddate"
id="jscal_field_date_end" style="border: 1px solid rgb(186, 186, 186);"
size="10" maxlength="10" value="{$ENDDATE_STD}" type="text">
<img src="{$IMAGE_PATH}calendar.gif"
id="jscal_trigger_date_end"><br><font size="1"><em
old="{$APP.NTC_DATE_FORMAT}">{$APP.NTC_DATE_FORMAT}</em></font>
Line 173 change for :
<script type="text/javascript">
Calendar.setup ({inputField : "jscal_field_date_start", ifFormat
: "{$APP.LBL_DATE_FORMAT_CALENDAR}", showsTime : false, button :
"jscal_trigger_date_start", singleClick : true, step : 1});
Calendar.setup ({inputField : "jscal_field_date_end", ifFormat :
"{$APP.LBL_DATE_FORMAT_CALENDAR}", showsTime : false, button :
"jscal_trigger_date_end", singleClick : true, step : 1});
</script>
And replace all "and" strings by $MOD.LBL_AND
and add LBL_AND to report file lang.
More information about the vtigercrm-developers
mailing list