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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +1 lines)
Lines 275-281 tr { Link Here
275
    }
275
    }
276
}
276
}
277
277
278
.table_borrowers {
278
.selections-table {
279
    tr {
279
    tr {
280
        &:hover {
280
        &:hover {
281
            td {
281
            td {
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+6 lines)
Lines 2765-2770 li { Link Here
2765
    }
2765
    }
2766
}
2766
}
2767
2767
2768
.toptabs {
2769
        .ui-tabs-panel {
2770
            background: #FFF none;
2771
        }
2772
}
2773
2768
.authref {
2774
.authref {
2769
    font-style: normal;
2775
    font-style: normal;
2770
    text-indent: 4em;
2776
    text-indent: 4em;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc (-2 / +1 lines)
Lines 1-6 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
<legend>Patron selection</legend>
2
<table id="table_borrowers" class="selections-table">
3
<table id="table_borrowers" class="table_borrowers">
4
    <thead>
3
    <thead>
5
        <tr>
4
        <tr>
6
            <th>Name</th>
5
            <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc (-2 / +2 lines)
Lines 1-4 Link Here
1
<table id="clubs-table">
1
<table id="clubs-table" class="selections-table">
2
    <thead>
2
    <thead>
3
        <tr>
3
        <tr>
4
            <th>Name</th>
4
            <th>Name</th>
Lines 29-35 Link Here
29
            [% ELSE %]
29
            [% ELSE %]
30
                <tr>
30
                <tr>
31
            [% END %]
31
            [% END %]
32
                <td>[% c.name | html %]</td>
32
                <td><a href="[% data_url | uri %]">[% c.name | html %]</a></td>
33
                <td>[% c.club_template.name | html %]</td>
33
                <td>[% c.club_template.name | html %]</td>
34
                <td>[% c.description | html %]</td>
34
                <td>[% c.description | html %]</td>
35
                [% UNLESS destination == 'holds' %]
35
                [% UNLESS destination == 'holds' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (+1 lines)
Lines 488-493 Link Here
488
488
489
                        [% INCLUDE 'patron-toolbar.inc' %]
489
                        [% INCLUDE 'patron-toolbar.inc' %]
490
                        <fieldset id="circ_circulation_selectborrower">
490
                        <fieldset id="circ_circulation_selectborrower">
491
                            <legend>Patron selection</legend>
491
                            [% INCLUDE 'circ-patron-search-results.inc' destination = "circ" %]
492
                            [% INCLUDE 'circ-patron-search-results.inc' destination = "circ" %]
492
                        </fieldset>
493
                        </fieldset>
493
494
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-47 / +43 lines)
Lines 89-145 Link Here
89
                [% END %]
89
                [% END %]
90
                <fieldset class="brief">
90
                <fieldset class="brief">
91
                    <label>Search Patrons or clubs</label>
91
                    <label>Search Patrons or clubs</label>
92
                    <div id="circ_holds_select">
92
                    <div id="circ_holds_select" class="toptabs">
93
                        <ul class="nav nav-tabs" role="tablist">
93
                        <ul>
94
                            <li role="presentation"><a href="#holds_patronsearch_pane" aria-controls="holds_patronsearch_pane" role="tab" data-toggle="tab">Patrons</a></li>
94
                            <li><a href="#holds_patronsearch_pane">Patrons</a></li>
95
                            <li role="presentation"><a href="#holds_clubsearch_pane" aria-controls="holds_clubsearch_pane" role="tab" data-toggle="tab">Clubs</a></li>
95
                            <li><a href="#holds_clubsearch_pane">Clubs</a></li>
96
                        </ul>
96
                        </ul>
97
                        <div class="tab-content">
97
                        <div id="holds_patronsearch_pane">
98
                            <div role="tabpanel" class="tab-pane" id="holds_patronsearch_pane">
98
                            <form id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
99
                                <form  id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
99
                                <div class="hint">Enter patron card number or partial name:</div>
100
                                    <div class="hint">Enter patron card number or partial name:</div>
100
                                <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
101
                                    <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
101
                                <input type="submit" value="Search" />
102
                                    <input type="submit" value="Search" />
102
                                [% IF multi_hold %]
103
                                    [% IF multi_hold %]
103
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
104
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
104
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
105
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
105
                                [% ELSE %]
106
                                    [% ELSE %]
106
                                    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
107
                                        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
107
                                [% END %]
108
                                    [% END %]
109
108
110
                                    [% IF ( multi_hold ) %]
109
                                [% IF ( multi_hold ) %]
111
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
110
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
112
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
111
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
113
                                    [% END %]
112
                                [% END %]
114
                                </form> <!-- /#holds_patronsearch -->
113
                            </form> <!-- /#holds_patronsearch -->
115
                            </div>
114
                            [% IF borrowers %]
116
                            <div role="tabpanel" class="tab-pane" id="holds_clubsearch_pane">
115
                                [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
117
                                <form  id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
116
                            [% END %]
118
                                    <div class="hint">Enter club id or partial name:</div>
117
                        </div>
119
                                    <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
118
                        <div id="holds_clubsearch_pane">
120
                                    <input type="submit" value="Search" />
119
                            <form id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
121
                                    [% IF multi_hold %]
120
                                <div class="hint">Enter club id or partial name:</div>
122
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
121
                                <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
123
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
122
                                <input type="submit" value="Search" />
124
                                    [% ELSE %]
123
                                [% IF multi_hold %]
125
                                        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
124
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
126
                                    [% END %]
125
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
126
                                [% ELSE %]
127
                                    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
128
                                [% END %]
127
129
128
                                    [% IF ( multi_hold ) %]
130
                                [% IF ( multi_hold ) %]
129
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
131
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
130
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
132
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
131
                                    [% END %]
133
                                [% END %]
132
                                </form> <!-- /#holds_patronsearch -->
134
                            </form> <!-- /#holds_patronsearch -->
133
                            </div>
135
                            [% IF clubs %]
136
                                [% INCLUDE 'clubs-table.inc' destination = "holds" %]
137
                            [% END %]
134
                        </div>
138
                        </div>
135
                    </div>
139
                    </div>
136
                    <p>
137
                        [% IF borrowers %]
138
                            [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
139
                        [% ELSIF clubs %]
140
                            [% INCLUDE 'clubs-table.inc' destination = "holds" %]
141
                        [% END %]
142
                    </p>
143
                </fieldset>
140
                </fieldset>
144
            [% ELSIF club %]
141
            [% ELSIF club %]
145
                <div class="dialog alert hide clubalert">
142
                <div class="dialog alert hide clubalert">
146
- 

Return to bug 24627