[Vtigercrm-commits] [vtiger development] #5562: Report column title prefixed

vtiger development vtiger-tickets at trac.vtiger.com
Mon Jun 29 11:48:07 EDT 2009


#5562: Report column title prefixed
------------------------+---------------------------------------------------
  Reporter:  prasad     |       Owner:  sandeep   
      Type:  defect     |      Status:  reopened  
  Priority:  minor      |   Milestone:  5.1.0     
 Component:  vtigercrm  |     Version:  5.1.0-val1
Resolution:             |    Keywords:            
------------------------+---------------------------------------------------
Comment (by Pierluigi.Bucolo):

 Fix for Report Name Title (Print Report), file
 Smarty/templates/PrintReport.tpl

 Originale Code:
 <td align="left" valign="top" style="border:0px solid #000000;">
 <h2>{$MOD.REPORT_NAME}</h2>
 <font  color="#666666"><div id="report_info"></div></font>

 Modified Code (changed second row):
 <td align="left" valign="top" style="border:0px solid #000000;">
 <h2>{$REPORT_NAME}</h2>
 <font  color="#666666"><div id="report_info"></div></font>

 Remaining open the issue in the Header Names, containt Module Name in when
 "Print Report" is clicked.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5562#comment:8>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list