Skip to content

Commit

Permalink
SAK-29680
Browse files Browse the repository at this point in the history
Feedback: Attachment section is not accessible
  • Loading branch information
Miguel Carro Pellicer committed Jul 10, 2015
1 parent 9649132 commit 6f26a6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ description_label=Summary: *
submit_label=Submit
cancel_label=Cancel
attachments_label=Add Attachments:
attachments_select_attachment=Select a file
sender_address_label=Your email address: *
siteupdater_instruction=Select recipient: *
mandatory_title_warning=The title must be between 8 and 40 characters in length
Expand Down
2 changes: 1 addition & 1 deletion feedback/src/webapp/WEB-INF/templates/content.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<span id="feedback-attachments-max-suffix">{{translate 'attachments_max_suffix'}}</span>
</span>
</div>
<input id="feedback-attachment" name="attachment" type="file" class="multi"/><br clear="all"/>
<input id="feedback-attachment" name="attachment" title="{{translate 'attachments_select_attachment'}}" type="file" class="multi"/><br clear="all"/>
<div id="feedback-recaptcha-wrapper">
<div>Enter the text that you see in the box below:</div>
<div id="feedback-recaptcha-block"></div>
Expand Down
2 changes: 1 addition & 1 deletion feedback/src/webapp/WEB-INF/templates/technical.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<span id="feedback-attachments-max-suffix">{{translate 'attachments_max_suffix'}}</span>
</span>
</div>
<input id="feedback-attachment" name="attachment" type="file" class="multi"/><br clear="all"/>
<input id="feedback-attachment" name="attachment" title="{{translate 'attachments_select_attachment'}}" type="file" class="multi"/><br clear="all"/>
<div id="feedback-recaptcha-wrapper">
<div>Enter the text that you see in the box below:</div>
<div id="feedback-recaptcha-block"></div>
Expand Down

0 comments on commit 6f26a6f

Please sign in to comment.