[Vtigercrm-commits] [vtiger development] #6198: i18n error, Actions do not show up in documents detail view
vtiger development
vtiger-tickets at trac.vtiger.com
Sun Jul 26 15:25:29 EDT 2009
#6198: i18n error, Actions do not show up in documents detail view
------------------------+---------------------------------------------------
Reporter: frankpie | Owner: developer
Type: patch | Status: new
Priority: unassigned | Milestone: 5.1.1
Component: vtigercrm | Version: 5.1.0
Keywords: |
------------------------+---------------------------------------------------
in documents detail view the Action listings do not show up, due to an
i18n error in the documents detail view.
Replace
if ($block_entries['File Name']['value'] != '' ||
isset($block_entries['File Name']['value']))
by
if($block_entries[getTranslatedString('File Name','Documents')]['value']
!= '' || isset($block_entries[getTranslatedString('File
Name','Documents')]['value']))
in addition, add this to the language files:
'Folder Name'=>'Folder Name',
'Document No'=>'Document No.',
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6198>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list