Skip to content

Commit

Permalink
SAK-41599 Associate i18n prop with its helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos authored and Miguel Pellicer committed Apr 2, 2019
1 parent 58abcfe commit 7c0b763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
#else
<a href="#toolLinkParam("FilePickerAction" "doExpandall" "collectionId=$validator.escapeUrl($collectionId)")" title ="$stlang.getString('label.expand.all')">
<span class="fa fa-expand" aria-hidden="true"></span>
<span class="sr-only">$tlang.getString('label.expand.all')</span>
<span class="sr-only">$stlang.getString('label.expand.all')</span>
</a>
#end
<a href="#toolLinkParam("FilePickerAction" "doSort" "criteria=title&collectionId=$validator.escapeUrl($collectionId)")" title ="$tlang.getString('sh.sorttit')">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ $(document).ready(function() {
#else
<a href="#toolLinkParam("ResourcesAction" "doExpandall" "collectionId=$validator.escapeUrl($collectionId)")" title ="$stlang.getString('label.expand.all')">
<span class="fa fa-expand" aria-hidden="true"></span>
<span class="sr-only">$tlang.getString('label.expand.all')</span>
<span class="sr-only">$stlang.getString('label.expand.all')</span>
</a>
#end
<a href="#toolLinkParam("ResourcesAction" "doSort" "criteria=title&collectionId=$validator.escapeUrl($collectionId)")" title ="$tlang.getString('sh.sorttit')">
Expand Down

0 comments on commit 7c0b763

Please sign in to comment.