[wellwell-devel] [wellwell] Add product edit page to backend.

Stefan Hornburg wellwell-devel at rt.icdevgroup.org
Tue Sep 21 19:49:28 UTC 2010


commit 7bf2ab0dbf731d6209b96ff3cad10d07d27c164f
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Tue Sep 21 21:44:24 2010 +0200

    Add product edit page to backend.

 plugins/backend/components/backend_product_edit |    3 +++
 plugins/backend/pages/backend/products/edit.itl |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/plugins/backend/components/backend_product_edit b/plugins/backend/components/backend_product_edit
new file mode 100644
index 0000000..46e845e
--- /dev/null
+++ b/plugins/backend/components/backend_product_edit
@@ -0,0 +1,3 @@
+<form>
+[form name="product_edit_main" partial=1]
+</form>
\ No newline at end of file
diff --git a/plugins/backend/pages/backend/products/edit.itl b/plugins/backend/pages/backend/products/edit.itl
new file mode 100644
index 0000000..c99146d
--- /dev/null
+++ b/plugins/backend/pages/backend/products/edit.itl
@@ -0,0 +1,9 @@
+[compose
+	attributes.htmlhead.title="Backend: Products"
+	
+	components.left="menu=menu_left"
+	attributes.menu_left.name="backend"
+	attributes.menu_left.hooks=1
+
+	components.body="backend_product_edit"
+]



More information about the wellwell-devel mailing list