From fa3bf88346b5daab7699eb3fb370b5c6caa0d6c6 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Fri, 19 May 2017 18:14:57 +0200 Subject: [PATCH] Fix in translations --- .../templates/utils/translations.phtml | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 paramecio/citoplasma/templates/utils/translations.phtml diff --git a/paramecio/citoplasma/templates/utils/translations.phtml b/paramecio/citoplasma/templates/utils/translations.phtml new file mode 100644 index 0000000..4f13670 --- /dev/null +++ b/paramecio/citoplasma/templates/utils/translations.phtml @@ -0,0 +1,61 @@ +

+

+ ${lang('admin', 'modules', 'Modules')} + ${form_module.form()|n} + +
+ +
+% if len(arr_i18n_form): + +

+ + % for i18n_form in arr_i18n_form: + +

${i18n_form.form()|n}

+ + % endfor + +

+ +% endif +${csrf_token("csrf_token")|n} +
+

+ +