From d4329dd6bf7aefd05ff0d098fb025c08f995004e Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Thu, 14 Apr 2011 13:03:22 +0000 Subject: [PATCH] Added dtml file to configurator tool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45437 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../dtml/explainConfiguratorTool.dtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 product/ERP5Configurator/dtml/explainConfiguratorTool.dtml diff --git a/product/ERP5Configurator/dtml/explainConfiguratorTool.dtml b/product/ERP5Configurator/dtml/explainConfiguratorTool.dtml new file mode 100644 index 0000000000..22005c5149 --- /dev/null +++ b/product/ERP5Configurator/dtml/explainConfiguratorTool.dtml @@ -0,0 +1,14 @@ +<dtml-var manage_page_header> +<dtml-var manage_tabs> + +<p>Help on Configurator Tool</p> + +This tool is useful to configure the ERP5 Site. + +It is used as a wizard to enter data, create the +respective objects and configure it. + +It is based on ERP5 Workflow which define the steps +of the configuration. + +<dtml-var manage_page_footer> -- 2.30.9