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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +2 lines)
Lines 258-263 Link Here
258
                            <h1>Interlibrary loan item availability</h1>
258
                            <h1>Interlibrary loan item availability</h1>
259
                            <div id="results">
259
                            <div id="results">
260
                                <form method="POST" action="/cgi-bin/koha/opac-illrequests.pl">
260
                                <form method="POST" action="/cgi-bin/koha/opac-illrequests.pl">
261
                                    [%# This will get its name="op" value="cud-" from the loop over whole.keys below %]
261
                                    [% INCLUDE 'csrf-token.inc' %]
262
                                    [% INCLUDE 'csrf-token.inc' %]
262
                                    <legend><h2>Displaying availability results</h2></legend>
263
                                    <legend><h2>Displaying availability results</h2></legend>
263
                                    [% FOREACH key IN whole.keys %]
264
                                    [% FOREACH key IN whole.keys %]
Lines 291-296 Link Here
291
                            <div id="results" class="page-section">
292
                            <div id="results" class="page-section">
292
                                [% INCLUDE messages %]
293
                                [% INCLUDE messages %]
293
                                <form method="post" id="typedisclaimer-form">
294
                                <form method="post" id="typedisclaimer-form">
295
                                    [%# This will get its name="op" value="cud-" from the loop over whole.keys below %]
294
                                    [% INCLUDE 'csrf-token.inc' %]
296
                                    [% INCLUDE 'csrf-token.inc' %]
295
                                    <fieldset class="rows">
297
                                    <fieldset class="rows">
296
                                        [% disclaimer.text | $raw %]
298
                                        [% disclaimer.text | $raw %]
297
- 

Return to bug 37728