From: Bill Erickson Date: Thu, 12 Mar 2015 20:45:26 +0000 (-0400) Subject: KMAIN-1616 let mkurl() build the URL for us X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d83682176f911abf4bebeb061045d76ffe70ce13;p=working%2FEvergreen.git KMAIN-1616 let mkurl() build the URL for us Instead of manually mangling the URL, let the existing mkurl() routine handle that for us. Signed-off-by: Bill Erickson --- diff --git a/KCLS/openils/var/templates_kcls/opac/parts/searchbar.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/searchbar.tt2 index 6ad823d7c6..24ca6ab77d 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/searchbar.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/searchbar.tt2 @@ -8,15 +8,15 @@ [% l('Search the Catalog') %] [% IF took_care_of_form %] - [% l('Advanced Search') %] [% ELSE %] - [% l('Advanced Search') %] [% END %] | - [% l('Browse the Catalog') %] + [% l('Browse the Catalog') %] diff --git a/KCLS/openils/var/templates_kcls/opac/parts/searchbar_browse.tt2 b/KCLS/openils/var/templates_kcls/opac/parts/searchbar_browse.tt2 index b866cbbb46..c1d908bead 100644 --- a/KCLS/openils/var/templates_kcls/opac/parts/searchbar_browse.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/parts/searchbar_browse.tt2 @@ -11,7 +11,7 @@ | - + [%l('Advanced Search')%]