From 6d728f64d2cb1e8293282b1f9ae260050ce43c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Arag=C3=B3n?= Date: Wed, 18 Apr 2018 16:56:14 -0500 Subject: [PATCH] fix service process - refs BT#11338 --- .../buycourses/view/service_information.tpl | 40 +++++++++++-------- plugin/buycourses/view/service_process.tpl | 2 +- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/plugin/buycourses/view/service_information.tpl b/plugin/buycourses/view/service_information.tpl index 351a105196..14b20d84ff 100644 --- a/plugin/buycourses/view/service_information.tpl +++ b/plugin/buycourses/view/service_information.tpl @@ -9,18 +9,18 @@
{% if service.video_url %} -
-
- {{ essence.replace(service.video_url) }} -
+
+
+ {{ essence.replace(service.video_url) }}
+
{% elseif service.image %} -
- - {{ service.name }} - -
+
+ + {{ service.name }} + +
{% endif %}
{% endif %}
-

{{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }} : +

{{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') } + } : {% if service.applies_to == 1 %} {{ 'User'|get_lang }} {% elseif service.applies_to == 2 %} @@ -74,13 +75,15 @@

- {{ 'Total'|get_lang }} : {{ service.currency == 'BRL' ? 'R$' : service.currency }} {{ service.price }} + {{ 'Total'|get_lang }} + : {{ service.currency == 'BRL' ? 'R$' : service.currency }} {{ service.price }}
@@ -90,13 +93,16 @@
-
-

{{ 'ServiceInformation'|get_plugin_lang('BuyCoursesPlugin') }}

- {{ service.service_information }} + +
+ {{ service.service_information }} +
diff --git a/plugin/buycourses/view/service_process.tpl b/plugin/buycourses/view/service_process.tpl index 15cddadfa5..5d7a3be0e8 100644 --- a/plugin/buycourses/view/service_process.tpl +++ b/plugin/buycourses/view/service_process.tpl @@ -17,7 +17,7 @@