dolibarr/htdocs/societe/canvas
Laurent Destailleur f47e80dca1 Fix: W3C
2011-08-31 14:55:54 +00:00
..
default Fix: W3C 2011-08-31 14:55:54 +00:00
individual Fix: W3C 2011-08-31 14:55:54 +00:00
actions_card_common.class.php Qual: Mark parent class that should not be instantiated as "abstract". 2011-08-28 14:58:29 +00: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.