我在include/javascript/jsAlert.php文件中调用了2个自定义app_string,定义文件位于custome/include/language中,但是一直无法成功显示自定义字段,应该显示内容的地方是空白,请问是怎么回事?
jsAlert.php
zh_cn.language.phpCode:$this->addAlert($app_strings['MSG_JS_ALERT_MTG_REMINDER_TASK'], $taskName, $app_strings['MSG_JS_ALERT_MTG_REMINDER_DUE_TIME'].$timedate->to_display_date_time($row['date_due']), $app_strings['MSG_JS_ALERT_MTG_REMINDER_START_TIME'].$timedate->to_display_date_time($row['date_start']). $description. $instructions, $timeStart - strtotime($dateTimeNow), $url );
另外关于sugar下的文件与文件夹,正确的owner与group应该是什么?Code:<?php $app_strings['MSG_JS_ALERT_MTG_REMINDER_TASK'] = '任务'; $app_strings['MSG_JS_ALERT_MTG_REMINDER_DUE_TIME'] = '结束时间'; $app_strings['MSG_JS_ALERT_MTG_REMINDER_START_TIME'] = '开始时间'; ); ?>


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks