aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_attach_body.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-18 19:00:41 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:25:11 -0800
commit9a21dec1b609db71bd9ed6b3b74c16d2d8418029 (patch)
tree8913cc979d89ce2bd60205da802a8af5e2b52e88 /phpBB/styles/prosilver/template/posting_attach_body.html
parent702efc849694f6acc15f60e0398b938b4021d7af (diff)
downloadforums-9a21dec1b609db71bd9ed6b3b74c16d2d8418029.tar
forums-9a21dec1b609db71bd9ed6b3b74c16d2d8418029.tar.gz
forums-9a21dec1b609db71bd9ed6b3b74c16d2d8418029.tar.bz2
forums-9a21dec1b609db71bd9ed6b3b74c16d2d8418029.tar.xz
forums-9a21dec1b609db71bd9ed6b3b74c16d2d8418029.zip
[ticket/11915] Replace inline onclick event for inserting attachment bbcodes.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_attach_body.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_attach_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html
index 348aded5c1..8a2004c29b 100644
--- a/phpBB/styles/prosilver/template/posting_attach_body.html
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html
@@ -64,7 +64,7 @@
<td class="attach-name">
<span class="file-name"><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}" onclick="attach_inline({attach_row.ASSOC_INDEX}, '{attach_row.A_FILENAME}');" class="button2 file-inline-bbcode" />&nbsp; <!-- ENDIF -->
+ <!-- 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" />
</span>
<span class="clear"></span>