From 52d5309bfb3d5c2d95cf6f9f3d87766da407c9ba Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sat, 9 Oct 2021 21:02:05 +0200 Subject: [PATCH] [ticket/16863] Support playing video attachments PHPBB3-16863 --- phpBB/styles/prosilver/template/attachment.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index 7d1b0bb818..7d47ec13d0 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -32,7 +32,9 @@ {% if _file.S_AUDIO_FILE %}
- +
{% if _file.COMMENT %}
{{ _file.COMMENT }}
@@ -41,7 +43,7 @@ {% if _file.UPLOAD_ICON %} {{ _file.UPLOAD_ICON }} {% endif %} - {{ _file.DOWNLOAD_NAME }} + {{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
@@ -50,7 +52,9 @@ {% if _file.S_VIDEO_FILE %}
- +
{% if _file.COMMENT %}
{{ _file.COMMENT }}
@@ -59,7 +63,7 @@ {% if _file.UPLOAD_ICON %} {{ _file.UPLOAD_ICON }} {% endif %} - {{ _file.DOWNLOAD_NAME }} + {{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}