---
 .../prog/en/modules/cataloguing/z3950_search.tmpl  |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
index 21d5fda..e1e9c1e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tmpl
@@ -52,13 +52,16 @@ $(document).ready(function(){
            <fieldset class="rows"> 
                 <ol><li><label for="title">Title: </label> <input type="text" 
id="title"  name="title" value="<!-- TMPL_VAR NAME="title" -->" /></li>
                 <li><label for="isbn">ISBN/ISSN: </label> <input type="text" 
id="isbn" name="isbn" value="<!-- TMPL_VAR NAME="isbn" -->" /></li>
-                <li><label for="lccall">LC Call Number: </label> <input 
type="text" id="lccall" name="lccall" value="" /></li></ol>
+                <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="srchany">Raw (any): </label> <input 
type="text" id="srchany" name="srchany" value="" /></li></ol>
                </fieldset>
            </div>
     <div class="yui-u">
        <fieldset class="rows">          <ol><li><label for="author">Author: 
</label> <input type="text" id="author" name="author" value="<!-- TMPL_VAR 
NAME="author" -->" /><!--  <label for="Keyword">Keyword</label> <input 
type="text" name="keyword" value="" /> --></li>
                 <li> <label for="subject">Subject Heading: </label> <input 
type="text" id="subject" name="subject" value="" /></li>
-                <li><label for="dewey">Dewey: </label> <input type="text" 
id="dewey" name="dewey" value="" /></li></ol></fieldset>
+                <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></ol>
     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->" />
     <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR 
NAME="frameworkcode" -->" />
            </div>
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to