[Vtigercrm-commits] [Vtiger development] #8126: Accent problems in advance filters

Vtiger development vtiger-tickets at trac.vtiger.com
Wed Jul 2 20:04:36 GMT 2014


#8126: Accent problems in advance filters
------------------------+-------------------------
 Reporter:  jason       |       Owner:  developer
     Type:  defect      |      Status:  new
 Priority:  unassigned  |   Milestone:  Unassigned
Component:  vtigercrm   |     Version:  6.0.0
 Severity:  Medium      |  Resolution:
 Keywords:              |
------------------------+-------------------------

Comment (by jason):

 Add this fix too :

 vtigercrm/layouts/vlayout/modules/EmailTemplates/EditView.tpl

 57      <td class="fieldLabel
 {$WIDTHTYPE}">{vtranslate('LBL_SELECT_FIELD_TYPE', $MODULE)}</td>
 58      <td class="fieldValue {$WIDTHTYPE}">
 59              <span class="filterContainer" >

 ''60-                   <input type=hidden name="moduleFields" data-
 value='{ZEND_JSON::encode($ALL_FIELDS)}' />''

 '''60+                  <input type="hidden" name="moduleFields" data-
 value='{ZEND_JSON::encode($ALL_FIELDS)|escape}' />'''

 61                      <span class="span4 conditionRow">
 62                              <select class="chzn-select"
 name="modulename" >
 63                                      <option
 value="none">{vtranslate('LBL_SELECT_MODULE',$MODULE)}</option>

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


More information about the vtigercrm-commits mailing list