This commit is contained in:
Franck Allimant
2013-12-05 13:03:01 +01:00
3 changed files with 484 additions and 462 deletions

View File

@@ -5,7 +5,7 @@
allow to create a customer in admin panel
translation is implemented :
- I18n directory in template or module.
- multiple extensions are available. We choose to used php but you can use other.
- multiple extensions are available. We choose to use php but you can use other.
- You can translate your template or module from the admin.
Admin hook exists. With this hooks, a module can insert code in admin pages
Admin hooks exist. With this hooks, a module can insert code in admin pages

File diff suppressed because it is too large Load Diff

View File

@@ -108,7 +108,7 @@
</div>
<div class="tab-pane fade" id="modules">
<div class="text-center"><span class="loading">{intl l="Please wait, loading"}</span></div>
{module_include location='product-edit'}
</div>
</div>
</div>