qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
3 additions
and
3 deletions
| ... | @@ -20687,7 +20687,7 @@ | ... | @@ -20687,7 +20687,7 @@ |
| 20687 | }); | 20687 | }); |
| 20688 | $(".searchandfilter ul li:contains('hidden')").hide(); | 20688 | $(".searchandfilter ul li:contains('hidden')").hide(); |
| 20689 | if ($('html:lang(fr-FR)')) { | 20689 | if ($('html:lang(fr-FR)')) { |
| 20690 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="Effacer tout" ></li>').appendTo(jQuery('#advance-search-modal .searchandfilter ul:first-child ')); | 20690 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="EFFACER TOUT" ></li>').appendTo(jQuery('#advance-search-modal .searchandfilter ul:first-child ')); |
| 20691 | } else { | 20691 | } else { |
| 20692 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="CLEAR ALL" ></li>').appendTo(jQuery('#advance-search-modal .searchandfilter ul:first-child ')); | 20692 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="CLEAR ALL" ></li>').appendTo(jQuery('#advance-search-modal .searchandfilter ul:first-child ')); |
| 20693 | } | 20693 | } | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -35,7 +35,7 @@ var Search = (function($) { | ... | @@ -35,7 +35,7 @@ var Search = (function($) { |
| 35 | 35 | ||
| 36 | $(".searchandfilter ul li:contains('hidden')").hide(); | 36 | $(".searchandfilter ul li:contains('hidden')").hide(); |
| 37 | if ($( 'html:lang(fr-FR)')) { | 37 | if ($( 'html:lang(fr-FR)')) { |
| 38 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="Effacer tout" ></li>').appendTo( jQuery( '#advance-search-modal .searchandfilter ul:first-child ' ) ); | 38 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="EFFACER TOUT" ></li>').appendTo( jQuery( '#advance-search-modal .searchandfilter ul:first-child ' ) ); |
| 39 | }else{ | 39 | }else{ |
| 40 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="CLEAR ALL" ></li>').appendTo( jQuery( '#advance-search-modal .searchandfilter ul:first-child ' ) ); | 40 | $('<li class="sf-field-reset"><input type="submit" class="search-filter-reset-custom" value="CLEAR ALL" ></li>').appendTo( jQuery( '#advance-search-modal .searchandfilter ul:first-child ' ) ); |
| 41 | } | 41 | } | ... | ... |
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | Theme Name: MSF CA Child | 2 | Theme Name: MSF CA Child |
| 3 | Author: Tenzing Communications | 3 | Author: Tenzing Communications |
| 4 | Template: msf-ca | 4 | Template: msf-ca |
| 5 | Version: 1.0.9 | 5 | Version: 1.0.10 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment