Bugzilla – Attachment 12134 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]
Bug 8759 - Add labels for library and sorting on opac advanced search
Bug-8759---Add-labels-for-library-and-sorting-on-o.patch (text/plain), 1.50 KB, created by
Kyle M Hall (khall)
on 2012-09-11 14:23:43 UTC
(
hide
)
Description:
Bug 8759 - Add labels for library and sorting on opac advanced search
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-11 14:23:43 UTC
Size:
1.50 KB
patch
obsolete
>From 9b542fdcf6401ff466200c7ebc394bc432ff6e3c 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] Bug 8759 - Add labels for library and sorting on opac advanced search >Content-Type: text/plain; charset="utf-8" > >--- > .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 7 ++++--- > 1 files 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..aa22c63 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.2.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