dolibarr/htdocs/societe/canvas
2021-11-29 15:09:18 +01:00
..
company update all script tags to be uniform. language="javascript" removed 2021-11-29 15:09:18 +01:00
individual HTML5 - <font> tag is deprecated, replace by <span> 2021-10-05 10:20:35 +02:00
actions_card_common.class.php update all script tags to be uniform. language="javascript" removed 2021-11-29 15:09:18 +01:00
README

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.