[Vtigercrm-commits] [Vtiger development] #8151: contacts email dashboard widget bug

Vtiger development vtiger-tickets at trac.vtiger.com
Mon Jul 21 12:23:50 GMT 2014


#8151: contacts email dashboard widget bug
-----------------------+--------------------------
 Reporter:  rishab     |       Owner:  developer
     Type:  defect     |      Status:  closed
 Priority:  major      |   Milestone:  6.1.0
Component:  vtigercrm  |     Version:  6.1.0 - wip
 Severity:  High       |  Resolution:  fixed
 Keywords:             |
-----------------------+--------------------------
Changes (by rishab):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In MinilistContents.tpl under
 /vtiger_root/layouts/vlayouts/modules/Dashboard

 around line 28 change
 {{{
 <div class="span{$SPANSIZE} textOverflowEllipsis"
 title="{$RECORD->get($FIELD->get('name'))}">
 }}}

 this to
 {{{
 <div class="span{$SPANSIZE} textOverflowEllipsis"
 title="{strip_tags($RECORD->get($FIELD->get('name')))}">
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8151#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list