[Vtigercrm-commits] [vtiger development] #5540: i18n issue: public/private visibility field not displayed on Events detail
vtiger development
vtiger-tickets at trac.vtiger.com
Sun Mar 8 16:11:10 EDT 2009
#5540: i18n issue: public/private visibility field not displayed on Events detail
-----------------------+----------------------------------------------------
Reporter: hhokawa | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Keywords: |
-----------------------+----------------------------------------------------
Pls see attachment.
Problem solved by following modification:
\Smarty\templates\ActivityDetailView.tpl
remove $MOD. at line 193
{if $LABEL.visibility neq ''}
{assign var=vblty value=$ACTIVITYDATA.visibility}
<td class="cellLabel" width="20%"
align="right"><b>{$LABEL.visibility}</b></td>
<td
class="cellInfo" width="30%" align="left" >{~~$MOD.~~$vblty}</td>
{/if}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5540>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list