diff --git a/templates/mobile/common/index.html.twig b/templates/mobile/common/index.html.twig index cadf1051c3..c62d468f09 100644 --- a/templates/mobile/common/index.html.twig +++ b/templates/mobile/common/index.html.twig @@ -15,23 +15,6 @@ margin: 0px; padding: 0px; } - - .ui-content{ - height: 85%; - width: 100%; - margin: 0px; - padding: 0px; - display:table; - } - - #map { - height: 100%; - width: 100%; - padding: 0px; - display:table-cell; - vertical-align: middle; - text-align: center - } {% block stylesheet %}{% endblock %} {% block icon %}{% endblock %} diff --git a/templates/mobile/common/thumbnail.html.twig b/templates/mobile/common/thumbnail.html.twig index b8d676b229..537e608cef 100644 --- a/templates/mobile/common/thumbnail.html.twig +++ b/templates/mobile/common/thumbnail.html.twig @@ -72,7 +72,6 @@ {% macro format100percent(thumbnail, extraclass)%} {% set record_type = thumbnail.get_type() %} -
{% if record_type == 'VIDEO_MP4' or record_type == 'VIDEO_FLV' %} {% set random = thumbnail.get_random() %}
@@ -102,8 +101,7 @@ "{{thumbnail.get_width()}}", "{{thumbnail.get_height()}}", "9.0.0", false, false, {menu: "false",flashvars: "playerID=2&autostart=yes&noinfo=yes&animation=no&remaining=yes&soundFile={{thumbnail.get_url()}}", movie: "/include/jslibs/audio-player/player.swf", allowFullScreen :"true",wmode: "transparent"}, false); {% else %} - + {% endif %} -
{% endmacro %} diff --git a/templates/mobile/lightbox/basket_element.html.twig b/templates/mobile/lightbox/basket_element.html.twig index ddfb3aac0d..683d9177c8 100644 --- a/templates/mobile/lightbox/basket_element.html.twig +++ b/templates/mobile/lightbox/basket_element.html.twig @@ -8,17 +8,32 @@ {% block stylesheet %} + + {% endblock %} {% block content %} {% set record = basket_element.getRecord(app) %} -
+
Back

{{basket_element.getOrd()}} - {{record.get_title()}}

Home
-
+
{{ thumbnail.format100percent(record.get_preview()) }} {% if basket_element.getBasket().getValidation() %} {% if basket_element.getBasket().getValidation().getParticipant(app['authentication'].getUser(), app).getCanAgree() %} @@ -44,11 +59,5 @@
-
{% endblock %} diff --git a/templates/mobile/lightbox/feed_element.html.twig b/templates/mobile/lightbox/feed_element.html.twig index 3ae130a7c4..0700f147ea 100644 --- a/templates/mobile/lightbox/feed_element.html.twig +++ b/templates/mobile/lightbox/feed_element.html.twig @@ -8,6 +8,21 @@ {% block stylesheet %} + + {% endblock %} {% block content %} @@ -22,13 +37,5 @@ {{ thumbnail.format100percent(record.get_preview()) }}
- -
-
{% endblock %} diff --git a/templates/web/common/macros.html.twig b/templates/web/common/macros.html.twig index 8fc16710ef..aa1a244d83 100644 --- a/templates/web/common/macros.html.twig +++ b/templates/web/common/macros.html.twig @@ -78,4 +78,4 @@
{% endfor %} {% endfor %} -{% endmacro %} \ No newline at end of file +{% endmacro %}