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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-2 / +10 lines)
Lines 179-184 Link Here
179
            </ol>
179
            </ol>
180
        </fieldset>
180
        </fieldset>
181
        [% END %]
181
        [% END %]
182
        <fieldset class="action"> <input type="submit" value="Search" class="submit" id="search" /> <input type="reset" id="clear-form" value="Clear form"> <a id="cancel" class="cancel close" href="#">Cancel</a>
182
183
        </fieldset>
183
        <nav class="navbar navbar-default navbar-fixed-bottom">
184
            <div class="container-fluid">
185
                <fieldset class="action">
186
                    <input type="submit" class="btn btn-primary" id="search" value="Search" />
187
                    <input type="reset" id="clear-form" class="btn btn-default" value="Clear form" />
188
                    <button type="button" class="btn btn-default close_window">Close window</button>
189
                </fieldset>
190
            </div>
191
        </nav>
184
</form>
192
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt (-11 lines)
Lines 8-24 Link Here
8
    [% t("Koha") | html %]
8
    [% t("Koha") | html %]
9
[% END %]</title>
9
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<style>
12
#clear-form {
13
    border:0;
14
    background:none;
15
    color:#004d99;
16
    padding-left:1em;
17
}
18
#clear-form:hover {
19
    color:#538200;
20
}
21
</style>
22
</head>
11
</head>
23
12
24
<body id="auth_auth_finder" class="auth">
13
<body id="auth_auth_finder" class="auth">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-11 / +5 lines)
Lines 19-33 Link Here
19
.usefor li {
19
.usefor li {
20
    list-style-type: none;
20
    list-style-type: none;
21
}
21
}
22
#clear-form {
23
    border:0;
24
    background:none;
25
    color:#004d99;
26
    padding-left:1em;
27
}
28
#clear-form:hover {
29
    color:#538200;
30
}
31
</style>
22
</style>
32
</head>
23
</head>
33
24
Lines 60-66 Link Here
60
                [% ELSE %]
51
                [% ELSE %]
61
                    
52
                    
62
                
53
                
63
            </div><p>No results found</p>[% END %]
54
            </div>
55
            <div class="dialog message">
56
                <p>No results found</p>
57
            </div>
58
            [% END %]
64
        </div>
59
        </div>
65
        [% IF ( result ) %]<div id="resultlist">
60
        [% IF ( result ) %]<div id="resultlist">
66
            <table>
61
            <table>
67
- 

Return to bug 35857