View | Details | Raw Unified | Return to bug 8169
Collapse All | Expand All

(-)a/cataloguing/z3950_search.pl (+1 lines)
Lines 103-108 my $pars= { Link Here
103
        author => $author,
103
        author => $author,
104
        dewey => $dewey,
104
        dewey => $dewey,
105
        subject => $subject,
105
        subject => $subject,
106
        lccn => $lccn,
106
        lccall => $lccall,
107
        lccall => $lccall,
107
        controlnumber => $controlnumber,
108
        controlnumber => $controlnumber,
108
        stdid => $stdid,
109
        stdid => $stdid,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 112-117 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
112
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
112
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li>
113
        <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
113
        <li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li>
114
        <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
114
        <li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li>
115
        <li><label for="lccn">LC Control Number: </label> <input type="text" id="lccn" name="lccn" value="" /></li>
115
		 <li><label for="srchany">Raw (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li></ol>
116
		 <li><label for="srchany">Raw (any): </label> <input type="text" id="srchany" name="srchany" value="" /></li></ol>
116
  		</fieldset>
117
  		</fieldset>
117
	    </div>
118
	    </div>
118
- 

Return to bug 8169