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 2769-2774 li { Link Here
2769
    }
2769
    }
2770
}
2770
}
2771
2771
2772
.toptabs {
2773
        .ui-tabs-panel {
2774
            background: #FFF none;
2775
        }
2776
}
2777
2772
.authref {
2778
.authref {
2773
    font-style: normal;
2779
    font-style: normal;
2774
    text-indent: 4em;
2780
    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 | url %]">[% 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 90-146 Link Here
90
                [% END %]
90
                [% END %]
91
                <fieldset class="brief">
91
                <fieldset class="brief">
92
                    <label>Search Patrons or clubs</label>
92
                    <label>Search Patrons or clubs</label>
93
                    <div id="circ_holds_select">
93
                    <div id="circ_holds_select" class="toptabs">
94
                        <ul class="nav nav-tabs" role="tablist">
94
                        <ul>
95
                            <li role="presentation"><a href="#holds_patronsearch_pane" aria-controls="holds_patronsearch_pane" role="tab" data-toggle="tab">Patrons</a></li>
95
                            <li><a href="#holds_patronsearch_pane">Patrons</a></li>
96
                            <li role="presentation"><a href="#holds_clubsearch_pane" aria-controls="holds_clubsearch_pane" role="tab" data-toggle="tab">Clubs</a></li>
96
                            <li><a href="#holds_clubsearch_pane">Clubs</a></li>
97
                        </ul>
97
                        </ul>
98
                        <div class="tab-content">
98
                        <div id="holds_patronsearch_pane">
99
                            <div role="tabpanel" class="tab-pane" id="holds_patronsearch_pane">
99
                            <form id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
100
                                <form  id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
100
                                <div class="hint">Enter patron card number or partial name:</div>
101
                                    <div class="hint">Enter patron card number or partial name:</div>
101
                                <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
102
                                    <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
102
                                <input type="submit" value="Search" />
103
                                    <input type="submit" value="Search" />
103
                                [% IF multi_hold %]
104
                                    [% IF multi_hold %]
104
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
105
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
105
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
106
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
106
                                [% ELSE %]
107
                                    [% ELSE %]
107
                                    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
108
                                        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
108
                                [% END %]
109
                                    [% END %]
110
109
111
                                    [% IF ( multi_hold ) %]
110
                                [% IF ( multi_hold ) %]
112
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
111
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
113
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
112
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
114
                                    [% END %]
113
                                [% END %]
115
                                </form> <!-- /#holds_patronsearch -->
114
                            </form> <!-- /#holds_patronsearch -->
116
                            </div>
115
                            [% IF borrowers %]
117
                            <div role="tabpanel" class="tab-pane" id="holds_clubsearch_pane">
116
                                [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
118
                                <form  id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
117
                            [% END %]
119
                                    <div class="hint">Enter club id or partial name:</div>
118
                        </div>
120
                                    <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
119
                        <div id="holds_clubsearch_pane">
121
                                    <input type="submit" value="Search" />
120
                            <form id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
122
                                    [% IF multi_hold %]
121
                                <div class="hint">Enter club id or partial name:</div>
123
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
122
                                <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
124
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
123
                                <input type="submit" value="Search" />
125
                                    [% ELSE %]
124
                                [% IF multi_hold %]
126
                                        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
125
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
127
                                    [% END %]
126
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
127
                                [% ELSE %]
128
                                    <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
129
                                [% END %]
128
130
129
                                    [% IF ( multi_hold ) %]
131
                                [% IF ( multi_hold ) %]
130
                                        <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
132
                                    <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
131
                                        <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
133
                                    <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
132
                                    [% END %]
134
                                [% END %]
133
                                </form> <!-- /#holds_patronsearch -->
135
                            </form> <!-- /#holds_patronsearch -->
134
                            </div>
136
                            [% IF clubs %]
137
                                [% INCLUDE 'clubs-table.inc' destination = "holds" %]
138
                            [% END %]
135
                        </div>
139
                        </div>
136
                    </div>
140
                    </div>
137
                    <p>
138
                        [% IF borrowers %]
139
                            [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
140
                        [% ELSIF clubs %]
141
                            [% INCLUDE 'clubs-table.inc' destination = "holds" %]
142
                        [% END %]
143
                    </p>
144
                </fieldset>
141
                </fieldset>
145
            [% ELSIF club %]
142
            [% ELSIF club %]
146
                <div class="dialog alert hide clubalert">
143
                <div class="dialog alert hide clubalert">
147
- 

Return to bug 24627