[Vtigercrm-commits] [vtiger development] #4063: In Calendar 2 Hardcoded buttons in ActivityEditView.tpl

vtiger development vtiger-tickets at vtiger.fosslabs.com
Fri Jun 29 14:02:43 EDT 2007


#4063: In Calendar 2 Hardcoded buttons in ActivityEditView.tpl
-----------------------------------------------------------+----------------
 Reporter:  tzenk1                                         |       Owner:  developer
     Type:  patch                                          |      Status:  new      
 Priority:  trivial                                        |   Milestone:  5.0.4    
Component:  vtigercrm                                      |     Version:  5.0.3    
 Keywords:  Hardcoded Buttons, i18n, ActivityEditView.tpl  |  
-----------------------------------------------------------+----------------
 Coming from Calendar> Related to > in ActivityEditView.tpl 2 Buttons are
 hardcoded . 1 is called "Select Contacts", 2 is called "Select".

 fixed it this way:
 The translations are already in the include/lang files on row 105+102

 So for 1 in row 632 in ActivityEditView.tpl i changed

 value="Select Contact"
 to
 value="{$APP.LBL_SELECT_CONTACT_BUTTON_LABEL}"
 ------------------------------------------------------

 For 2 in row 622 in ActivityEditView.tpl i changed

 value="Select"
 to
 value="{$APP.LBL_SELECT_BUTTON_LABEL}"

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4063>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list