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

(-)a/authorities/authorities.pl (-1 / +1 lines)
Lines 336-342 sub GetMandatoryFieldZ3950 { Link Here
336
            '110a' => 'authorcorp',
336
            '110a' => 'authorcorp',
337
            '111a' => 'authormeetingcon',
337
            '111a' => 'authormeetingcon',
338
            '130a' => 'uniformtitle',
338
            '130a' => 'uniformtitle',
339
            '150a' => 'topic',
339
            '150a' => 'subject',
340
        };
340
        };
341
    }else{
341
    }else{
342
        return {
342
        return {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +1 lines)
Lines 39-45 Link Here
39
                <div class="row">
39
                <div class="row">
40
                    <fieldset class="rows">
40
                    <fieldset class="rows">
41
                    <ol>
41
                    <ol>
42
                        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li>
42
                        <li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="[% subject | html %]" /></li>
43
                        <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
43
                        <li><label for="subjectsubdiv">Subject sub-division: </label> <input type="text" id="subjectsubdiv" name="subjectsubdiv" value="" /></li>
44
                        <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
44
                        <li><label for="title">Title (any): </label> <input type="text" id="title"  name="title" value="[% title | html %]" /></li>
45
                        <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
45
                        <li><label for="uniformtitle">Title (uniform): </label> <input type="text" id="uniformtitle"  name="uniformtitle" value="[% uniformtitle | html %]" /></li>
46
- 

Return to bug 28160