From 346709cece7e3056a7d59c41b4aea564c6a76125 Mon Sep 17 00:00:00 2001 From: Dan Pearl Date: Tue, 26 Aug 2014 16:07:41 -0400 Subject: [PATCH] LP#1190508: Rename certain image files to avoid Ad Block Plus's blacklist Ad Block Plus was blocking images with /images/adv_ in their pathname. It is presumed that "adv" was short for "advertisement". I have renamed the files and the references to avoid the ABP blacklist. Signed-off-by: Dan Pearl Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- .../src/templates/opac/parts/advanced/expert.tt2 | 2 +- .../templates/opac/parts/advanced/global_row.tt2 | 2 +- .../templates/opac/parts/staff_saved_searches.tt2 | 4 ++-- ...v_row_close_btn.png => expert_row_close_btn.png} | Bin ...rch_minus_btn.png => staff_search_minus_btn.png} | Bin ...earch_plus_btn.png => staff_search_plus_btn.png} | Bin 6 files changed, 4 insertions(+), 4 deletions(-) rename Open-ILS/web/images/{adv_row_close_btn.png => expert_row_close_btn.png} (100%) rename Open-ILS/web/images/{adv_search_minus_btn.png => staff_search_minus_btn.png} (100%) rename Open-ILS/web/images/{adv_search_plus_btn.png => staff_search_plus_btn.png} (100%) diff --git a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 index 8b8849d177..85e2ca2c29 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 @@ -22,7 +22,7 @@ - [% l('Remove Search Row') %] diff --git a/Open-ILS/src/templates/opac/parts/advanced/global_row.tt2 b/Open-ILS/src/templates/opac/parts/advanced/global_row.tt2 index 6302a297e6..37430472c5 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/global_row.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/global_row.tt2 @@ -50,7 +50,7 @@ - [% l('Remove row') %] diff --git a/Open-ILS/src/templates/opac/parts/staff_saved_searches.tt2 b/Open-ILS/src/templates/opac/parts/staff_saved_searches.tt2 index 0250651caa..ade1290293 100644 --- a/Open-ILS/src/templates/opac/parts/staff_saved_searches.tt2 +++ b/Open-ILS/src/templates/opac/parts/staff_saved_searches.tt2 @@ -6,9 +6,9 @@
[% IF ctx.saved_searches_expanded %] - [% l('Collapse') %] + [% l('Collapse') %] [% ELSE %] - [% l('Expand') %] + [% l('Expand') %] [% END %]
 
diff --git a/Open-ILS/web/images/adv_row_close_btn.png b/Open-ILS/web/images/expert_row_close_btn.png similarity index 100% rename from Open-ILS/web/images/adv_row_close_btn.png rename to Open-ILS/web/images/expert_row_close_btn.png diff --git a/Open-ILS/web/images/adv_search_minus_btn.png b/Open-ILS/web/images/staff_search_minus_btn.png similarity index 100% rename from Open-ILS/web/images/adv_search_minus_btn.png rename to Open-ILS/web/images/staff_search_minus_btn.png diff --git a/Open-ILS/web/images/adv_search_plus_btn.png b/Open-ILS/web/images/staff_search_plus_btn.png similarity index 100% rename from Open-ILS/web/images/adv_search_plus_btn.png rename to Open-ILS/web/images/staff_search_plus_btn.png -- 2.43.2