[Vtigercrm-commits] [vtiger development] #6996: Help Info code for individual field is not available in Edit view file of modules.
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Jan 27 23:47:56 PST 2011
#6996: Help Info code for individual field is not available in Edit view file of
modules.
-----------------------+----------------------------------------------------
Reporter: pratim | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: Unassigned
Component: vtigercrm | Version: 5.2.1
Keywords: |
-----------------------+----------------------------------------------------
If you will go to modules/HelpDesk/EditView.php you can find the following
piece of code
{{{
$smarty->assign('FIELDHELPINFO', vtlib_getFieldHelpInfo($currentModule));
}}}
This code helps in showing the help information for the field for the
users .This is available for Hours and Days field for trouble Ticket
module. This code should be there for all module editview file so people
can use vtlib to add Help info for the fields of other modules.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6996>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list