Commit 8d047cf6 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4551 (Quick reply attachment upload not working)

parent 0fd34352
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@

						{+START,IF_PASSED,ATTACHMENTS}
							{+START,IF,{$BROWSER_MATCHES,simplified_attachments_ui}}
								<input tabindex="7" id="attachment_upload_button" class="for_field_post buttons__thumbnail {$?,{$IS_EMPTY,{COMMENT_URL}},button_screen,button_screen_item}" type="button" value="{!comcode:ADD_IMAGES}" />
								<input tabindex="7" id="attachment_upload_button__post" class="for_field_post buttons__thumbnail {$?,{$IS_EMPTY,{COMMENT_URL}},button_screen,button_screen_item}" type="button" value="{!comcode:ADD_IMAGES}" />
							{+END}
						{+END}