Fix translation domain in modales
modifié: templates/backOffice/default/ajax/export-modal.html modifié: templates/backOffice/default/ajax/import-modal.html
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
|
||||||
|
{default_translation_domain domain='bo.default'}
|
||||||
|
|
||||||
{form name="thelia.export"}
|
{form name="thelia.export"}
|
||||||
<form action="{$URL}" method="post" {form_enctype form=$form}>
|
<form action="{$URL}" method="post" {form_enctype form=$form}>
|
||||||
{form_hidden_fields form=$form}
|
{form_hidden_fields form=$form}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
|
||||||
|
{default_translation_domain domain='bo.default'}
|
||||||
|
|
||||||
{form name="thelia.import"}
|
{form name="thelia.import"}
|
||||||
<form action="{$URL}" method="post" {form_enctype form=$form}>
|
<form action="{$URL}" method="post" {form_enctype form=$form}>
|
||||||
{form_hidden_fields form=$form}
|
{form_hidden_fields form=$form}
|
||||||
|
|||||||
Reference in New Issue
Block a user