aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-13 20:26:49 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-13 20:26:49 +0100
commit170967c48a583e4db5fa1131e23d7abe71681ae6 (patch)
treef9eeaf7063721b254310b2f236492a23bc344163 /phpBB/styles
parent3ebabc8da2b04a8ec157345b7c8185b5440cb5ee (diff)
downloadforums-170967c48a583e4db5fa1131e23d7abe71681ae6.tar
forums-170967c48a583e4db5fa1131e23d7abe71681ae6.tar.gz
forums-170967c48a583e4db5fa1131e23d7abe71681ae6.tar.bz2
forums-170967c48a583e4db5fa1131e23d7abe71681ae6.tar.xz
forums-170967c48a583e4db5fa1131e23d7abe71681ae6.zip
[ticket/10879] Remove arrow icon from attachment link in editor
If you upload a file with a long filename the filename will partially cover the arrow icon background image. Remove the icon as it's not needed anyways. PHPBB3-10879
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 5b3f2beed0..5acdb3a08c 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -165,7 +165,7 @@
<dt><label for="comment_list_{attach_row.ASSOC_INDEX}">{L_FILE_COMMENT}:</label></dt>
<dd><textarea name="comment_list[{attach_row.ASSOC_INDEX}]" id="comment_list_{attach_row.ASSOC_INDEX}" rows="1" cols="35" class="inputbox">{attach_row.FILE_COMMENT}</textarea></dd>
- <dd><a href="{attach_row.U_VIEW_ATTACHMENT}" class="{S_CONTENT_FLOW_END}">{attach_row.FILENAME}</a></dd>
+ <dd><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></dd>
<dd style="margin-top: 5px;">
<!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" onclick="attach_inline({attach_row.ASSOC_INDEX}, '{attach_row.A_FILENAME}');" class="button2" />&nbsp; <!-- ENDIF -->
<input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2" />