Skip to content

Commit

Permalink
SAK-40204 JAWS Accessibility - Announcement Attachment (sakaiproject#…
Browse files Browse the repository at this point in the history
…6021)

* SAK-40204 JAWS Accessibility - Announcement Attachment

* grammar
  • Loading branch information
josecebe authored and Miguel Pellicer committed Sep 20, 2018
1 parent 90aa9b4 commit 1ed7d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ gen.sortbyforasc = Sort by audience ascending
gen.sortbyfordesc = Sort by audience descending
gen.newwindow = Opens in a new window

gen.includeattachments = This announcement includes attachments

gen.editdraft = Edit draft announcement
# {0} is the announcement subject
gen.editdraft.subject = Edit draft announcement {0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@
#end
#if ($size == 0)
#else
<i class="fa fa-paperclip"></i>
<span class="fa fa-paperclip" aria-hidden="true"></span>
<span class="sr-only">$tlang.getString('gen.includeattachments')</span>
#end

#if ($ann_item.Header.draft)
Expand Down Expand Up @@ -559,7 +560,8 @@
#end
#if ($size == 0)
#else
<i class="fa fa-paperclip"></i>
<span class="fa fa-paperclip" aria-hidden="true"></span>
<span class="sr-only">$tlang.getString('gen.includeattachments')</span>
#end

#if ($ann_item.Header.draft)
Expand Down

0 comments on commit 1ed7d26

Please sign in to comment.