====== 5. add to Edit/Create ====== This only needs to be done in VtigerCRM 5.40! It works out of the box in 6.x. You could apply the Colors/Actions also to the EditView. The following Modifications have to be done in multiple files, but are equal in every file! * Smarty/tempates/Inventory/InventoryCreateView.tpl * Smarty/templates/Inventory/InventoryEditView.tpl * Smarty/tempates/salesEditView.tpl == Insert at the end of the file == {include_php file='./modules/Colorizer/EditViewGenerator.php'} == Search == {else} {$header} {/if} {include file="DisplayFields.tpl"} == replace the complete block with == {else}
{$header} {/if}
{include file="DisplayFields.tpl"}