Bugzilla – Attachment 84039 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), 2.44 KB, created by
Ethan
on 2019-01-16 03:32:15 UTC
(
hide
)
Description:
Bug 22122: Rearranged inputs from a patrons basket in Acquisitions.
Filename:
MIME Type:
Creator:
Ethan
Created:
2019-01-16 03:32:15 UTC
Size:
2.44 KB
patch
obsolete
>From b0459bb93f13b06d1cfceecb52678df9bbb2983a 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. > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 aa3cf6c8ad..56c1419f59 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,12 +30,12 @@ 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="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="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="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="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li> >-- >2.11.0
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