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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/adv-search.inc (-4 / +4 lines)
Lines 16-33 Link Here
16
    [% WRAPPER tabs_nav %]
16
    [% WRAPPER tabs_nav %]
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
17
        [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
18
            [% WRAPPER tab_item tabname= "circ_search" bt_active= 1 %]
18
            [% WRAPPER tab_item tabname= "circ_search" bt_active= 1 %]
19
                <i class="fa fa-fw fa-upload" aria-hidden="true"></i> <span class="tab-title">Check out</span></a>
19
                <i class="fa fa-fw fa-upload" aria-hidden="true"></i> <span class="tab-title">Check out</span>
20
            [% END %]
20
            [% END %]
21
            [% WRAPPER tab_item tabname= "checkin_search" %]
21
            [% WRAPPER tab_item tabname= "checkin_search" %]
22
                <i class="fa fa-fw fa-download" aria-hidden="true"></i> <span class="tab-title">Check in</span></a>
22
                <i class="fa fa-fw fa-download" aria-hidden="true"></i> <span class="tab-title">Check in</span>
23
            [% END %]
23
            [% END %]
24
            [% WRAPPER tab_item tabname= "renew_search" %]
24
            [% WRAPPER tab_item tabname= "renew_search" %]
25
                <i class="fa fa-fw fa-retweet" aria-hidden="true"></i> <span class="tab-title">Renew</span></a>
25
                <i class="fa fa-fw fa-retweet" aria-hidden="true"></i> <span class="tab-title">Renew</span>
26
            [% END %]
26
            [% END %]
27
        [% END %]
27
        [% END %]
28
        [% IF ( CAN_user_borrowers_edit_borrowers ) %]
28
        [% IF ( CAN_user_borrowers_edit_borrowers ) %]
29
            [% WRAPPER tab_item tabname= "patron_search" %]
29
            [% WRAPPER tab_item tabname= "patron_search" %]
30
                <i class="fa fa-fw fa-id-card" aria-hidden="true"></i> <span class="tab-title">Search patrons</span></a>
30
                <i class="fa fa-fw fa-id-card" aria-hidden="true"></i> <span class="tab-title">Search patrons</span>
31
            [% END %]
31
            [% END %]
32
        [% END %]
32
        [% END %]
33
    [% END # /WRAPPER tabs_nav %]
33
    [% END # /WRAPPER tabs_nav %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc (-1 / +1 lines)
Lines 11-17 Link Here
11
        [% END %]
11
        [% END %]
12
            <div class="date-select">
12
            <div class="date-select">
13
                <p><label for="newduedate">Renewal due date:</label> <input type="text" size="20" id="newduedate" name="newduedate" value="" class="flatpickr" data-flatpickr-enable-time="true"/></p>
13
                <p><label for="newduedate">Renewal due date:</label> <input type="text" size="20" id="newduedate" name="newduedate" value="" class="flatpickr" data-flatpickr-enable-time="true"/></p>
14
                <p id="newonholdduedate"><label for="newonholdduedate">On hold due date:</label> <input type="text" size="20" name="newonholdduedate" value="" class="flatpickr" data-flatpickr-enable-time="true" /></p>
14
                <p id="newonholdduedate"><label for="newonholdduedatefield">On hold due date:</label> <input type="text" size="20" name="newonholdduedate" value="" id="newonholdduedatefield" class="flatpickr" data-flatpickr-enable-time="true" /></p>
15
                <p><label for="exemptfine">Forgive fines on return:</label> <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></p>
15
                <p><label for="exemptfine">Forgive fines on return:</label> <input type="checkbox" id="exemptfine" name="exemptfine" value="1" /></p>
16
            </div>
16
            </div>
17
		</td>
17
		</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-4 / +4 lines)
Lines 391-399 Link Here
391
    <li class="nav-item" role="presentation">
391
    <li class="nav-item" role="presentation">
392
    [% IF ( bt_active ) %]
392
    [% IF ( bt_active ) %]
393
        [% IF (linktab) %]
393
        [% IF (linktab) %]
394
            <a class="nav-link active" href="?tab=[% tabname | url %]" id="[% tabname | uri %]-tab">
394
            <a class="nav-link active" href="?tab=[% tabname | url %]" id="[% tabname | html %]-tab">
395
        [% ELSE %]
395
        [% ELSE %]
396
            <a class="nav-link active" href="#[% tabname | uri %]_panel" id="[% tabname | uri %]-tab" data-tabname="[% tabname | uri %]" aria-controls="[% tabname | uri %]_panel" role="tab" data-bs-toggle="tab" data-bs-target="#[% tabname | uri %]_panel">
396
            <a class="nav-link active" href="#[% tabname | uri %]_panel" id="[% tabname | html %]-tab" data-tabname="[% tabname | uri %]" aria-controls="[% tabname | uri %]_panel" role="tab" data-bs-toggle="tab" data-bs-target="#[% tabname | uri %]_panel">
397
        [% END %]
397
        [% END %]
398
    [% ELSE %]
398
    [% ELSE %]
399
        [% IF (linktab) %]
399
        [% IF (linktab) %]
Lines 416-424 Link Here
416
416
417
[% BLOCK tab_panel %]
417
[% BLOCK tab_panel %]
418
    [% IF ( bt_active ) %]
418
    [% IF ( bt_active ) %]
419
        <div class="tab-pane show active" id="[% tabname | html %]_panel" role="tabpanel" aria-labelledby="[% tabname | html %]" tabindex="0">
419
        <div class="tab-pane show active" id="[% tabname | html %]_panel" role="tabpanel" aria-labelledby="[% tabname | html %]-tab" tabindex="0">
420
    [% ELSE %]
420
    [% ELSE %]
421
        <div class="tab-pane" id="[% tabname | html %]_panel" role="tabpanel" aria-labelledby="[% tabname | html %]" tabindex="0">
421
        <div class="tab-pane" id="[% tabname | html %]_panel" role="tabpanel" aria-labelledby="[% tabname | html %]-tab" tabindex="0">
422
    [% END %]
422
    [% END %]
423
        [% content| $raw %]
423
        [% content| $raw %]
424
    </div>
424
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc (-3 / +3 lines)
Lines 13-22 Link Here
13
    [% UNLESS ( one_language_enabled ) %]
13
    [% UNLESS ( one_language_enabled ) %]
14
        <div id="changelanguage" class="navbar navbar-expand navbar-light bg-light">
14
        <div id="changelanguage" class="navbar navbar-expand navbar-light bg-light">
15
            <div class="container-fluid">
15
            <div class="container-fluid">
16
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
16
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav_lang_menu" aria-controls="nav_lang_menu" aria-expanded="false" aria-label="Toggle navigation">
17
                    <span class="navbar-toggler-icon"></span>
17
                    <span class="navbar-toggler-icon"></span>
18
                </button>
18
                </button>
19
                <div class="collapse navbar-collapse">
19
                <div class="collapse navbar-collapse" id="nav_lang_menu">
20
                    <ul id="i18nMenu" class="navbar-nav me-auto">
20
                    <ul id="i18nMenu" class="navbar-nav me-auto">
21
                        [% FOREACH languages_loo IN languages_loop %]
21
                        [% FOREACH languages_loo IN languages_loop %]
22
                            [% IF ( languages_loo.group_enabled ) %]
22
                            [% IF ( languages_loo.group_enabled ) %]
Lines 149-155 Link Here
149
                            <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
149
                            <button type="button" class="btn btn-primary consentAcceptAll">Accept all cookies</button>
150
                            <button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button>
150
                            <button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button>
151
                        [% END %]
151
                        [% END %]
152
                        <a type="button" href="#" class="btn btn-secondary consentCloseModal">Cancel</a>
152
                        <button type="button" class="btn btn-secondary consentCloseModal">Cancel</button>
153
                    </div>
153
                    </div>
154
                </div>
154
                </div>
155
            </div> <!-- /.modal-content -->
155
            </div> <!-- /.modal-content -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-3 / +3 lines)
Lines 46-52 Link Here
46
    [% END %]
46
    [% END %]
47
47
48
    [% IF CAN_user_borrowers_edit_borrowers %]
48
    [% IF CAN_user_borrowers_edit_borrowers %]
49
        <a id="addnewmessageLabel" href="#add_message_form" data-bs-toggle="modal" class="btn btn-default"><i class="fa-solid fa-comment"></i> Add message</a>
49
        <a id="toolbar_addnewmessageLabel" href="#add_message_form" data-bs-toggle="modal" class="btn btn-default"><i class="fa-solid fa-comment"></i> Add message</a>
50
    [% END %]
50
    [% END %]
51
51
52
    [% IF Koha.Preference('CurbsidePickup') %]
52
    [% IF Koha.Preference('CurbsidePickup') %]
Lines 129-135 Link Here
129
                        </li>
129
                        </li>
130
                    [% ELSE %]
130
                    [% ELSE %]
131
                        <li data-bs-toggle="tooltip" data-bs-placement="left" title="Patron is an adult">
131
                        <li data-bs-toggle="tooltip" data-bs-placement="left" title="Patron is an adult">
132
                            <a class="dropdown-item disabled" aria-disabled="true" id="updatechild" href="#">Update child to adult patron</a>
132
                            <button class="dropdown-item disabled" aria-disabled="true" id="updatechild">Update child to adult patron</button>
133
                        </li>
133
                        </li>
134
                    [% END %]
134
                    [% END %]
135
                [% END %]
135
                [% END %]
Lines 150-156 Link Here
150
</div>
150
</div>
151
151
152
<!-- Modal -->
152
<!-- Modal -->
153
<div id="add_message_form" class="modal" tabindex="-1" role="dialog" aria-labelledby="addnewmessageLabel" aria-hidden="true">
153
<div id="add_message_form" class="modal" tabindex="-1" role="dialog" aria-labelledby="addnewmessageLabel toolbar_addnewmessageLabel" aria-hidden="true">
154
    <div class="modal-dialog modal-lg">
154
    <div class="modal-dialog modal-lg">
155
        <div class="modal-content modal-lg">
155
        <div class="modal-content modal-lg">
156
            <form method="post" action="/cgi-bin/koha/circ/add_message.pl" id="message_form" name="message_f">
156
            <form method="post" action="/cgi-bin/koha/circ/add_message.pl" id="message_form" name="message_f">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/resolve_return_claim.inc (-2 / +2 lines)
Lines 9-15 Link Here
9
      <div class="modal-body">
9
      <div class="modal-body">
10
10
11
          <div class="form-group">
11
          <div class="form-group">
12
            <label for="claims-returned-resolved-code">Resolution</label>
12
            <label for="claims-returned-resolved-modal-resolved-code">Resolution</label>
13
            [% SET resolutions = AuthorisedValues.GetAuthValueDropbox('RETURN_CLAIM_RESOLUTION') %]
13
            [% SET resolutions = AuthorisedValues.GetAuthValueDropbox('RETURN_CLAIM_RESOLUTION') %]
14
            <select class="form-select" id="claims-returned-resolved-modal-resolved-code">
14
            <select class="form-select" id="claims-returned-resolved-modal-resolved-code">
15
              [% FOREACH r IN resolutions %]
15
              [% FOREACH r IN resolutions %]
Lines 35-41 Link Here
35
          <i id="claims-returned-resolved-modal-btn-submit-spinner" class="fa fa-spinner fa-pulse fa-fw" style="display:none"></i>
35
          <i id="claims-returned-resolved-modal-btn-submit-spinner" class="fa fa-spinner fa-pulse fa-fw" style="display:none"></i>
36
          Resolve claim
36
          Resolve claim
37
         </button>
37
         </button>
38
        <button class="btn btn-default deny cancel" href="#" data-bs-dismiss="modal"><i class="fa fa-times"></i> Cancel</button>
38
        <button class="btn btn-default deny cancel" data-bs-dismiss="modal"><i class="fa fa-times"></i> Cancel</button>
39
      </div>
39
      </div>
40
    </div>
40
    </div>
41
  </div>
41
  </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc (-4 / +6 lines)
Lines 90-98 Link Here
90
            [% INCLUDE "checkouts-table.inc" %]
90
            [% INCLUDE "checkouts-table.inc" %]
91
        [% END # /tab_panel# %]
91
        [% END # /tab_panel# %]
92
92
93
        [% WRAPPER tab_panel tabname="relatives-issues" %]
93
        [% IF relatives_issues_count %]
94
            [% INCLUDE "relatives-issues-table.inc" %]
94
            [% WRAPPER tab_panel tabname="relatives-issues" %]
95
        [% END # /tab_panel# %]
95
                [% INCLUDE "relatives-issues-table.inc" %]
96
            [% END # /tab_panel# %]
97
        [% END %]
96
98
97
        [% IF ( guarantees_fines ) %]
99
        [% IF ( guarantees_fines ) %]
98
            [% WRAPPER tab_panel tabname="guarantees_finesandcharges" %]
100
            [% WRAPPER tab_panel tabname="guarantees_finesandcharges" %]
Lines 169-175 Link Here
169
                            [% IF hold_cancellation.count %]
171
                            [% IF hold_cancellation.count %]
170
                                <label for="cancellation-reason">Cancellation reason:</label>
172
                                <label for="cancellation-reason">Cancellation reason:</label>
171
                                <input type="hidden" name="op" value="cud-cancelall" />
173
                                <input type="hidden" name="op" value="cud-cancelall" />
172
                                <select name="cancellation-reason">
174
                                <select name="cancellation-reason" id="cancellation-reason">
173
                                    <option value="">No reason given</option>
175
                                    <option value="">No reason given</option>
174
                                    [% FOREACH reason IN hold_cancellation %]
176
                                    [% FOREACH reason IN hold_cancellation %]
175
                                        <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
177
                                        <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc (-6 / +6 lines)
Lines 349-355 Link Here
349
                    </span>
349
                    </span>
350
                    [% IF patron_message.branchcode == Branches.GetLoggedInBranchcode OR Koha.Preference('AllowAllMessageDeletion') %]
350
                    [% IF patron_message.branchcode == Branches.GetLoggedInBranchcode OR Koha.Preference('AllowAllMessageDeletion') %]
351
                        [% IF moremember %]
351
                        [% IF moremember %]
352
                            <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal" class="btn btn-default"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
352
                            <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
353
                            <form action="/cgi-bin/koha/circ/del_message.pl" method="post">
353
                            <form action="/cgi-bin/koha/circ/del_message.pl" method="post">
354
                                [% INCLUDE 'csrf-token.inc' %]
354
                                [% INCLUDE 'csrf-token.inc' %]
355
                                <input type="hidden" name="op" value="cud-delete">
355
                                <input type="hidden" name="op" value="cud-delete">
Lines 359-365 Link Here
359
                                <button type="submit" class="btn btn-link delete_message"><i class="fa fa-trash-can"></i> Delete</button>
359
                                <button type="submit" class="btn btn-link delete_message"><i class="fa fa-trash-can"></i> Delete</button>
360
                            </form>
360
                            </form>
361
                        [% ELSE %]
361
                        [% ELSE %]
362
                            <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal" class="btn btn-default"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
362
                            <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
363
                            <form action="/cgi-bin/koha/circ/del_message.pl" method="post">
363
                            <form action="/cgi-bin/koha/circ/del_message.pl" method="post">
364
                                [% INCLUDE 'csrf-token.inc' %]
364
                                [% INCLUDE 'csrf-token.inc' %]
365
                                <input type="hidden" name="op" value="cud-delete">
365
                                <input type="hidden" name="op" value="cud-delete">
Lines 379-385 Link Here
379
        <div id="edit_message_form_[% pm.message_id | html %]" class="modal" tabindex="-1" aria-labelledby="#edit_message_form_[% patron_message.message_id | html %]" aria-hidden="true">
379
        <div id="edit_message_form_[% pm.message_id | html %]" class="modal" tabindex="-1" aria-labelledby="#edit_message_form_[% patron_message.message_id | html %]" aria-hidden="true">
380
            <div class="modal-dialog">
380
            <div class="modal-dialog">
381
                <div class="modal-content">
381
                <div class="modal-content">
382
                    <form method="post" action="/cgi-bin/koha/circ/add_message.pl" id="message_form" name="message_f">
382
                    <form method="post" action="/cgi-bin/koha/circ/add_message.pl" id="edit_message_form" name="message_f">
383
                        [% INCLUDE 'csrf-token.inc' %]
383
                        [% INCLUDE 'csrf-token.inc' %]
384
                        <input type="hidden" name="op" value="cud-edit_message">
384
                        <input type="hidden" name="op" value="cud-edit_message">
385
                        <input type="hidden" name="message_id" value="[% pm.message_id | html %]"/>
385
                        <input type="hidden" name="message_id" value="[% pm.message_id | html %]"/>
Lines 388-396 Link Here
388
                        </div>
388
                        </div>
389
                        <div class="modal-body">
389
                        <div class="modal-body">
390
                            <div class="form-group">
390
                            <div class="form-group">
391
                                <label for="message_type">
391
                                <label for="edit_message_type">
392
                                    Message is for:
392
                                    Message is for:
393
                                    <select name="message_type" id="message_type" disabled>
393
                                    <select name="message_type" id="edit_message_type" disabled>
394
                                        [% IF pm.message_type == "L" %]
394
                                        [% IF pm.message_type == "L" %]
395
                                            <option value="L" selected="selected">Staff - Internal note</option>
395
                                            <option value="L" selected="selected">Staff - Internal note</option>
396
                                        [% ELSE %]
396
                                        [% ELSE %]
Lines 406-412 Link Here
406
                                </label>
406
                                </label>
407
                            </div>
407
                            </div>
408
                            <div class="form-group">
408
                            <div class="form-group">
409
                                <textarea rows="3" class="modal-textarea" name="borrower_message" id="borrower_message" >[% pm.message | html %]</textarea>
409
                                <textarea rows="3" class="modal-textarea" name="borrower_message" id="edit_borrower_message" >[% pm.message | html %]</textarea>
410
                            </div>
410
                            </div>
411
                        </div>
411
                        </div>
412
                        <div class="modal-footer">
412
                        <div class="modal-footer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc (-2 / +2 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% IF refiner %]
2
[% IF refiner %]
3
    <select class="advsearch" name="idx" id="refiner_idx">
3
    <select class="advsearch" name="idx" id="refiner_idx_[% index | html %]">
4
[% ELSE %]
4
[% ELSE %]
5
    <select class="advsearch" name="idx" id="idx">
5
    <select class="advsearch" name="idx" id="idx_[% index | html %]">
6
[% END %]
6
[% END %]
7
    [% IF ms_kw %]
7
    [% IF ms_kw %]
8
        <option selected="selected" value="kw">Keyword</option>
8
        <option selected="selected" value="kw">Keyword</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-2 / +2 lines)
Lines 208-214 Link Here
208
                                                                <li class="fund">
208
                                                                <li class="fund">
209
                                                                    [% IF ( close ) %]
209
                                                                    [% IF ( close ) %]
210
                                                                        <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label>
210
                                                                        <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label>
211
                                                                        <input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %]
211
                                                                        <input type="hidden" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %]
212
                                                                    [% ELSE %]
212
                                                                    [% ELSE %]
213
                                                                        <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label>
213
                                                                        <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label>
214
                                                                        <select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id_[% biblio.import_record_id | html %]">
214
                                                                        <select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id_[% biblio.import_record_id | html %]">
Lines 486-492 Link Here
486
                                            [% IF ( close ) %]
486
                                            [% IF ( close ) %]
487
                                                <li>
487
                                                <li>
488
                                                    <span class="label">Fund: </span>
488
                                                    <span class="label">Fund: </span>
489
                                                    <input type="hidden" size="20" name="budget_id" id="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %]
489
                                                    <input type="hidden" name="budget_id" id="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %]
490
                                                </li>
490
                                                </li>
491
                                            [% ELSE %]
491
                                            [% ELSE %]
492
                                                <li>
492
                                                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 175-181 Link Here
175
                        <div>
175
                        <div>
176
                        [% END %]
176
                        [% END %]
177
                        [% SET preselect = 'ms_' _ indexes.${loop.index}.replace(',','comma') %]
177
                        [% SET preselect = 'ms_' _ indexes.${loop.index}.replace(',','comma') %]
178
                        [% INCLUDE 'search_indexes.inc' ${preselect} = 1 %]
178
                        [% INCLUDE 'search_indexes.inc' ${preselect} = 1 index = loop.index %]
179
                        <input type="text" size="30" name="q" title="Enter search terms" value="[% query | html %]" />
179
                        <input type="text" size="30" name="q" title="Enter search terms" value="[% query | html %]" />
180
                        [% IF ( expanded_options ) %]
180
                        [% IF ( expanded_options ) %]
181
                          [% IF ( loop.last ) %]
181
                          [% IF ( loop.last ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +1 lines)
Lines 189-195 Link Here
189
                    <fieldset class="action">
189
                    <fieldset class="action">
190
                        [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
190
                        [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
191
                        [% IF hold_cancellation.count %]
191
                        [% IF hold_cancellation.count %]
192
                            <label for="cancellation-reason">Cancellation reason: </label>
192
                            <label for="modal-cancellation-reason">Cancellation reason: </label>
193
                            <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
193
                            <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
194
                                <option value="">No reason given</option>
194
                                <option value="">No reason given</option>
195
                                [% FOREACH reason IN hold_cancellation %]
195
                                [% FOREACH reason IN hold_cancellation %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-1 / +1 lines)
Lines 425-431 Link Here
425
            </div>
425
            </div>
426
            <div class="modal-footer">
426
            <div class="modal-footer">
427
                <button class="btn btn-default approve" id="modal_submit" type="button"><i class="fa fa-check"></i> Yes</button>
427
                <button class="btn btn-default approve" id="modal_submit" type="button"><i class="fa fa-check"></i> Yes</button>
428
                <button class="btn btn-default deny cancel" href="#" data-bs-dismiss="modal"><i class="fa fa-times"></i> No</button>
428
                <button class="btn btn-default deny cancel" data-bs-dismiss="modal"><i class="fa fa-times"></i> No</button>
429
            </div>
429
            </div>
430
        </div>
430
        </div>
431
    </div>
431
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 1451-1457 Link Here
1451
                        <fieldset class="action">
1451
                        <fieldset class="action">
1452
                            [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1452
                            [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
1453
                            [% IF hold_cancellation.count %]
1453
                            [% IF hold_cancellation.count %]
1454
                                <label for="cancellation-reason">Cancellation reason: </label>
1454
                                <label for="modal-cancellation-reason">Cancellation reason: </label>
1455
                                <select class="cancellation-reason" name="cancellation-reason" id="modal-cancellation-reason">
1455
                                <select class="cancellation-reason" name="cancellation-reason" id="modal-cancellation-reason">
1456
                                    <option value="">No reason given</option>
1456
                                    <option value="">No reason given</option>
1457
                                    [% FOREACH reason IN hold_cancellation %]
1457
                                    [% FOREACH reason IN hold_cancellation %]
1458
- 

Return to bug 30699