aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-07-21 22:24:48 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-07-21 22:24:48 +0200
commit0e2c927551b88e9552f76f79b6e2f2ba7b41fdee (patch)
tree85d71fe692d60ede5420cd6321e7389688c36354
parent091e195717b8e455d0d8fd146e60b50a6633df17 (diff)
parent17ef8a0369042ee8bf714c94ba74e23b4a9c3b5d (diff)
downloadforums-0e2c927551b88e9552f76f79b6e2f2ba7b41fdee.tar
forums-0e2c927551b88e9552f76f79b6e2f2ba7b41fdee.tar.gz
forums-0e2c927551b88e9552f76f79b6e2f2ba7b41fdee.tar.bz2
forums-0e2c927551b88e9552f76f79b6e2f2ba7b41fdee.tar.xz
forums-0e2c927551b88e9552f76f79b6e2f2ba7b41fdee.zip
Merge pull request #5625 from marc1706/ticket/16093
[ticket/16093] Do not display attach-row-tpl
-rw-r--r--phpBB/styles/prosilver/template/posting_attach_body.html2
-rw-r--r--phpBB/styles/prosilver/theme/plupload.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html
index b46e9c9175..ff5bfe1b55 100644
--- a/phpBB/styles/prosilver/template/posting_attach_body.html
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html
@@ -34,7 +34,7 @@
</tr>
</thead>
<tbody class="responsive-skip-empty file-list" id="file-list">
- <tr class="attach-row" id="attach-row-tpl">
+ <tr class="attach-row attach-row-tpl" id="attach-row-tpl">
<td class="attach-name">
<span class="file-name ellipsis-text"></span>
<span class="attach-controls">
diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css
index f466803964..b1f3ae2da8 100644
--- a/phpBB/styles/prosilver/theme/plupload.css
+++ b/phpBB/styles/prosilver/theme/plupload.css
@@ -3,6 +3,10 @@
margin-bottom: 1em;
}
+.attach-row-tpl {
+ display: none;
+}
+
.file-list td {
vertical-align: middle;
}