mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-13 20:32:11 +02:00
[ticket/16093] Do not display attach-row-tpl
PHPBB3-16093
This commit is contained in:
parent
9e9bdb69b5
commit
17ef8a0369
@ -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">
|
||||
|
@ -3,6 +3,10 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.attach-row-tpl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.file-list td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user