我如何更改 HTML
如何更改 Vtiger CRM 1.5.0 中的 HTML 列标题?
假设我有一个 HTML 表,它有两个标题列 ID 和 First Name
,我必须将列标题 First Name 更改为 Person Name
。我如何在 Vtiger CRM 中执行此操作? 我的意思是我必须在哪些文件中进行更改才能创建列标题(名字到人名)。
描述
在列表视图中,当我单击在新窗口中打开的记录及其所有值的编辑链接时,可能会有行。有一个 html 表格,其中有两个标题列 ID、名字。我需要将此名字更改为人名。
How can I change the HTML columns heading in Vtiger CRM 1.5.0?
Suppose I have a HTML table and it has two headings columns ID and First Name
, and I have to change the column heading First Name to Person Name
. How can i do this in Vtiger CRM?
I mean in which files do I have to make changes to make the column heading (First Name to Person Name).
Description
In list view there are may rows when I click on edit link that record opened in new window with its all values. There is a html table with two heading column ID, First Name. I need to change this First Name to Person name.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到 Modules/your_module_name/language/*.php ->找到“名字”然后更改标签
如果不起作用,请转到 Modules/your_module_name.php ->找到“名字”,然后更改标签
Go to Modules/your_module_name/language/*.php -> Find "First Name" then change the label
If it doesnt work, Go to Modules/your_module_name.php -> Find "First Name" then change the label