LP1970476: Restore Localization Function Wrapper
authorJason Stephenson <jason@sigio.com>
Fri, 10 Feb 2023 15:06:03 +0000 (10:06 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 31 Mar 2023 15:58:23 +0000 (11:58 -0400)
The previous commit removed the l() function wrapper from two bits of
text when it probably should not have.  This commiet restores it.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2

index df4d377..5976119 100755 (executable)
@@ -5,8 +5,8 @@
 <form action="[% ctx.opac_root %]/results" method="get">
 <div id='adv_global_search' class='data_grid data_grid_center'>
     <div id='adv_search_rows' class="container">
-        <h1 class="text-center">Advanced Search</h1>
-        <h2 class="text-center">Refine your search by filling out one or more fields to search by below.</h2>
+        <h1 class="text-center">[% l('Advanced Search') %]</h1>
+        <h2 class="text-center">[% l('Refine your search by filling out one or more fields to search by below.') %]</h2>
         <div class='adv_global_input_container row'>
             <table role="presentation" id="adv_global_input_table" class="mx-auto col-12">
                 <tbody id="adv_global_tbody">