aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_attach_body.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-04-25 11:26:49 -0700
committerMatt Friedman <maf675@gmail.com>2014-04-25 11:26:49 -0700
commit770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5 (patch)
tree89f7b2a73ce8605d9bdaeef90010a0346176e537 /phpBB/styles/prosilver/template/posting_attach_body.html
parentfe768d460d54d68aeecc392a75a1438b3f3bad34 (diff)
downloadforums-770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5.tar
forums-770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5.tar.gz
forums-770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5.tar.bz2
forums-770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5.tar.xz
forums-770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5.zip
[ticket/12332] Fix displaying attachments with long file names
PHPBB3-12332
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_attach_body.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_attach_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html
index b6f4d13804..4ad66656b2 100644
--- a/phpBB/styles/prosilver/template/posting_attach_body.html
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html
@@ -35,7 +35,7 @@
<tbody class="responsive-skip-empty" id="file-list">
<tr class="attach-row" id="attach-row-tpl">
<td class="attach-name">
- <span class="file-name"></span>
+ <span class="file-name ellipsis-text"></span>
<span class="attach-controls">
<input type="button" value="{L_PLACE_INLINE}" class="button2 hidden file-inline-bbcode" />&nbsp;
<input type="button" value="{L_DELETE_FILE}" class="button2 file-delete" />
@@ -58,7 +58,7 @@
<!-- BEGIN attach_row -->
<tr class="attach-row" data-attach-id="{attach_row.ATTACH_ID}">
<td class="attach-name">
- <span class="file-name"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>
+ <span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>
<span class="attach-controls">
<!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" class="button2 file-inline-bbcode" />&nbsp; <!-- ENDIF -->
<input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" />