From aaa6d5cfdedf52787d055d848ea01e94a249b507 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 24 Jun 2020 08:31:29 +0200 Subject: [PATCH] Fix popup see BT#16815 --- .../default/catalog/course_item_catalog.tpl | 26 +++++-------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/main/template/default/catalog/course_item_catalog.tpl b/main/template/default/catalog/course_item_catalog.tpl index 3aae1fdb6d..7cd5f676c9 100644 --- a/main/template/default/catalog/course_item_catalog.tpl +++ b/main/template/default/catalog/course_item_catalog.tpl @@ -6,7 +6,13 @@ {% if 'ajax' in course.image_url %} {% set class= 'ajax' %} {% endif %} - + {{ course.title }} {% endblock %} @@ -77,25 +83,7 @@ {% else %} {{ field.text }} : {{ field.value }}
{% endif %} - {% endfor %} - -{# {% if course.extra_data_tags %}ss#} -{# {% for tags in course.extra_data_tags %}#} -{#
#} -{# #} -{#
#} -{# {% endfor %}#} -{# {% endif %}#} {% endif %}