From: senator Date: Mon, 7 Feb 2011 22:10:38 +0000 (-0500) Subject: basic search "works" inasmuch as it leads to a GET request against the X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=460590cc854b8a3c14951817ef04ab2ad440c484;p=evergreen%2Fequinox.git basic search "works" inasmuch as it leads to a GET request against the results page as it should. not that the results page itself works yet. --- diff --git a/Open-ILS/web/templates/default/opac/parts/libselect.tt2 b/Open-ILS/web/templates/default/opac/parts/libselect.tt2 index 678fcc926c..f41d0e420b 100644 --- a/Open-ILS/web/templates/default/opac/parts/libselect.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/libselect.tt2 @@ -1,6 +1,30 @@ +[% # XXX TODO probably put this BLOCK somewhere else so it can be used widely. + # Org Unit Selector Widget : + # PROCESS build_org_selector id='selector-id' name='selector-name' + BLOCK build_org_selector; + first_run = 0; + IF !org_unit; + org_unit = ctx.aou_tree; + first_run = 1; +%] + + [% END %] +[% END %] + - + [% PROCESS build_org_selector name='loc' %] +
@@ -14,18 +15,19 @@
- - + +
- Search
-
- - -
-
+
+