The pull down for category in patron's advanced search was only showing any and
no patron categories.
---
.../prog/en/includes/patron-search.inc | 2 +-
.../prog/en/modules/members/search.tmpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
index 803184b..d1b096e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
@@ -67,7 +67,7 @@ YAHOO.util.Event.onContentReady("header_search", function() {
<option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR
name="branchname" --></option><!-- /TMPL_IF -->
<!-- /TMPL_LOOP --></select>
<label for="categorycode">Category: </label><select
name="categorycode" id="categorycode">
- <option value="">Any</option><!-- TMPL_LOOP name="categoryloop" -->
+ <option value="">Any</option><!-- TMPL_LOOP name="categories" -->
<!-- TMPL_IF NAME="selected" -->
<option value="<!-- TMPL_VAR name="categorycode" -->"
selected="selected"><!-- TMPL_VAR name="description" --></option><!-- TMPL_ELSE
-->
<option value="<!-- TMPL_VAR name="categorycode" -->"><!-- TMPL_VAR
name="description" --></option><!-- /TMPL_IF -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
index 094e375..86d1baf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tmpl
@@ -11,7 +11,7 @@
<option value="<!-- TMPL_VAR name="value" -->"><!-- TMPL_VAR
name="branchname" --></option><!-- /TMPL_IF -->
<!-- /TMPL_LOOP --></select></li>
<li><label for="categorycode">Category: </label><select name="categorycode"
id="categorycode">
- <option value="">Any</option><!-- TMPL_LOOP name="categoryloop" -->
+ <option value="">Any</option><!-- TMPL_LOOP name="categories" -->
<!-- TMPL_IF NAME="selected" -->
<option value="<!-- TMPL_VAR name="categorycode" -->"
selected="selected"><!-- TMPL_VAR name="description" --></option><!-- TMPL_ELSE
-->
<option value="<!-- TMPL_VAR name="categorycode" -->"><!-- TMPL_VAR
name="description" --></option><!-- /TMPL_IF -->
--
1.6.3.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches