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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +1 lines)
Lines 215-221 Link Here
215
                        <label for="uploadfile">Select the file to upload: </label>
215
                        <label for="uploadfile">Select the file to upload: </label>
216
                        <input type="file" id="uploadfile" name="uploadfile" required="required" />
216
                        <input type="file" id="uploadfile" name="uploadfile" required="required" />
217
                        <div class="action">
217
                        <div class="action">
218
                            <input type="hidden" id="csrf_token" name="csrf_token" value="[% csrf_token | html %]" />
218
                            [% INCLUDE 'csrf-token.inc' %]
219
                            <input type="hidden" id="image" name="filetype" value="image" />
219
                            <input type="hidden" id="image" name="filetype" value="image" />
220
                            <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" />
220
                            <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" />
221
                            <input type="hidden" id="borrowernumber" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
221
                            <input type="hidden" id="borrowernumber" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
Lines 758-764 Link Here
758
                                <div id="addcomment" class="content_hidden">
758
                                <div id="addcomment" class="content_hidden">
759
                                    <form class="validated" method="post" action="/cgi-bin/koha/ill/ill-requests.pl">
759
                                    <form class="validated" method="post" action="/cgi-bin/koha/ill/ill-requests.pl">
760
                                        <input type="hidden" value="save_comment" name="method">
760
                                        <input type="hidden" value="save_comment" name="method">
761
                                        <input type="hidden" value="[% csrf_token | html %]" name="csrf_token">
761
                                        [% INCLUDE 'csrf-token.inc' %]
762
                                        <input type="hidden" value="[% request.illrequest_id | html %]" name="illrequest_id">
762
                                        <input type="hidden" value="[% request.illrequest_id | html %]" name="illrequest_id">
763
                                        <fieldset class="rows">
763
                                        <fieldset class="rows">
764
                                            <ol>
764
                                            <ol>
765
- 

Return to bug 34478