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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc (-1 / +1 lines)
Lines 96-102 Link Here
96
                            instance.clear();
96
                            instance.clear();
97
                        })
97
                        })
98
                        .addClass("fa fa-fw fa-times")
98
                        .addClass("fa fa-fw fa-times")
99
                        .attr("aria-hidden", true)
99
                        .attr("aria-hidden", false)
100
                        .attr("aria-label", _("Clear date"))
100
                        .attr("aria-label", _("Clear date"))
101
                )
101
                )
102
                .keydown(function (e) {
102
                .keydown(function (e) {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (+1 lines)
Lines 312-317 Link Here
312
312
313
                                    [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && AllPublicBranches.size > 1 ) %]
313
                                    [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && AllPublicBranches.size > 1 ) %]
314
                                        <div class="col-sm col-md-3 col-lg-2 order-3 order-sm-4">
314
                                        <div class="col-sm col-md-3 col-lg-2 order-3 order-sm-4">
315
                                            <label for="select_library" class="visually-hidden">Search the catalog in:</label>
315
                                            <select name="limit" id="select_library" class="form-select">
316
                                            <select name="limit" id="select_library" class="form-select">
316
                                                <option value="">All libraries</option>
317
                                                <option value="">All libraries</option>
317
318
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc (-22 / +24 lines)
Lines 1-8 Link Here
1
<fieldset>
1
<fieldset>
2
    <legend>Coded fields</legend>
2
    <legend>Coded fields</legend>
3
    <p>
3
    <p>
4
        <label>Audience</label>
4
        <label for="audience">Audience</label>
5
        <select name="limit" class="subtype">
5
        <select id="audience" name="limit" class="subtype">
6
            <option value="" selected="selected">Any</option>
6
            <option value="" selected="selected">Any</option>
7
            <option value="aud:a">juvenile, general</option>
7
            <option value="aud:a">juvenile, general</option>
8
            <option value="aud:b">pre-primary (0-5)</option>
8
            <option value="aud:b">pre-primary (0-5)</option>
Lines 15-22 Link Here
15
        </select>
15
        </select>
16
    </p>
16
    </p>
17
    <p>
17
    <p>
18
        <label>Physical presentation</label>
18
        <label for="physical_presentation">Physical presentation</label>
19
        <select name="limit" class="subtype">
19
        <select id="physical_presentation" name="limit" class="subtype">
20
            <option value="" selected="selected">Any</option>
20
            <option value="" selected="selected">Any</option>
21
            <option value="Material-type:r">regular print</option>
21
            <option value="Material-type:r">regular print</option>
22
            <option value="Material-type:d">large print</option>
22
            <option value="Material-type:d">large print</option>
Lines 32-39 Link Here
32
        </select>
32
        </select>
33
    </p>
33
    </p>
34
    <p>
34
    <p>
35
        <label>Literary genre</label>
35
        <label for="literary_genre">Literary genre</label>
36
        <select name="limit" class="subtype">
36
        <select id="literary_genre" name="limit" class="subtype">
37
            <option value="" selected="selected">Any</option>
37
            <option value="" selected="selected">Any</option>
38
            <option value="Literature-Code:a">fiction</option>
38
            <option value="Literature-Code:a">fiction</option>
39
            <option value="Literature-Code:b">drama</option>
39
            <option value="Literature-Code:b">drama</option>
Lines 49-56 Link Here
49
        </select>
49
        </select>
50
    </p>
50
    </p>
51
    <p>
51
    <p>
52
        <label>Biography</label>
52
        <label for="biography">Biography </label>
53
        <select name="limit" class="subtype">
53
        <select id="biography" name="limit" class="subtype">
54
            <option value="">Any</option>
54
            <option value="">Any</option>
55
            <option value="Biography-code:y">not a biography</option>
55
            <option value="Biography-code:y">not a biography</option>
56
            <option value="Biography-code:a">autobiography</option>
56
            <option value="Biography-code:a">autobiography</option>
Lines 60-67 Link Here
60
        </select>
60
        </select>
61
    </p>
61
    </p>
62
    <p>
62
    <p>
63
        <label>Illustration</label>
63
        <label for="illustration">Illustration</label>
64
        <select name="limit" class="subtype">
64
        <select id="illustration" name="limit" class="subtype">
65
            <option value="">Any</option>
65
            <option value="">Any</option>
66
            <option value="Illustration-Code:a">illustrations</option>
66
            <option value="Illustration-Code:a">illustrations</option>
67
            <option value="Illustration-Code:b">maps</option>
67
            <option value="Illustration-Code:b">maps</option>
Lines 82-89 Link Here
82
        </select>
82
        </select>
83
    </p>
83
    </p>
84
    <p>
84
    <p>
85
        <label>Content</label>
85
        <label for="content">Content</label>
86
        <select name="limit" class="subtype">
86
        <select id="content" name="limit" class="subtype">
87
            <option value="">Any</option>
87
            <option value="">Any</option>
88
            <option value="ctype:a">bibliography</option>
88
            <option value="ctype:a">bibliography</option>
89
            <option value="ctype:b">catalogue</option>
89
            <option value="ctype:b">catalogue</option>
Lines 111-118 Link Here
111
        </select>
111
        </select>
112
    </p>
112
    </p>
113
    <p>
113
    <p>
114
        <label>Video types</label>
114
        <label for="video_types">Video types </label>
115
        <select name="limit" class="subtype">
115
        <select id="video_types" name="limit" class="subtype">
116
            <option value="">Any</option>
116
            <option value="">Any</option>
117
            <option value="Video-mt:a">motion picture</option>
117
            <option value="Video-mt:a">motion picture</option>
118
            <option value="Video-mt:b">visual projection</option>
118
            <option value="Video-mt:b">visual projection</option>
Lines 124-131 Link Here
124
<fieldset>
124
<fieldset>
125
    <legend>Serials</legend>
125
    <legend>Serials</legend>
126
    <p>
126
    <p>
127
        <label>Serial type</label>
127
        <label for="serial_type">Serial type </label>
128
        <select name="limit" class="subtype">
128
        <select id="serial_type" name="limit" class="subtype">
129
            <option value="">Any type</option>
129
            <option value="">Any type</option>
130
            <option value="Type-Of-Serial:a">Periodical</option>
130
            <option value="Type-Of-Serial:a">Periodical</option>
131
            <option value="Type-Of-Serial:b">Monographic series</option>
131
            <option value="Type-Of-Serial:b">Monographic series</option>
Lines 137-144 Link Here
137
        </select>
137
        </select>
138
    </p>
138
    </p>
139
    <p>
139
    <p>
140
        <label>Periodicity</label>
140
        <label for="periodicity">Periodicity</label>
141
        <select name="limit" class="subtype">
141
        <select id="periodicity" name="limit" class="subtype">
142
            <option value="">Any</option>
142
            <option value="">Any</option>
143
            <option value="Frequency-code:a">Daily</option>
143
            <option value="Frequency-code:a">Daily</option>
144
            <option value="Frequency-code:b">Semiweekly</option>
144
            <option value="Frequency-code:b">Semiweekly</option>
Lines 161-168 Link Here
161
        </select>
161
        </select>
162
    </p>
162
    </p>
163
    <p>
163
    <p>
164
        <label>Regularity</label>
164
        <label for="regularity">Regularity </label>
165
        <select name="limit" class="subtype">
165
        <select id="regularity" name="limit" class="subtype">
166
            <option value="">Any regularity</option>
166
            <option value="">Any regularity</option>
167
            <option value="Regularity-code:a">regular</option>
167
            <option value="Regularity-code:a">regular</option>
168
            <option value="Regularity-code:b">normalised irregular</option>
168
            <option value="Regularity-code:b">normalised irregular</option>
Lines 174-180 Link Here
174
174
175
<fieldset>
175
<fieldset>
176
    <legend>Picture</legend>
176
    <legend>Picture</legend>
177
    <select name="limit" class="subtype">
177
    <label for="graphics-type" class="sr-only">Graphics type</label>
178
    <select id="graphics-type" name="limit" class="subtype">
178
        <option value="">Any</option>
179
        <option value="">Any</option>
179
        <option value="Graphics-type:a">collage</option>
180
        <option value="Graphics-type:a">collage</option>
180
        <option value="Graphics-type:b">drawing</option>
181
        <option value="Graphics-type:b">drawing</option>
Lines 187-193 Link Here
187
        <option value="Graphics-type:k">technical drawing</option>
188
        <option value="Graphics-type:k">technical drawing</option>
188
        <option value="Graphics-type:z">other non-projected graphic type</option>
189
        <option value="Graphics-type:z">other non-projected graphic type</option>
189
    </select>
190
    </select>
190
    <select name="limit" class="subtype">
191
    <label for="graphics-support" class="sr-only">Graphics support</label>
192
    <select id="graphics-support" name="limit" class="subtype">
191
        <option value="">Any</option>
193
        <option value="">Any</option>
192
        <option value="Graphics-support:a">canvas</option>
194
        <option value="Graphics-support:a">canvas</option>
193
        <option value="Graphics-support:b">bristol board</option>
195
        <option value="Graphics-support:b">bristol board</option>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-1 / +1 lines)
Lines 98-104 Link Here
98
                                    <legend>Add to a new list:</legend>
98
                                    <legend>Add to a new list:</legend>
99
                                    <label for="newvirtualshelf">List name:</label>
99
                                    <label for="newvirtualshelf">List name:</label>
100
                                    <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
100
                                    <input type="text" name="newvirtualshelf" id="newvirtualshelf" size="40" />
101
                                    <label for="category">Category:</label>
101
                                    <label for="public">Category:</label>
102
                                    <select name="public" id="public">
102
                                    <select name="public" id="public">
103
                                        <option value="0">Private</option>
103
                                        <option value="0">Private</option>
104
                                        [% IF (OpacAllowPublicListCreation) %]
104
                                        [% IF (OpacAllowPublicListCreation) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +1 lines)
Lines 207-213 Link Here
207
                                        <li>
207
                                        <li>
208
                                            <label for="notesopac">Notes:</label>
208
                                            <label for="notesopac">Notes:</label>
209
                                            [% IF !request.completed %]
209
                                            [% IF !request.completed %]
210
                                                <textarea name="notesopac" rows="5" cols="50">[% request.notesopac | html %]</textarea>
210
                                                <textarea id="notesopac" name="notesopac" rows="5" cols="50">[% request.notesopac | html %]</textarea>
211
                                            [% ELSE %]
211
                                            [% ELSE %]
212
                                                [% request.notesopac | html %]
212
                                                [% request.notesopac | html %]
213
                                            [% END %]
213
                                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-6 / +6 lines)
Lines 57-70 Link Here
57
                            [% END %]
57
                            [% END %]
58
                            <fieldset>
58
                            <fieldset>
59
                                [% IF consent.given_on %]
59
                                [% IF consent.given_on %]
60
                                    <input type="radio" name="check_[% consent_type | html %]" value="1" checked="checked" /> Yes<br />
60
                                    <label><input type="radio" name="check_[% consent_type | html %]" value="1" checked="checked" /> Yes</label><br />
61
                                    <input type="radio" name="check_[% consent_type | html %]" value="0" /> No
61
                                    <label><input type="radio" name="check_[% consent_type | html %]" value="0" /> No</label>
62
                                [% ELSIF consent.refused_on %]
62
                                [% ELSIF consent.refused_on %]
63
                                    <input type="radio" name="check_[% consent_type | html %]" value="1" /> Yes<br />
63
                                    <label> <input type="radio" name="check_[% consent_type | html %]" value="1" /> Yes</label><br />
64
                                    <input type="radio" name="check_[% consent_type | html %]" value="0" checked="checked" /> No
64
                                    <label><input type="radio" name="check_[% consent_type | html %]" value="0" checked="checked" /> No </label>
65
                                [% ELSE %]
65
                                [% ELSE %]
66
                                    <input type="radio" name="check_[% consent_type | html %]" value="1" /> Yes<br />
66
                                    <label><input type="radio" name="check_[% consent_type | html %]" value="1" /> Yes</label><br />
67
                                    <input type="radio" name="check_[% consent_type | html %]" value="0" /> No
67
                                    <label><input type="radio" name="check_[% consent_type | html %]" value="0" /> No</label>
68
                                [% END %]
68
                                [% END %]
69
                                [% IF consent.given_on %]
69
                                [% IF consent.given_on %]
70
                                    <p class="consent_info"><strong>Your consent was registered on [% consent.given_on | html %].</strong></p>
70
                                    <p class="consent_info"><strong>Your consent was registered on [% consent.given_on | html %].</strong></p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 449-455 Link Here
449
                                                    [% END %]
449
                                                    [% END %]
450
                                                    <td>
450
                                                    <td>
451
                                                        <p>
451
                                                        <p>
452
                                                            <label for="id[% suggestions_loo.suggestionid | html %]">
452
                                                            <label for="id[% suggestion.suggestionid | html %]">
453
                                                                [% IF suggestion.biblionumber %]
453
                                                                [% IF suggestion.biblionumber %]
454
                                                                    <strong><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% suggestion.biblionumber | uri %]">[% suggestion.title | html %]</a></strong>
454
                                                                    <strong><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% suggestion.biblionumber | uri %]">[% suggestion.title | html %]</a></strong>
455
                                                                [% ELSE %]
455
                                                                [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 / +3 lines)
Lines 109-115 Link Here
109
109
110
                    <form method="get" action="opac-tags.pl" class="row">
110
                    <form method="get" action="opac-tags.pl" class="row">
111
                        <div class="col-auto gx-2 ms-2 my-1">
111
                        <div class="col-auto gx-2 ms-2 my-1">
112
                            <label>
112
                            <label for="limit-tag">
113
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
113
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
114
                                    <span>Tags to show from other users:</span>
114
                                    <span>Tags to show from other users:</span>
115
                                [% ELSE %]
115
                                [% ELSE %]
Lines 118-124 Link Here
118
                            </label>
118
                            </label>
119
                        </div>
119
                        </div>
120
                        <div class="col-auto gx-2 my-1">
120
                        <div class="col-auto gx-2 my-1">
121
                            <input type="text" name="limit" class="form-control form-control-sm" maxlength="4" size="4" value="[% limit or '100' | html %]" />
121
                            <input id="limit-tag" type="text" name="limit" class="form-control form-control-sm" maxlength="4" size="4" value="[% limit or '100' | html %]" />
122
                        </div>
122
                        </div>
123
                        <div class="col-auto gx-2 my-1">
123
                        <div class="col-auto gx-2 my-1">
124
                            <input type="submit" value="OK" class="btn btn-sm btn-primary" />
124
                            <input type="submit" value="OK" class="btn btn-sm btn-primary" />
Lines 185-191 Link Here
185
                                                        data-title="[% MY_TAG.title | html %]"
185
                                                        data-title="[% MY_TAG.title | html %]"
186
                                                        data-tagname="[% MY_TAG.term | html %]"
186
                                                        data-tagname="[% MY_TAG.term | html %]"
187
                                                        data-tagid="[% MY_TAG.tag_id | html %]"
187
                                                        data-tagid="[% MY_TAG.tag_id | html %]"
188
                                                        aria-label="[% check_title | html %]"
188
                                                        aria-label="[% MY_TAG.term | html %]"
189
                                                    />
189
                                                    />
190
                                                </td>
190
                                                </td>
191
                                                <td class="tagterm">
191
                                                <td class="tagterm">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt (-2 / +1 lines)
Lines 38-44 Link Here
38
                            <fieldset>
38
                            <fieldset>
39
                                <legend>Show</legend>
39
                                <legend>Show</legend>
40
                                <form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get">
40
                                <form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get">
41
                                    <p>up to <input type="text" name="number" value="[% number | html %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p>
41
                                    <label>up to <input type="text" name="number" value="[% number | html %]" size="4" maxlength="4" /> </label> <label>subjects <input type="submit" class="btn btn-primary" value="OK" /></label>
42
                                </form>
42
                                </form>
43
                            </fieldset>
43
                            </fieldset>
44
44
45
- 

Return to bug 40330