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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-5 lines)
Lines 930-940 fieldset.rows .inputnote { Link Here
930
    overflow-y: auto;
930
    overflow-y: auto;
931
}
931
}
932
932
933
#z3950_search_targets_auth {
934
    height:     348px;
935
    overflow-y: auto;
936
}
937
938
.z3950checks {
933
.z3950checks {
939
    padding-left: 1em;
934
    padding-left: 1em;
940
}
935
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-3 / +6 lines)
Lines 28-34 Link Here
28
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
28
                    <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li>
29
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
29
                    <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li>
30
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
30
                    <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li>
31
                    <li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
31
                    <li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li>
32
                </ol>
32
                </ol>
33
                </fieldset>
33
                </fieldset>
34
            </div>
34
            </div>
Lines 63-69 Link Here
63
                </div>
63
                </div>
64
            </div>
64
            </div>
65
            </div>
65
            </div>
66
        <fieldset class="action"><input type="submit"  class="submit" value="Search"/> <a class="cancel close" href="#">Cancel</a></fieldset>
66
            <nav class="navbar navbar-default navbar-fixed-bottom">
67
                <div class="container-fluid">
68
                     <fieldset class="action"><input type="submit"  class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
69
                </div>
70
            </nav>
67
        </form>
71
        </form>
68
[% ELSE %]
72
[% ELSE %]
69
    <h2>Results for authority records</h2>
73
    <h2>Results for authority records</h2>
70
- 

Return to bug 19946