From 9201081461d4692cb72b448823b857d9fd110362 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 1 Jul 2021 21:05:25 +0200 Subject: [PATCH] [ticket/14771] Re-arrange audio controls and make it less cluttered PHPBB3-14771 --- phpBB/styles/prosilver/template/attachment.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index e7c47cc6b6..0fc9972eb1 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -31,14 +31,9 @@ {% if _file.S_AUDIO_FILE %}
-
{% if _file.UPLOAD_ICON %}{{ _file.UPLOAD_ICON }} {% endif %}{{ _file.DOWNLOAD_NAME }}
+
{% if _file.COMMENT %}
{{ _file.COMMENT }}
{% endif %} -
{{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
-
- -
+
{% if _file.UPLOAD_ICON %}{{ _file.UPLOAD_ICON }} {% endif %}{{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
{% endif %}