Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:extensions:colorizer:documentation:listview [2013/12/18 12:06]
swarnat [4. ListView]
en:extensions:colorizer:documentation:listview [2014/12/17 11:16] (current)
swarnat
Line 1: Line 1:
-====== 4. ListView ====== +====== 4. add to ListView ====== 
 +<WRAP center round important 60%> 
 +This only needs to be done in VtigerCRM 5.40! 
 +It works out of the box in 6.x. 
 +</​WRAP>​
 You could show your color settings inside ListView with some limitations. You could show your color settings inside ListView with some limitations.
 You have to insert a snippet into one vTigerCRM core sourcefile, because with basic functions, the extension couldn’t interact with the ListView. You have to insert a snippet into one vTigerCRM core sourcefile, because with basic functions, the extension couldn’t interact with the ListView.
Line 16: Line 19:
  
 == 4. Probably you have to clear the directory Smarty/​templates_c/​ == == 4. Probably you have to clear the directory Smarty/​templates_c/​ ==
 +\\
  
 ==== vtigerCRM 5.40 ==== ==== vtigerCRM 5.40 ====
Line 30: Line 34:
 \\ \\
  
-{{anchor:​non_english:​}}+
 ==== Changes for vtigerCRM systems not using english ==== ==== Changes for vtigerCRM systems not using english ====
 == 1. open /​include/​utils/​ListViewUtils.php == == 1. open /​include/​utils/​ListViewUtils.php ==