Bugzilla – Attachment 12145 Details for
Bug 8759
Add labels for library and sorting on OPAC advanced search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8759 - Add labels for library and sorting on opac advanced search
SIGNED-OFF-Bug-8759---Add-labels-for-library-and-s.patch (text/plain), 1.55 KB, created by
Owen Leonard
on 2012-09-11 18:09:10 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8759 - Add labels for library and sorting on opac advanced search
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-09-11 18:09:10 UTC
Size:
1.55 KB
patch
obsolete
>From 4cc788a45a25ab0c8572831b4629e5afd891f03a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 11 Sep 2012 10:23:38 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8759 - Add labels for library and sorting > on opac advanced search >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >index 6ed2b86..5587f48 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >@@ -261,7 +261,8 @@ > <!-- AVAILABILITY LIMITS --> > [% UNLESS ( singleBranchMode ) %] > <div id="location" class="container"><fieldset><legend>Location and availability: </legend> >- >+ >+ <label for="branchloop">Library:</label> > <select name="limit" id="branchloop"> > <option value="">All libraries</option> > [% FOREACH BranchesLoo IN BranchesLoop %] >@@ -288,8 +289,8 @@ > </div> > <div class="yui-u"> > <!-- RANK LIMITS --> >- <div id="sortby" class="container"><fieldset><legend>Sort by: </legend> >- <select id="sort_by" name="sort_by"> >+ <div id="sortby" class="container"><fieldset><legend>Sorting: </legend> >+ <label for="sort_by">Sort by:</label> <select id="sort_by" name="sort_by"> > [% INCLUDE 'resort_form.inc' %] > </select></fieldset></div> > <!-- RANK LIMITS --> >-- >1.7.9.5
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 8759
:
12134
| 12145