aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-11-13 20:36:18 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-11-13 20:36:18 +0100
commit607865d97a93cc86ff39953aa0c6303e5ead905d (patch)
treebf658c0527d4d590be406bbe63f9f336d2feef28 /phpBB/styles
parent904b2f5d7f472e479086f2016b73e56ad10f125f (diff)
parent8b156c3d837a3a4ae8eac8d1a38df3e5fda150c9 (diff)
downloadforums-607865d97a93cc86ff39953aa0c6303e5ead905d.tar
forums-607865d97a93cc86ff39953aa0c6303e5ead905d.tar.gz
forums-607865d97a93cc86ff39953aa0c6303e5ead905d.tar.bz2
forums-607865d97a93cc86ff39953aa0c6303e5ead905d.tar.xz
forums-607865d97a93cc86ff39953aa0c6303e5ead905d.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10879] Remove arrow icon from attachment link in editor
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 c206cc3181..be45993cef 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}{L_COLON}</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" />