Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add product edit page to backend.
  • Loading branch information
racke committed Sep 26, 2010
1 parent 49308a8 commit a9d2283
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/backend/components/backend_product_edit
@@ -0,0 +1,3 @@
<form>
[form name="product_edit_main" partial=1]
</form>
9 changes: 9 additions & 0 deletions 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"
]

0 comments on commit a9d2283

Please sign in to comment.