Bugzilla – Attachment 2501 Details for
Bug 5013
"New patron" menu button broken on circulation patron select screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-5013-Advanced-patron-search-category-pull-down-b.patch (text/plain), 2.65 KB, created by
Katrin Fischer
on 2010-08-10 23:24:25 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2010-08-10 23:24:25 UTC
Size:
2.65 KB
patch
obsolete
>From 907a45490a3e5320611130cf29720dd51edafb0f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 10 Aug 2010 01:14:37 +0200 >Subject: [PATCH] Bug 5013: Advanced patron search category pull down broken >Content-Type: text/plain; charset="utf-8" > >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5013
:
2368
|
2382
| 2501