From a5ee9ec98c865bdde00f05a342b0b5ade757442e Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 16 Nov 2011 08:52:18 +0000 Subject: [PATCH] // adding missing admin/themes/template/scenes/form.tpl git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10154 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/scenes/form.tpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 admin-dev/themes/template/scenes/form.tpl diff --git a/admin-dev/themes/template/scenes/form.tpl b/admin-dev/themes/template/scenes/form.tpl new file mode 100644 index 000000000..3cec31bad --- /dev/null +++ b/admin-dev/themes/template/scenes/form.tpl @@ -0,0 +1,15 @@ +{extends file="helper/form/form.tpl"} +{block name="after"} + +{/block}