dolibarr/htdocs/societe/canvas
Laurent Destailleur d11cee399a Merge remote-tracking branch 'origin/3.3' into develop
Conflicts:
	COPYRIGHT
	htdocs/core/tpl/freeproductline_create.tpl.php
	htdocs/core/tpl/predefinedproductline_create.tpl.php
	htdocs/install/mysql/tables/llx_c_availability.sql
2013-01-16 15:45:17 +01:00
..
company Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
individual Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
actions_card_common.class.php Merge remote-tracking branch 'origin/3.3' into develop 2013-01-16 15:45:17 +01:00
README Add doc 2010-09-07 17:19:18 +00:00

This directory contains an example on how we can use
the canvas feature to overwrite the thirdparty screen and
sql code by new one.

This directory is used only if thirdpartie's pages are called
with option canvas=newcanvas@societe parameter.
If yes, screens are replaced by template in
htdocs/societe/canvas/newcanvas directory
and actions are also replaced by actions in
htdocs/societe/canvas/newcanvas directory.

In standard usage of Dolibarr, this directory can be removed.