Bugzilla – Attachment 84108 Details for
Bug 22122
Make sequence of Z39.50 search options match in acq and cataloguing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22122: Rearranged inputs from a patrons basket in Acquisitions.
Bug-22122-Rearranged-inputs-from-a-patrons-basket-.patch (text/plain), 3.37 KB, created by
Owen Leonard
on 2019-01-17 00:13:44 UTC
(
hide
)
Description:
Bug 22122: Rearranged inputs from a patrons basket in Acquisitions.
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-01-17 00:13:44 UTC
Size:
3.37 KB
patch
obsolete
>From 1cc6da16adcdb834ee6a2bbc12fd77666d366e0a Mon Sep 17 00:00:00 2001 >From: Ethan Amohia <ethan.amohia@gmail.com> >Date: Wed, 16 Jan 2019 03:26:36 +0000 >Subject: [PATCH] Bug 22122: Rearranged inputs from a patrons basket in > Acquisitions. > >Test Plan: >1. From home page, go to "Acquisitions" >2. Add a test vendor under "New vendor" >3. Give the vendor any name and click "Save" >4. Click "New Basket" >5. Give the basket a name and click "Save" >6. Click on "Add to basket" >7. Click on "From an external source" >8. Note the order of inputs (ISBN, ISSN, Title...) >9. Go back to the homepage >10. Go to "Cataloging" >11. Click on "New from Z39.50/SRU" button. A new window should open >12. The order of inputs under 'Z39.50/SRU Search' should all match the >order of inputs from step 8. (Except "Select MARC framework) > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index aa3cf6c..7765853 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -30,14 +30,14 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <input type="hidden" name="op" id="op" value="do_search" /> > <fieldset class="rows"> > <ol> >- <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle" name="title" value="[% title | html %]" class="focus" /></li> > <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li> >- <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> >- <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li> >- <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> > <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li> >+ <li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle" name="title" value="[% title | html %]" class="focus" /></li> >+ <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> > <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> > <li><label for="srchany">Keyword (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li> >+ <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> >+ <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li> > <li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li> > <li><label for="stdid">Standard ID: </label> <input type="text" id="stdid" name="stdid" value="" /></li> > <li><label for="frameworkcode" >Select MARC framework:</label> >-- >2.1.4
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 22122
:
84039
|
84061
|
84089
|
84108
|
84129