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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc (-1 / +1 lines)
Lines 26-32 Link Here
26
                    <div class="btn-group">
26
                    <div class="btn-group">
27
                        <form action="/cgi-bin/koha/acqui/supplier.pl" method="post">
27
                        <form action="/cgi-bin/koha/acqui/supplier.pl" method="post">
28
                            [% INCLUDE 'csrf-token.inc' %]
28
                            [% INCLUDE 'csrf-token.inc' %]
29
                            <input type="hidden" name="op" value="delete" />
29
                            <input type="hidden" name="op-cud" value="delete" />
30
                            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
30
                            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
31
                            <button class="btn btn-default" id="deletesupplier" type="submit"><i class="fa fa-trash-can"></i> Delete vendor</button>
31
                            <button class="btn btn-default" id="deletesupplier" type="submit"><i class="fa fa-trash-can"></i> Delete vendor</button>
32
                        </form>
32
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc (-1 / +1 lines)
Lines 88-94 Link Here
88
                    [% END %]
88
                    [% END %]
89
                    <label for="export_items_bundle_contents">Export items bundle contents</label> <input type="checkbox" name="export_items_bundle_contents" id="export_items_bundle_contents">
89
                    <label for="export_items_bundle_contents">Export items bundle contents</label> <input type="checkbox" name="export_items_bundle_contents" id="export_items_bundle_contents">
90
                    <label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% Koha.Preference('ExportRemoveFields') | html %]" title="Use for MARC exports" />
90
                    <label for="export_remove_fields">Don't export fields:</label> <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% Koha.Preference('ExportRemoveFields') | html %]" title="Use for MARC exports" />
91
                    <input type="hidden" name="op" value="export" />
91
                    <input type="hidden" name="op-cud" value="export" />
92
                    <input type="hidden" id="output_format" name="output_format" value="iso2709" />
92
                    <input type="hidden" id="output_format" name="output_format" value="iso2709" />
93
                    <input type="hidden" id="dont_export_item" name="dont_export_item" value="0" />
93
                    <input type="hidden" id="dont_export_item" name="dont_export_item" value="0" />
94
                    <input type="hidden" id="record_type" name="record_type" value="bibs" />
94
                    <input type="hidden" id="record_type" name="record_type" value="bibs" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-2 / +2 lines)
Lines 221-227 Link Here
221
                            <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" />
221
                            <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" />
222
                            <input type="hidden" id="borrowernumber" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
222
                            <input type="hidden" id="borrowernumber" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
223
                            <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-upload"></i> Upload photo</button>
223
                            <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-upload"></i> Upload photo</button>
224
                            <input name="op" type="hidden" value="Upload" />
224
                            <input name="op-cud" type="hidden" value="Upload" />
225
                            [% IF ( patron.image ) %]
225
                            [% IF ( patron.image ) %]
226
                                <a id="delpicture"
226
                                <a id="delpicture"
227
                                    href="/cgi-bin/koha/tools/picture-upload.pl?op=Delete&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;csrf_token=[% csrf_token | html %]"
227
                                    href="/cgi-bin/koha/tools/picture-upload.pl?op=Delete&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;csrf_token=[% csrf_token | html %]"
Lines 261-267 Link Here
261
                        <input type="hidden" name="filetype" value="image" />
261
                        <input type="hidden" name="filetype" value="image" />
262
                        <input type="hidden" name="cardnumber" value="[% patron.cardnumber | html %]" />
262
                        <input type="hidden" name="cardnumber" value="[% patron.cardnumber | html %]" />
263
                        <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
263
                        <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
264
                        <input name="op" type="hidden" value="Upload" />
264
                        <input name="op-cud" type="hidden" value="Upload" />
265
                    </form>
265
                    </form>
266
                </div>
266
                </div>
267
                <div class="dialog message" style="display:none" id="camera-error">
267
                <div class="dialog message" style="display:none" id="camera-error">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/serials_multi_receiving.inc (-1 / +1 lines)
Lines 16-22 Link Here
16
                                <input type="checkbox" id="date_received_today" name="date_received_today" />
16
                                <input type="checkbox" id="date_received_today" name="date_received_today" />
17
                            </li>
17
                            </li>
18
                        </ol>
18
                        </ol>
19
                        <input type="hidden" name="op" value="gennext" />
19
                        <input type="hidden" name="op-cud" value="gennext" />
20
20
21
                        [%# subscriptionidlist is used from serials-collection, subscriptionid is used from serils-edit %]
21
                        [%# subscriptionidlist is used from serials-collection, subscriptionid is used from serils-edit %]
22
                        <input type="hidden" name="subscriptionid" value="[% subscriptionidlist || subscriptionid | html %]" />
22
                        <input type="hidden" name="subscriptionid" value="[% subscriptionidlist || subscriptionid | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc (-1 / +1 lines)
Lines 22-28 Link Here
22
                    <form id="deleteshelf_toolbar_form" action="shelves.pl" method="post">
22
                    <form id="deleteshelf_toolbar_form" action="shelves.pl" method="post">
23
                        [% INCLUDE 'csrf-token.inc' %]
23
                        [% INCLUDE 'csrf-token.inc' %]
24
                        [% INCLUDE 'csrf-token.inc' %]
24
                        [% INCLUDE 'csrf-token.inc' %]
25
                        <input type="hidden" name="op" value="delete">
25
                        <input type="hidden" name="op-cud" value="delete">
26
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]">
26
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]">
27
                    </form>
27
                    </form>
28
                </li>
28
                </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 138-144 Link Here
138
                                        </div>
138
                                        </div>
139
                                    </div> <!-- /#searchheader -->
139
                                    </div> <!-- /#searchheader -->
140
140
141
                                    <input type="hidden" name="op" value="import_records"/>
141
                                    <input type="hidden" name="op-cud" value="import_records"/>
142
                                    <input type="hidden" name="basketno" value="[% basketno | html %]" />
142
                                    <input type="hidden" name="basketno" value="[% basketno | html %]" />
143
                                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
143
                                    <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
144
                                    <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
144
                                    <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-6 / +6 lines)
Lines 107-113 Link Here
107
                                            <div class="btn-group">
107
                                            <div class="btn-group">
108
                                                <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
108
                                                <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
109
                                                    [% INCLUDE 'csrf-token.inc' %]
109
                                                    [% INCLUDE 'csrf-token.inc' %]
110
                                                    <input type="hidden" name="op" value="email" />
110
                                                    <input type="hidden" name="op-cud" value="email" />
111
                                                    <input type="hidden" name="basketno" value="[% basketno | html %]" />
111
                                                    <input type="hidden" name="basketno" value="[% basketno | html %]" />
112
                                                    <button type="submit" class="btn btn-default" id="emailvendorbutton"><i class="fa-solid fa-envelope"></i> E-mail order</button>
112
                                                    <button type="submit" class="btn btn-default" id="emailvendorbutton"><i class="fa-solid fa-envelope"></i> E-mail order</button>
113
                                                </form>
113
                                                </form>
Lines 330-336 Link Here
330
                                                                </div>
330
                                                                </div>
331
                                                                <input type="hidden" id="basketno" name="basketno" value="[% basketno | html %]" />
331
                                                                <input type="hidden" id="basketno" name="basketno" value="[% basketno | html %]" />
332
                                                                <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
332
                                                                <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
333
                                                                <input type="hidden" id="op" name="op" value="mod_users" />
333
                                                                <input type="hidden" id="op" name="op-cud" value="mod_users" />
334
                                                            </form>
334
                                                            </form>
335
335
336
                                                        </li> <!-- /#managedby -->
336
                                                        </li> <!-- /#managedby -->
Lines 362-368 Link Here
362
                                                                        </select>
362
                                                                        </select>
363
                                                                        <a id="library_entry_cancel" href="#" class="cancel">Cancel</a>
363
                                                                        <a id="library_entry_cancel" href="#" class="cancel">Cancel</a>
364
                                                                        <input type="hidden" id="basketno" name="basketno" value="[% basketno | html %]" />
364
                                                                        <input type="hidden" id="basketno" name="basketno" value="[% basketno | html %]" />
365
                                                                        <input type="hidden" id="op" name="op" value="mod_branch" />
365
                                                                        <input type="hidden" id="op" name="op-cud" value="mod_branch" />
366
                                                                    </form>
366
                                                                    </form>
367
                                                                </div>
367
                                                                </div>
368
                                                            </li> <!-- #/managing_library_entry -->
368
                                                            </li> <!-- #/managing_library_entry -->
Lines 427-433 Link Here
427
                                                                            </select>
427
                                                                            </select>
428
                                                                            <a href="#" id="basket_group_cancel" class="cancel">Cancel</a>
428
                                                                            <a href="#" id="basket_group_cancel" class="cancel">Cancel</a>
429
                                                                            <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
429
                                                                            <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
430
                                                                            <input type="hidden" value="mod_basket" name="op" />
430
                                                                            <input type="hidden" value="mod_basket" name="op-cud" />
431
                                                                            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
431
                                                                            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
432
                                                                        </form>
432
                                                                        </form>
433
                                                                    </div>
433
                                                                    </div>
Lines 897-903 Link Here
897
                    <div class="modal-body">
897
                    <div class="modal-body">
898
                        <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
898
                        <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
899
                        <input type="hidden" id="ordernumber" name="ordernumber" value="" />
899
                        <input type="hidden" id="ordernumber" name="ordernumber" value="" />
900
                        <input type="hidden" name="op" value="save" />
900
                        <input type="hidden" name="op-cud" value="save" />
901
                        <input type="hidden" id="type" name="type" value="" />
901
                        <input type="hidden" id="type" name="type" value="" />
902
                    </div>
902
                    </div>
903
                    <div class="modal-footer">
903
                    <div class="modal-footer">
Lines 923-929 Link Here
923
                        <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% books_loo.estimated_delivery_date | html %]"/>
923
                        <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% books_loo.estimated_delivery_date | html %]"/>
924
                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
924
                        <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
925
                        <input type="hidden" id="date_ordernumber" name="ordernumber" value="" />
925
                        <input type="hidden" id="date_ordernumber" name="ordernumber" value="" />
926
                        <input type="hidden" name="op" value="save" />
926
                        <input type="hidden" name="op-cud" value="save" />
927
                    </div>
927
                    </div>
928
                    <div class="modal-footer">
928
                    <div class="modal-footer">
929
                        <button type="submit" class="btn btn-default">Save</button>
929
                        <button type="submit" class="btn btn-default">Save</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 232-238 Link Here
232
                                        [% IF ( basketgroupid ) %]
232
                                        [% IF ( basketgroupid ) %]
233
                                            <input type="hidden" name="basketgroupid" value="[% basketgroupid | html %]" />
233
                                            <input type="hidden" name="basketgroupid" value="[% basketgroupid | html %]" />
234
                                        [% END %]
234
                                        [% END %]
235
                                        <input type="hidden" name="op" value="attachbasket" />
235
                                        <input type="hidden" name="op-cud" value="attachbasket" />
236
                                        <input type="submit" class="btn btn-primary" value="Save" /> <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]" class="cancel">Cancel</a>
236
                                        <input type="submit" class="btn btn-primary" value="Save" /> <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]" class="cancel">Cancel</a>
237
                                    </fieldset>
237
                                    </fieldset>
238
                                [% END %]
238
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-1 / +1 lines)
Lines 147-153 Link Here
147
        [% END %]
147
        [% END %]
148
148
149
        <fieldset class="action">
149
        <fieldset class="action">
150
            <input type="hidden" name="op" value="add_validate" />
150
            <input type="hidden" name="op-cud" value="add_validate" />
151
            <input type="submit" class="btn btn-primary" value="Save" />
151
            <input type="submit" class="btn btn-primary" value="Save" />
152
            [% IF ( basketno ) %]
152
            [% IF ( basketno ) %]
153
                <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
153
                <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-3 / +3 lines)
Lines 68-74 Link Here
68
        </legend>
68
        </legend>
69
        <div id="orders_filters">
69
        <div id="orders_filters">
70
            [% INCLUDE 'filter-orders.inc' %]
70
            [% INCLUDE 'filter-orders.inc' %]
71
            <input type="hidden" name="op" value="select" />
71
            <input type="hidden" name="op-cud" value="select" />
72
            <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
72
            <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
73
73
74
            <input type="hidden" name="ordernumbers" value="[% ordernumbers.join(',') | html %]" />
74
            <input type="hidden" name="ordernumbers" value="[% ordernumbers.join(',') | html %]" />
Lines 177-183 Link Here
177
        </table>
177
        </table>
178
    </div>
178
    </div>
179
    <fieldset class="action">
179
    <fieldset class="action">
180
        <input type="hidden" name="op" value="batch_edit" />
180
        <input type="hidden" name="op-cud" value="batch_edit" />
181
        <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
181
        <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
182
        <button type="submit" class="btn btn-primary go_to_batch_edit">Next <i class="fa fa-fw fa-arrow-right"></i></button>
182
        <button type="submit" class="btn btn-primary go_to_batch_edit">Next <i class="fa fa-fw fa-arrow-right"></i></button>
183
    </fieldset>
183
    </fieldset>
Lines 256-262 Link Here
256
        [% FOREACH ordernumber IN ordernumbers %]
256
        [% FOREACH ordernumber IN ordernumbers %]
257
            <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
257
            <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
258
        [% END %]
258
        [% END %]
259
        <input type="hidden" name="op" value="do_duplicate" />
259
        <input type="hidden" name="op-cud" value="do_duplicate" />
260
        <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
260
        <input type="hidden" name="basketno" value="[% basket.basketno | html %]" />
261
        <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
261
        <!-- origquantityrec only here for javascript compatibility (additem.js needs it, useless here, useful when receiveing an order -->
262
        <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="1" />
262
        <input id="origquantityrec" readonly="readonly" type="hidden" name="origquantityrec" value="1" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +1 lines)
Lines 91-97 Link Here
91
              <fieldset class="rows">
91
              <fieldset class="rows">
92
                  <legend>Upload new file</legend>
92
                  <legend>Upload new file</legend>
93
                  <ol>
93
                  <ol>
94
                      <li><input type="hidden" name="op" value="upload" />
94
                      <li><input type="hidden" name="op-cud" value="upload" />
95
                      <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
95
                      <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
96
                      <label for="description">Description:</label>
96
                      <label for="description">Description:</label>
97
                      <input name="description" id="description" type="text" /></li>
97
                      <input name="description" id="description" type="text" /></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +2 lines)
Lines 137-143 Link Here
137
                    </fieldset>
137
                    </fieldset>
138
                    [% UNLESS readonly %]
138
                    [% UNLESS readonly %]
139
                        <fieldset class="action">
139
                        <fieldset class="action">
140
                            <input type="hidden" name="op" value="mod" />
140
                            <input type="hidden" name="op-cud" value="mod" />
141
                            <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
141
                            <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
142
                            <input type="submit" class="btn btn-primary" value="Save" />
142
                            <input type="submit" class="btn btn-primary" value="Save" />
143
                            [% IF CAN_user_acquisition_delete_invoices AND NOT orders_loop.size %]
143
                            [% IF CAN_user_acquisition_delete_invoices AND NOT orders_loop.size %]
Lines 292-298 Link Here
292
                    </fieldset>
292
                    </fieldset>
293
                    [% UNLESS readonly %]
293
                    [% UNLESS readonly %]
294
                        <fieldset class="action" id="submit_invoice_adjustment">
294
                        <fieldset class="action" id="submit_invoice_adjustment">
295
                            <input type="hidden" name="op" value="mod_adj" />
295
                            <input type="hidden" name="op-cud" value="mod_adj" />
296
                            <input type="submit" class="btn btn-primary" value="Update adjustments" />
296
                            <input type="submit" class="btn btn-primary" value="Update adjustments" />
297
                            <a href="#" id="cancel_invoice_adjustment" class="toggle_invoice_adjustment cancel" style="display:none"><i class="fa fa-times"></i> Cancel</a>
297
                            <a href="#" id="cancel_invoice_adjustment" class="toggle_invoice_adjustment cancel" style="display:none"><i class="fa fa-times"></i> Cancel</a>
298
                        </fieldset>
298
                        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 227-233 Link Here
227
                                            <input type="submit" class="btn btn-primary" value="Merge" />
227
                                            <input type="submit" class="btn btn-primary" value="Merge" />
228
                                        </li>
228
                                        </li>
229
                                    </ol>
229
                                    </ol>
230
                                    <input type="hidden" name="op" value="mod" />
230
                                    <input type="hidden" name="op-cud" value="mod" />
231
                                    <input type="hidden" id="merge_invoiceid" name="invoiceid" value="" />
231
                                    <input type="hidden" id="merge_invoiceid" name="invoiceid" value="" />
232
                                </fieldset> <!-- /.rows -->
232
                                </fieldset> <!-- /.rows -->
233
                            </form> <!-- /#merge_invoice_form -->
233
                            </form> <!-- /#merge_invoice_form -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-3 / +3 lines)
Lines 54-60 Link Here
54
[% IF lateorders.size %]
54
[% IF lateorders.size %]
55
<form action="lateorders.pl" name="claim" method="post">
55
<form action="lateorders.pl" name="claim" method="post">
56
    [% INCLUDE 'csrf-token.inc' %]
56
    [% INCLUDE 'csrf-token.inc' %]
57
  <input type="hidden" name="op" value="send_alert" />
57
  <input type="hidden" name="op-cud" value="send_alert" />
58
  <input type="hidden" name="delay" value="[% delay | html %]" />
58
  <input type="hidden" name="delay" value="[% delay | html %]" />
59
  <input type="hidden" name="booksellerid" value="[% bookseller_filter.id | html %]" />
59
  <input type="hidden" name="booksellerid" value="[% bookseller_filter.id | html %]" />
60
	[% IF ( letters ) %]
60
	[% IF ( letters ) %]
Lines 287-293 Link Here
287
                <div class="modal-body">
287
                <div class="modal-body">
288
                <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
288
                <textarea id="ordernotes" name="ordernotes" rows="3" cols="30" class="focus">[% ordernotes | html %]</textarea>
289
                <input type="hidden" id="notes_ordernumber" name="ordernumber" value="" />
289
                <input type="hidden" id="notes_ordernumber" name="ordernumber" value="" />
290
                <input type="hidden" name="op" value="save" />
290
                <input type="hidden" name="op-cud" value="save" />
291
                <input type="hidden" id="type" name="type" value="" />
291
                <input type="hidden" id="type" name="type" value="" />
292
            </div>
292
            </div>
293
            <div class="modal-footer">
293
            <div class="modal-footer">
Lines 313-319 Link Here
313
                <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | html %]"/>
313
                <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | html %]"/>
314
                <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
314
                <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
315
                <input type="hidden" id="date_ordernumber" name="ordernumber" value="" />
315
                <input type="hidden" id="date_ordernumber" name="ordernumber" value="" />
316
                <input type="hidden" name="op" value="save" />
316
                <input type="hidden" name="op-cud" value="save" />
317
            </div>
317
            </div>
318
            <div class="modal-footer">
318
            <div class="modal-footer">
319
                <button type="submit" class="btn btn-default">Save</button>
319
                <button type="submit" class="btn btn-default">Save</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
        </fieldset>
45
        </fieldset>
46
        <input type="hidden" name="referrer" value="[% referrer | html %]" />
46
        <input type="hidden" name="referrer" value="[% referrer | html %]" />
47
        <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
47
        <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
48
        <input type="hidden" name="op" value="save" />
48
        <input type="hidden" name="op-cud" value="save" />
49
        <fieldset class="action">
49
        <fieldset class="action">
50
          <input type="submit" class="btn btn-primary" value="Save" />
50
          <input type="submit" class="btn btn-primary" value="Save" />
51
          <a class="cancel" href="[% referrer | url %]">Cancel</a>
51
          <a class="cancel" href="[% referrer | url %]">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
        </fieldset>
54
        </fieldset>
55
        <input type="hidden" name="referrer" value="[% referrer | html %]" />
55
        <input type="hidden" name="referrer" value="[% referrer | html %]" />
56
        <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
56
        <input type="hidden" name="ordernumber" value="[% ordernumber | html %]" />
57
        <input type="hidden" name="op" value="save" />
57
        <input type="hidden" name="op-cud" value="save" />
58
        <input type="hidden" name="type" value="[% type | html %]" />
58
        <input type="hidden" name="type" value="[% type | html %]" />
59
        <fieldset class="action">
59
        <fieldset class="action">
60
          <input type="submit" class="btn btn-primary" value="Save" />
60
          <input type="submit" class="btn btn-primary" value="Save" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 304-310 Link Here
304
                [% END %]
304
                [% END %]
305
                </select>
305
                </select>
306
                <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
306
                <input type="hidden" id="basketno" value="[% basketno | html %]" name="basketno" />
307
                <input type="hidden" value="mod_basket" name="op" />
307
                <input type="hidden" value="mod_basket" name="op-cud" />
308
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
308
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
309
            </li>
309
            </li>
310
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Change basketgroup" /></fieldset>
310
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Change basketgroup" /></fieldset>
Lines 334-340 Link Here
334
                      [% END %]
334
                      [% END %]
335
                    </ul>
335
                    </ul>
336
                    <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
336
                    <input type="hidden" id="users_ids" name="users_ids" value="[% users_ids | html %]" />
337
                    <input type="hidden" id="op" name="op" value="mod_users" />
337
                    <input type="hidden" id="op" name="op-cud" value="mod_users" />
338
                    <input type="button" id="add_user" class="btn btn-default" onclick="UserSearchPopup();" value="Add user" />
338
                    <input type="button" id="add_user" class="btn btn-default" onclick="UserSearchPopup();" value="Add user" />
339
                </div>
339
                </div>
340
            </li>
340
            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 107-113 Link Here
107
            [% INCLUDE 'csrf-token.inc' %]
107
            [% INCLUDE 'csrf-token.inc' %]
108
            <fieldset class="rows">
108
            <fieldset class="rows">
109
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
109
                <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
110
                <input type="hidden" name="op" value="validate" />
110
                <input type="hidden" name="op-cud" value="validate" />
111
                <table id="uncertainpricet">
111
                <table id="uncertainpricet">
112
                    <thead>
112
                    <thead>
113
                        <tr>
113
                        <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendor_issues.tt (-2 / +2 lines)
Lines 93-99 Link Here
93
93
94
    <form action="/cgi-bin/koha/acqui/vendor_issues.pl" name="Aform" method="post" class="validated">
94
    <form action="/cgi-bin/koha/acqui/vendor_issues.pl" name="Aform" method="post" class="validated">
95
        [% INCLUDE 'csrf-token.inc' %]
95
        [% INCLUDE 'csrf-token.inc' %]
96
        <input type="hidden" name="op" value="add_validate" />
96
        <input type="hidden" name="op-cud" value="add_validate" />
97
        <input type="hidden" name="booksellerid" value="[% vendor.id | html %]" />
97
        <input type="hidden" name="booksellerid" value="[% vendor.id | html %]" />
98
        <input type="hidden" name="issue_id" value="[% issue.issue_id| html %]" />
98
        <input type="hidden" name="issue_id" value="[% issue.issue_id| html %]" />
99
99
Lines 135-141 Link Here
135
        <h1>Delete issue #[% issue.issue_id | html %]?<h1>
135
        <h1>Delete issue #[% issue.issue_id | html %]?<h1>
136
        <form action="/cgi-bin/koha/acqui/vendor_issues.pl" method="post">
136
        <form action="/cgi-bin/koha/acqui/vendor_issues.pl" method="post">
137
            [% INCLUDE 'csrf-token.inc' %]
137
            [% INCLUDE 'csrf-token.inc' %]
138
            <input type="hidden" name="op" value="delete_confirmed" />
138
            <input type="hidden" name="op-cud" value="delete_confirmed" />
139
            <input type="hidden" name="issue_id" value="[% issue.issue_id | html %]" />
139
            <input type="hidden" name="issue_id" value="[% issue.issue_id | html %]" />
140
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
140
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
141
        </form>
141
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-2 / +2 lines)
Lines 86-92 tr.selected td { Link Here
86
    <div class="row">
86
    <div class="row">
87
    <div class="col-sm-6">
87
    <div class="col-sm-6">
88
    <h1>Order from external source</h1>
88
    <h1>Order from external source</h1>
89
    <input type="hidden" name="op" id="op" value="do_search" />
89
    <input type="hidden" name="op-cud" id="op" value="do_search" />
90
	    <fieldset class="rows">
90
	    <fieldset class="rows">
91
         <ol>
91
         <ol>
92
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
92
             <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
Lines 248-254 tr.selected td { Link Here
248
248
249
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
249
    <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
250
        [% INCLUDE 'csrf-token.inc' %]
250
        [% INCLUDE 'csrf-token.inc' %]
251
        <input type="hidden" name="op" id="op" value="do_search" />
251
        <input type="hidden" name="op-cud" id="op" value="do_search" />
252
        <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
252
        <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
253
        <input type="hidden" id="searchtitle"  name="title" value="[% title | html %]" />
253
        <input type="hidden" id="searchtitle"  name="title" value="[% title | html %]" />
254
        <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
254
        <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-1 / +1 lines)
Lines 251-257 Link Here
251
                    <input type="hidden" name="field_id" value="[% field.id | html %]" />
251
                    <input type="hidden" name="field_id" value="[% field.id | html %]" />
252
                [% END %]
252
                [% END %]
253
                <input type="hidden" name="tablename" value="[% tablename | html %]" />
253
                <input type="hidden" name="tablename" value="[% tablename | html %]" />
254
                <input type="hidden" name="op" value="add" />
254
                <input type="hidden" name="op-cud" value="add" />
255
                <input type="submit" class="btn btn-primary" value="Save" />
255
                <input type="submit" class="btn btn-primary" value="Save" />
256
                <a href="?tablename=[% tablename | uri %]" class="cancel">Cancel</a>
256
                <a href="?tablename=[% tablename | uri %]" class="cancel">Cancel</a>
257
            </fieldset>
257
            </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-1 / +1 lines)
Lines 60-66 Link Here
60
                <fieldset>
60
                <fieldset>
61
                    <h4><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></h4>
61
                    <h4><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></h4>
62
                    <p>Manage system preferences like MARC flavor, date format, administrator email, and templates.</p>
62
                    <p>Manage system preferences like MARC flavor, date format, administrator email, and templates.</p>
63
                    <input type="hidden" name="op" value="search" />
63
                    <input type="hidden" name="op-cud" value="search" />
64
                    <input type="text" name="searchfield" value="[% searchfield | html %]" />
64
                    <input type="text" name="searchfield" value="[% searchfield | html %]" />
65
                    <input type="submit" name="ok" class="btn btn-primary" value="Search" />
65
                    <input type="submit" name="ok" class="btn btn-primary" value="Search" />
66
                </fieldset>
66
                </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt (-1 / +1 lines)
Lines 46-52 Link Here
46
                    <form id="adveditor_shortcuts" method="post" action="/cgi-bin/koha/admin/adveditorshortcuts.pl">
46
                    <form id="adveditor_shortcuts" method="post" action="/cgi-bin/koha/admin/adveditorshortcuts.pl">
47
                        [% INCLUDE 'csrf-token.inc' %]
47
                        [% INCLUDE 'csrf-token.inc' %]
48
                        <fieldset>
48
                        <fieldset>
49
                        <input type=hidden name="op" value="save" />
49
                        <input type=hidden name="op-cud" value="save" />
50
50
51
                        <table id="adv_editor_keyboard_shortcuts">
51
                        <table id="adv_editor_keyboard_shortcuts">
52
                            <thead>
52
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-4 / +4 lines)
Lines 150-156 Link Here
150
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
150
<form action="/cgi-bin/koha/admin/aqbudgetperiods.pl" id="add_modify_budget" name="f" method="post">
151
    [% INCLUDE 'csrf-token.inc' %]
151
    [% INCLUDE 'csrf-token.inc' %]
152
    <fieldset class="rows">
152
    <fieldset class="rows">
153
    <input type="hidden" name="op" value="duplicate_budget" />
153
    <input type="hidden" name="op-cud" value="duplicate_budget" />
154
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
154
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
155
155
156
    <ol>
156
    <ol>
Lines 223-229 Link Here
223
    <!-- ################################################################################# -->
223
    <!-- ################################################################################# -->
224
    <!-- display information about the budget period that must be added or modified -->
224
    <!-- display information about the budget period that must be added or modified -->
225
    <!-- ################################################################################# -->
225
    <!-- ################################################################################# -->
226
    <input type="hidden" name="op" value="add_validate" />
226
    <input type="hidden" name="op-cud" value="add_validate" />
227
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
227
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
228
    <ol>
228
    <ol>
229
    <li>
229
    <li>
Lines 312-318 Link Here
312
312
313
    <form action="[% script_name | html %]" method="post">
313
    <form action="[% script_name | html %]" method="post">
314
        [% INCLUDE 'csrf-token.inc' %]
314
        [% INCLUDE 'csrf-token.inc' %]
315
        <input type="hidden" name="op" value="delete_confirmed" />
315
        <input type="hidden" name="op-cud" value="delete_confirmed" />
316
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
316
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
317
        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
317
        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
318
    </form>
318
    </form>
Lines 378-384 Link Here
378
            </ol>
378
            </ol>
379
          </fieldset>
379
          </fieldset>
380
          <fieldset class="action">
380
          <fieldset class="action">
381
              <input type="hidden" name="op" value="close_confirmed" />
381
              <input type="hidden" name="op-cud" value="close_confirmed" />
382
              <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
382
              <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
383
              <input type="submit" class="btn btn-primary" value="Move unreceived orders" />
383
              <input type="submit" class="btn btn-primary" value="Move unreceived orders" />
384
              <a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a>
384
              <a class="cancel" href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +2 lines)
Lines 259-265 Link Here
259
            </h1>
259
            </h1>
260
    </legend>
260
    </legend>
261
261
262
    <input type="hidden" name="op" value="add_validate" />
262
    <input type="hidden" name="op-cud" value="add_validate" />
263
    <input type="hidden" name="checked" value="0" />
263
    <input type="hidden" name="checked" value="0" />
264
    <ol>
264
    <ol>
265
    [% IF ( budget_parent_id ) %]
265
    [% IF ( budget_parent_id ) %]
Lines 432-438 Link Here
432
432
433
        <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post">
433
        <form action="/cgi-bin/koha/admin/aqbudgets.pl" method="post">
434
            [% INCLUDE 'csrf-token.inc' %]
434
            [% INCLUDE 'csrf-token.inc' %]
435
            <input type="hidden" name="op" value="delete_confirmed" />
435
            <input type="hidden" name="op-cud" value="delete_confirmed" />
436
            <input type="hidden" name="budget_id" value="[% budget_id | html %]" />
436
            <input type="hidden" name="budget_id" value="[% budget_id | html %]" />
437
            <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
437
            <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
438
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this fund</button>
438
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this fund</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-2 / +2 lines)
Lines 103-109 Link Here
103
                <div class="page-section">
103
                <div class="page-section">
104
                    <form name="Aform" action="/cgi-bin/koha/admin/aqcontract.pl" id="add_modify_contract" method="post">
104
                    <form name="Aform" action="/cgi-bin/koha/admin/aqcontract.pl" id="add_modify_contract" method="post">
105
                        [% INCLUDE 'csrf-token.inc' %]
105
                        [% INCLUDE 'csrf-token.inc' %]
106
                        <input type="hidden" name="op" value="add_validate" />
106
                        <input type="hidden" name="op-cud" value="add_validate" />
107
                        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
107
                        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
108
                        <input type="hidden" name="checked" value="0" />
108
                        <input type="hidden" name="checked" value="0" />
109
                        [% IF ( contractnumber ) %]
109
                        [% IF ( contractnumber ) %]
Lines 164-170 Link Here
164
                        </table>
164
                        </table>
165
                        <form action="[% script_name | html %]" method="post">
165
                        <form action="[% script_name | html %]" method="post">
166
                            [% INCLUDE 'csrf-token.inc' %]
166
                            [% INCLUDE 'csrf-token.inc' %]
167
                            <input type="hidden" name="op" value="delete_confirmed" />
167
                            <input type="hidden" name="op-cud" value="delete_confirmed" />
168
                            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
168
                            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
169
                            <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
169
                            <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
170
                            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete contract</button>
170
                            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete contract</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +1 lines)
Lines 169-175 Link Here
169
        [% IF ( budget_period_locked ) %]
169
        [% IF ( budget_period_locked ) %]
170
            <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled="disabled"/> -->
170
            <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled="disabled"/> -->
171
        [% ELSE %]
171
        [% ELSE %]
172
            <input type="hidden" name="op" value="save" />
172
            <input type="hidden" name="op-cud" value="save" />
173
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save" /></fieldset>
173
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save" /></fieldset>
174
        [% END %]
174
        [% END %]
175
175
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-2 / +2 lines)
Lines 83-89 Link Here
83
    <div class="hint">You can drag and drop the subfield tabs to change the order.</div>
83
    <div class="hint">You can drag and drop the subfield tabs to change the order.</div>
84
    <form action="[% script_name | html %]" name="Aform" method="post">
84
    <form action="[% script_name | html %]" name="Aform" method="post">
85
        [% INCLUDE 'csrf-token.inc' %]
85
        [% INCLUDE 'csrf-token.inc' %]
86
        <input type="hidden" name="op" value="add_validate" />
86
        <input type="hidden" name="op-cud" value="add_validate" />
87
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
87
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
88
        <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
88
        <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
89
        <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save changes" /> <a class="cancel" href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;authtypecode=[% authtypecode | uri %]">Cancel</a></fieldset>
89
        <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save changes" /> <a class="cancel" href="/cgi-bin/koha/admin/auth_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;authtypecode=[% authtypecode | uri %]">Cancel</a></fieldset>
Lines 286-292 Link Here
286
        <h1>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h1>
286
        <h1>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h1>
287
        <form action="[% delete_link | html %]" method="post">
287
        <form action="[% delete_link | html %]" method="post">
288
            [% INCLUDE 'csrf-token.inc' %]
288
            [% INCLUDE 'csrf-token.inc' %]
289
            <input type="hidden" name="op" value="delete_confirmed" />
289
            <input type="hidden" name="op-cud" value="delete_confirmed" />
290
            <table>
290
            <table>
291
                <tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr>
291
                <tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr>
292
                <tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr>
292
                <tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-3 / +3 lines)
Lines 144-150 Link Here
144
    </h2>
144
    </h2>
145
    <form action="[% script_name | html %]" name="Aform" method="post" class="validated">
145
    <form action="[% script_name | html %]" name="Aform" method="post" class="validated">
146
        [% INCLUDE 'csrf-token.inc' %]
146
        [% INCLUDE 'csrf-token.inc' %]
147
        <input type="hidden" name="op" value="add_validate" />
147
        <input type="hidden" name="op-cud" value="add_validate" />
148
        [% IF ( heading_modify_tag_p ) %]<input type="hidden" name="modif" value="1" />[% END %]
148
        [% IF ( heading_modify_tag_p ) %]<input type="hidden" name="modif" value="1" />[% END %]
149
        <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
149
        <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
150
        <fieldset class="rows">
150
        <fieldset class="rows">
Lines 203-209 Link Here
203
            <table>
203
            <table>
204
                <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr>
204
                <tr><th scope="row">Tag: </th><td>[% searchfield | html %] [% liblibrarian | html %]</td></tr>
205
            </table>
205
            </table>
206
            <input type="hidden" name="op" value="delete_confirmed" />
206
            <input type="hidden" name="op-cud" value="delete_confirmed" />
207
            <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
207
            <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
208
            <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
208
            <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
209
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
209
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
Lines 228-234 Link Here
228
228
229
    <form action="[% script_name | html %]" method="post">
229
    <form action="[% script_name | html %]" method="post">
230
        [% INCLUDE 'csrf-token.inc' %]
230
        [% INCLUDE 'csrf-token.inc' %]
231
        <input type="hidden" name="op" value="authtype_create_confirm" />
231
        <input type="hidden" name="op-cud" value="authtype_create_confirm" />
232
        <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
232
        <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" />
233
        Create authority framework for [% authtypecode | html %] using
233
        Create authority framework for [% authtypecode | html %] using
234
        <select name="existingauthtypecode">
234
        <select name="existingauthtypecode">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-3 / +3 lines)
Lines 131-144 Link Here
131
                                        <label for="category" class="required">Category: </label>
131
                                        <label for="category" class="required">Category: </label>
132
                                        <input type="text" name="category"  id="category" size="32" maxlength="32" class="focus required" />
132
                                        <input type="text" name="category"  id="category" size="32" maxlength="32" class="focus required" />
133
                                        <span class="required">Required</span>
133
                                        <span class="required">Required</span>
134
                                        <input type="hidden" name="op" value="add_category" />
134
                                        <input type="hidden" name="op-cud" value="add_category" />
135
                                    </li>
135
                                    </li>
136
                                </ol>
136
                                </ol>
137
                            [% ELSE %]
137
                            [% ELSE %]
138
                                <ol>
138
                                <ol>
139
                                    <li>
139
                                    <li>
140
                                        <span class="label">Category</span>
140
                                        <span class="label">Category</span>
141
                                        <input type="hidden" name="op" value="add" />
141
                                        <input type="hidden" name="op-cud" value="add" />
142
                                        <input type="hidden" name="category" value="[% category_name | html %]" /> [% category_name | html %]
142
                                        <input type="hidden" name="category" value="[% category_name | html %]" /> [% category_name | html %]
143
                                    </li>
143
                                    </li>
144
                                    <li>
144
                                    <li>
Lines 313-319 Link Here
313
                                [% UNLESS category.is_system %]
313
                                [% UNLESS category.is_system %]
314
                                    <form id="delete_category" action="/cgi-bin/koha/admin/authorised_values.pl" method="post">
314
                                    <form id="delete_category" action="/cgi-bin/koha/admin/authorised_values.pl" method="post">
315
                                        [% INCLUDE 'csrf-token.inc' %]
315
                                        [% INCLUDE 'csrf-token.inc' %]
316
                                        <input type="hidden" name="op" value="delete_category" />
316
                                        <input type="hidden" name="op-cud" value="delete_category" />
317
                                        <input type="hidden" name="category_name" value="[% category.category_name | html %]" />
317
                                        <input type="hidden" name="category_name" value="[% category.category_name | html %]" />
318
                                        <button type="submit"><i class="fa fa-plus"></i> Delete category '[% category.category_name | html %]' </button>
318
                                        <button type="submit"><i class="fa fa-plus"></i> Delete category '[% category.category_name | html %]' </button>
319
                                    </form>
319
                                    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-3 / +3 lines)
Lines 104-110 Link Here
104
                <li>
104
                <li>
105
                    [% IF authority_type.authtypecode.defined %]
105
                    [% IF authority_type.authtypecode.defined %]
106
                            <span class="label">Authority type</span>
106
                            <span class="label">Authority type</span>
107
                            <input type="hidden" name="op" value="add_validate" />
107
                            <input type="hidden" name="op-cud" value="add_validate" />
108
                            <input type="hidden" name="checked" value="0" />
108
                            <input type="hidden" name="checked" value="0" />
109
                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />[% authority_type.authtypecode | html %]
109
                            <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />[% authority_type.authtypecode | html %]
110
                    [% ELSE %]
110
                    [% ELSE %]
Lines 127-133 Link Here
127
                    <div class="hint">Note: for 'Authority field to copy', enter the authority field that should be copied from the authority record to the bibliographic record. E.g., in MARC21, field 100 in the authority record should be copied to field 100 in the bibliographic record</div>
127
                    <div class="hint">Note: for 'Authority field to copy', enter the authority field that should be copied from the authority record to the bibliographic record. E.g., in MARC21, field 100 in the authority record should be copied to field 100 in the bibliographic record</div>
128
                    <label for="auth_tag_to_report">Authority field to copy: </label>
128
                    <label for="auth_tag_to_report">Authority field to copy: </label>
129
                    <input type="text" id="auth_tag_to_report" name="auth_tag_to_report" size="5" maxlength="3" value="[% authority_type.auth_tag_to_report | html %]" />
129
                    <input type="text" id="auth_tag_to_report" name="auth_tag_to_report" size="5" maxlength="3" value="[% authority_type.auth_tag_to_report | html %]" />
130
                    <input type="hidden" name="op" value="add_validate" />
130
                    <input type="hidden" name="op-cud" value="add_validate" />
131
                    [% IF authority_type.authtypecode.defined %]
131
                    [% IF authority_type.authtypecode.defined %]
132
                        <input type="hidden" name="is_a_modif" value="1" />
132
                        <input type="hidden" name="is_a_modif" value="1" />
133
                    [% END %]
133
                    [% END %]
Lines 151-157 Link Here
151
            <h1>Confirm deletion of authority structure definition for <span class="ex">'[% authority_type.authtypetext | html %]' ([% authority_type.authtypecode | html %])</span></h1>
151
            <h1>Confirm deletion of authority structure definition for <span class="ex">'[% authority_type.authtypetext | html %]' ([% authority_type.authtypecode | html %])</span></h1>
152
            <form action="/cgi-bin/koha/admin/authtypes.pl" method="post">
152
            <form action="/cgi-bin/koha/admin/authtypes.pl" method="post">
153
                [% INCLUDE 'csrf-token.inc' %]
153
                [% INCLUDE 'csrf-token.inc' %]
154
                <input type="hidden" name="op" value="delete_confirmed" />
154
                <input type="hidden" name="op-cud" value="delete_confirmed" />
155
                <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
155
                <input type="hidden" name="authtypecode" value="[% authority_type.authtypecode | html %]" />
156
                <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
156
                <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
157
            </form>
157
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-2 / +2 lines)
Lines 101-107 Link Here
101
    <h1>[% IF framework %]Modify framework text[% ELSE %]Add framework[% END %]</h1>
101
    <h1>[% IF framework %]Modify framework text[% ELSE %]Add framework[% END %]</h1>
102
    <form action="/cgi-bin/koha/admin/biblio_framework.pl" name="Aform" method="post" class="validated">
102
    <form action="/cgi-bin/koha/admin/biblio_framework.pl" name="Aform" method="post" class="validated">
103
        [% INCLUDE 'csrf-token.inc' %]
103
        [% INCLUDE 'csrf-token.inc' %]
104
        <input type="hidden" name="op" value="add_validate" />
104
        <input type="hidden" name="op-cud" value="add_validate" />
105
        <fieldset class="rows">
105
        <fieldset class="rows">
106
            <ol>
106
            <ol>
107
                [% IF framework %]
107
                [% IF framework %]
Lines 143-149 Link Here
143
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
143
            <h1>Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])?</h1>
144
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
144
            <form class="inline" action="/cgi-bin/koha/admin/biblio_framework.pl" method="post">
145
                [% INCLUDE 'csrf-token.inc' %]
145
                [% INCLUDE 'csrf-token.inc' %]
146
                <input type="hidden" name="op" value="delete_confirmed" />
146
                <input type="hidden" name="op-cud" value="delete_confirmed" />
147
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
147
                <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
148
                <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this framework</button>
148
                <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this framework</button>
149
            </form>
149
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-2 / +2 lines)
Lines 126-132 Link Here
126
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
126
    <form action="/cgi-bin/koha/admin/branches.pl" id="Aform" name="Aform" class="validated" method="post">
127
        [% INCLUDE 'csrf-token.inc' %]
127
        [% INCLUDE 'csrf-token.inc' %]
128
        <fieldset class="rows">
128
        <fieldset class="rows">
129
            <input type="hidden" name="op" value="add_validate" />
129
            <input type="hidden" name="op-cud" value="add_validate" />
130
            [% IF library %]
130
            [% IF library %]
131
                <input type="hidden" name="is_a_modif" value="1" />
131
                <input type="hidden" name="is_a_modif" value="1" />
132
            [% END %]
132
            [% END %]
Lines 301-307 Link Here
301
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
301
        <form action="/cgi-bin/koha/admin/branches.pl" method="post">
302
            [% INCLUDE 'csrf-token.inc' %]
302
            [% INCLUDE 'csrf-token.inc' %]
303
            <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1>
303
            <h1>Are you sure you want to delete [% library.branchname | html %] ([% library.branchcode | html %])?</h1>
304
            <input type="hidden" name="op" value="delete_confirmed" />
304
            <input type="hidden" name="op-cud" value="delete_confirmed" />
305
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
305
            <input type="hidden" name="branchcode" value="[% library.branchcode | html %]" />
306
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
306
            <input type="hidden" name="branchname" value="[% library.branchname | html %]">
307
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
307
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-1 / +1 lines)
Lines 99-105 Link Here
99
                    [% INCLUDE 'csrf-token.inc' %]
99
                    [% INCLUDE 'csrf-token.inc' %]
100
100
101
                    <fieldset class="rows">
101
                    <fieldset class="rows">
102
                        <input type="hidden" name="op" value="add_validate" />
102
                        <input type="hidden" name="op-cud" value="add_validate" />
103
                        <ol>
103
                        <ol>
104
                        [% IF cash_register %]
104
                        [% IF cash_register %]
105
                            <li>
105
                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-2 / +2 lines)
Lines 115-121 Link Here
115
[% IF op == 'add_form' %]
115
[% IF op == 'add_form' %]
116
    <form id="category_form" action="/cgi-bin/koha/admin/categories.pl" method="post">
116
    <form id="category_form" action="/cgi-bin/koha/admin/categories.pl" method="post">
117
        [% INCLUDE 'csrf-token.inc' %]
117
        [% INCLUDE 'csrf-token.inc' %]
118
        <input type="hidden" name="op" value="add_validate" />
118
        <input type="hidden" name="op-cud" value="add_validate" />
119
        <input type="hidden" name="checked" value="0" />
119
        <input type="hidden" name="checked" value="0" />
120
        [% IF category %]
120
        [% IF category %]
121
            <h1>[% tx("Modify category '{categorycode}'", { categorycode = categorycode }) | html %]</h1>
121
            <h1>[% tx("Modify category '{categorycode}'", { categorycode = categorycode }) | html %]</h1>
Lines 510-516 Link Here
510
            [% IF patrons_in_category > 0 %]
510
            [% IF patrons_in_category > 0 %]
511
                <input type="submit" class="btn btn-primary" value="OK" />
511
                <input type="submit" class="btn btn-primary" value="OK" />
512
            [% ELSE %]
512
            [% ELSE %]
513
                <input type="hidden" name="op" value="delete_confirmed" />
513
                <input type="hidden" name="op-cud" value="delete_confirmed" />
514
                <input type="hidden" name="categorycode" value="[% categorycode | html %]" />
514
                <input type="hidden" name="categorycode" value="[% categorycode | html %]" />
515
                <input type="submit" class="btn btn-primary" value="Delete this category" />
515
                <input type="submit" class="btn btn-primary" value="Delete this category" />
516
                <a class="cancel" href="/cgi-bin/koha/admin/categories.pl">Cancel</a>
516
                <a class="cancel" href="/cgi-bin/koha/admin/categories.pl">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +2 lines)
Lines 102-108 Link Here
102
102
103
    <form action="/cgi-bin/koha/admin/cities.pl" name="Aform" method="post" class="validated">
103
    <form action="/cgi-bin/koha/admin/cities.pl" name="Aform" method="post" class="validated">
104
        [% INCLUDE 'csrf-token.inc' %]
104
        [% INCLUDE 'csrf-token.inc' %]
105
        <input type="hidden" name="op" value="add_validate" />
105
        <input type="hidden" name="op-cud" value="add_validate" />
106
        <input type="hidden" name="cityid" value="[% city.cityid | html %]" />
106
        <input type="hidden" name="cityid" value="[% city.cityid | html %]" />
107
107
108
        <fieldset class="rows">
108
        <fieldset class="rows">
Lines 160-166 Link Here
160
        </table>
160
        </table>
161
        <form action="/cgi-bin/koha/admin/cities.pl" method="post">
161
        <form action="/cgi-bin/koha/admin/cities.pl" method="post">
162
            [% INCLUDE 'csrf-token.inc' %]
162
            [% INCLUDE 'csrf-token.inc' %]
163
            <input type="hidden" name="op" value="delete_confirmed" />
163
            <input type="hidden" name="op-cud" value="delete_confirmed" />
164
            <input type="hidden" name="cityid" value="[% city.cityid | html %]" />
164
            <input type="hidden" name="cityid" value="[% city.cityid | html %]" />
165
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
165
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
166
        </form>
166
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-3 / +3 lines)
Lines 149-155 Link Here
149
  [% END %]
149
  [% END %]
150
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
150
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
151
    [% INCLUDE 'csrf-token.inc' %]
151
    [% INCLUDE 'csrf-token.inc' %]
152
  <input type="hidden" name="op" value="add_source_validate" />
152
  <input type="hidden" name="op-cud" value="add_source_validate" />
153
  <fieldset class="rows">
153
  <fieldset class="rows">
154
    <ol>
154
    <ol>
155
      <li>
155
      <li>
Lines 214-220 Link Here
214
  [% END %]
214
  [% END %]
215
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
215
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
216
    [% INCLUDE 'csrf-token.inc' %]
216
    [% INCLUDE 'csrf-token.inc' %]
217
  <input type="hidden" name="op" value="add_sort_rule_validate" />
217
  <input type="hidden" name="op-cud" value="add_sort_rule_validate" />
218
  <fieldset class="rows">
218
  <fieldset class="rows">
219
    <ol>
219
    <ol>
220
      <li>
220
      <li>
Lines 261-267 Link Here
261
  [% END %]
261
  [% END %]
262
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
262
<form action="[% script_name | html %]" name="Aform" class="validated" method="post">
263
    [% INCLUDE 'csrf-token.inc' %]
263
    [% INCLUDE 'csrf-token.inc' %]
264
  <input type="hidden" name="op" value="add_split_rule_validate" />
264
  <input type="hidden" name="op-cud" value="add_split_rule_validate" />
265
  <fieldset class="rows">
265
  <fieldset class="rows">
266
    <ol>
266
    <ol>
267
      <li>
267
      <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-1 / +1 lines)
Lines 84-90 Link Here
84
84
85
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
85
                    <form action="/cgi-bin/koha/admin/credit_types.pl" name="Aform" method="post" class="validated">
86
                        [% INCLUDE 'csrf-token.inc' %]
86
                        [% INCLUDE 'csrf-token.inc' %]
87
                        <input type="hidden" name="op" value="add_validate" />
87
                        <input type="hidden" name="op-cud" value="add_validate" />
88
                        <fieldset class="rows">
88
                        <fieldset class="rows">
89
                            <ol>
89
                            <ol>
90
                                <li>
90
                                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt (-1 / +1 lines)
Lines 166-172 Link Here
166
            </div>
166
            </div>
167
        </div>
167
        </div>
168
168
169
        <input type="hidden" name="op" value="save" />
169
        <input type="hidden" name="op-cud" value="save" />
170
170
171
        <fieldset class="action">
171
        <fieldset class="action">
172
            <input type="submit" class="btn btn-primary" value="Save configuration" />
172
            <input type="submit" class="btn btn-primary" value="Save configuration" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-2 / +2 lines)
Lines 110-116 Link Here
110
110
111
<form action="/cgi-bin/koha/admin/currency.pl" name="Aform" method="post" class="validated">
111
<form action="/cgi-bin/koha/admin/currency.pl" name="Aform" method="post" class="validated">
112
    [% INCLUDE 'csrf-token.inc' %]
112
    [% INCLUDE 'csrf-token.inc' %]
113
    <input type="hidden" name="op" value="add_validate" />
113
    <input type="hidden" name="op-cud" value="add_validate" />
114
    <fieldset class="rows">
114
    <fieldset class="rows">
115
        <legend class="sr-only">New currency entry form</legend>
115
        <legend class="sr-only">New currency entry form</legend>
116
        <ol>
116
        <ol>
Lines 197-203 Link Here
197
        </table>
197
        </table>
198
        <form action="/cgi-bin/koha/admin/currency.pl" method="post">
198
        <form action="/cgi-bin/koha/admin/currency.pl" method="post">
199
            [% INCLUDE 'csrf-token.inc' %]
199
            [% INCLUDE 'csrf-token.inc' %]
200
            <input type="hidden" name="op" value="delete_confirmed" />
200
            <input type="hidden" name="op-cud" value="delete_confirmed" />
201
            <input type="hidden" name="currency_code" value="[% currency.currency | html %]" />
201
            <input type="hidden" name="currency_code" value="[% currency.currency | html %]" />
202
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this currency</button>
202
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this currency</button>
203
        </form>
203
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-1 / +1 lines)
Lines 83-89 Link Here
83
83
84
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
84
                    <form action="/cgi-bin/koha/admin/debit_types.pl" name="Aform" method="post" class="validated">
85
                        [% INCLUDE 'csrf-token.inc' %]
85
                        [% INCLUDE 'csrf-token.inc' %]
86
                        <input type="hidden" name="op" value="add_validate" />
86
                        <input type="hidden" name="op-cud" value="add_validate" />
87
                        <fieldset class="rows">
87
                        <fieldset class="rows">
88
                            <ol>
88
                            <ol>
89
                                <li>
89
                                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-2 / +2 lines)
Lines 99-105 Link Here
99
99
100
    <form action="/cgi-bin/koha/admin/desks.pl" name="Aform" method="post" class="validated">
100
    <form action="/cgi-bin/koha/admin/desks.pl" name="Aform" method="post" class="validated">
101
        [% INCLUDE 'csrf-token.inc' %]
101
        [% INCLUDE 'csrf-token.inc' %]
102
        <input type="hidden" name="op" value="add_validate" />
102
        <input type="hidden" name="op-cud" value="add_validate" />
103
        <input type="hidden" name="desk_id" value="[% desk.desk_id | html %]" />
103
        <input type="hidden" name="desk_id" value="[% desk.desk_id | html %]" />
104
104
105
        <fieldset class="rows">
105
        <fieldset class="rows">
Lines 156-162 Link Here
156
        </table>
156
        </table>
157
        <form action="/cgi-bin/koha/admin/desks.pl" method="post">
157
        <form action="/cgi-bin/koha/admin/desks.pl" method="post">
158
            [% INCLUDE 'csrf-token.inc' %]
158
            [% INCLUDE 'csrf-token.inc' %]
159
            <input type="hidden" name="op" value="delete_confirmed" />
159
            <input type="hidden" name="op-cud" value="delete_confirmed" />
160
            <input type="hidden" name="desk_id" value="[% desk.desk_id | html %]" />
160
            <input type="hidden" name="desk_id" value="[% desk.desk_id | html %]" />
161
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
161
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
162
        </form>
162
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-2 / +2 lines)
Lines 85-91 Link Here
85
[% IF acct_form %]
85
[% IF acct_form %]
86
<form action="/cgi-bin/koha/admin/edi_accounts.pl" name="Actform" method="post">
86
<form action="/cgi-bin/koha/admin/edi_accounts.pl" name="Actform" method="post">
87
    [% INCLUDE 'csrf-token.inc' %]
87
    [% INCLUDE 'csrf-token.inc' %]
88
  <input type="hidden" name="op" value="save" />
88
  <input type="hidden" name="op-cud" value="save" />
89
  [% IF account %]
89
  [% IF account %]
90
  <input type="hidden" name="id" value="[% account.id | html %]" />
90
  <input type="hidden" name="id" value="[% account.id | html %]" />
91
  [% END %]
91
  [% END %]
Lines 285-291 Link Here
285
    [% INCLUDE 'csrf-token.inc' %]
285
    [% INCLUDE 'csrf-token.inc' %]
286
    <table>
286
    <table>
287
    </table>
287
    </table>
288
    <input type="hidden" name="op" value="delete_confirmed" />
288
    <input type="hidden" name="op-cud" value="delete_confirmed" />
289
    <input type="hidden" name="id" value="[% account.id | html %]" />
289
    <input type="hidden" name="id" value="[% account.id | html %]" />
290
    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
290
    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
291
</form>
291
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-2 / +2 lines)
Lines 76-82 Link Here
76
[% IF ean_form %]
76
[% IF ean_form %]
77
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" name="Eanform" method="post">
77
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" name="Eanform" method="post">
78
    [% INCLUDE 'csrf-token.inc' %]
78
    [% INCLUDE 'csrf-token.inc' %]
79
  <input type="hidden" name="op" value="save" />
79
  <input type="hidden" name="op-cud" value="save" />
80
  [% IF ean %]
80
  [% IF ean %]
81
      <input type="hidden" name="oldbranchcode" value="[% ean.branch.branchcode | html %]" />
81
      <input type="hidden" name="oldbranchcode" value="[% ean.branch.branchcode | html %]" />
82
      <input type="hidden" name="id" value="[% ean.id | html %]" />
82
      <input type="hidden" name="id" value="[% ean.id | html %]" />
Lines 146-152 Link Here
146
<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1>
146
<h1>Delete EAN [% ean.ean | html %] for [% ean.branch.branchname | html %]?</h1>
147
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
147
<form action="/cgi-bin/koha/admin/edi_ean_accounts.pl" method="post">
148
    [% INCLUDE 'csrf-token.inc' %]
148
    [% INCLUDE 'csrf-token.inc' %]
149
    <input type="hidden" name="op" value="delete_confirmed" />
149
    <input type="hidden" name="op-cud" value="delete_confirmed" />
150
    <input type="hidden" name="id" value="[% ean.id | html %]" />
150
    <input type="hidden" name="id" value="[% ean.id | html %]" />
151
    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
151
    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
152
</form>
152
</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt (-2 / +2 lines)
Lines 86-92 Link Here
86
    <div class="page-section">
86
    <div class="page-section">
87
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="add" name="add" class="validated" method="post">
87
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="add" name="add" class="validated" method="post">
88
            [% INCLUDE 'csrf-token.inc' %]
88
            [% INCLUDE 'csrf-token.inc' %]
89
            <input type="hidden" name="op" value="add" />
89
            <input type="hidden" name="op-cud" value="add" />
90
            <input type="hidden" name="domain_ops" value="1" />
90
            <input type="hidden" name="domain_ops" value="1" />
91
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider_id | html -%]" />
91
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider_id | html -%]" />
92
            <fieldset class="rows">
92
            <fieldset class="rows">
Lines 168-174 Link Here
168
    <div class="page-section">
168
    <div class="page-section">
169
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="edit_save" name="edit_save" class="validated" method="post">
169
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="edit_save" name="edit_save" class="validated" method="post">
170
            [% INCLUDE 'csrf-token.inc' %]
170
            [% INCLUDE 'csrf-token.inc' %]
171
            <input type="hidden" name="op" value="edit_save" />
171
            <input type="hidden" name="op-cud" value="edit_save" />
172
            <input type="hidden" name="domain_ops" value="1" />
172
            <input type="hidden" name="domain_ops" value="1" />
173
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider_id | html -%]" />
173
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider_id | html -%]" />
174
            <input type="hidden" name="identity_provider_domain_id" value="[%- identity_provider_domain.identity_provider_domain_id | html -%]" />
174
            <input type="hidden" name="identity_provider_domain_id" value="[%- identity_provider_domain.identity_provider_domain_id | html -%]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt (-2 / +2 lines)
Lines 83-89 Link Here
83
    <div class="page-section">
83
    <div class="page-section">
84
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="add" name="add" class="validated" method="post">
84
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="add" name="add" class="validated" method="post">
85
            [% INCLUDE 'csrf-token.inc' %]
85
            [% INCLUDE 'csrf-token.inc' %]
86
            <input type="hidden" name="op" value="add" />
86
            <input type="hidden" name="op-cud" value="add" />
87
            <fieldset class="rows">
87
            <fieldset class="rows">
88
                <legend id="identity_provider_basic">Basic configuration</legend>
88
                <legend id="identity_provider_basic">Basic configuration</legend>
89
                <ol>
89
                <ol>
Lines 238-244 Link Here
238
    <div class="page-section">
238
    <div class="page-section">
239
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="edit_save" name="edit_save" class="validated" method="post">
239
        <form action="/cgi-bin/koha/admin/identity_providers.pl" id="edit_save" name="edit_save" class="validated" method="post">
240
            [% INCLUDE 'csrf-token.inc' %]
240
            [% INCLUDE 'csrf-token.inc' %]
241
            <input type="hidden" name="op" value="edit_save" />
241
            <input type="hidden" name="op-cud" value="edit_save" />
242
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider.identity_provider_id | html -%]" />
242
            <input type="hidden" name="identity_provider_id" value="[%- identity_provider.identity_provider_id | html -%]" />
243
            <fieldset class="rows">
243
            <fieldset class="rows">
244
                <legend id="identity_provider_basic">Basic configuration</legend>
244
                <legend id="identity_provider_basic">Basic configuration</legend>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
                        <legend>Edit field</legend>
52
                        <legend>Edit field</legend>
53
                        [% INCLUDE 'admin-items-search-field-form.inc' field=field %]
53
                        [% INCLUDE 'admin-items-search-field-form.inc' field=field %]
54
                        <div>
54
                        <div>
55
                            <input type="hidden" name="op" value="mod" />
55
                            <input type="hidden" name="op-cud" value="mod" />
56
                        </div>
56
                        </div>
57
                        </fieldset>
57
                        </fieldset>
58
                        <fieldset class="action">
58
                        <fieldset class="action">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-1 / +1 lines)
Lines 113-119 Link Here
113
                        <fieldset class="rows">
113
                        <fieldset class="rows">
114
                            <legend><h1>Add a new field</h1></legend>
114
                            <legend><h1>Add a new field</h1></legend>
115
                            [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
115
                            [% INCLUDE 'admin-items-search-field-form.inc' field=undef %]
116
                            <input type="hidden" name="op" value="add" />
116
                            <input type="hidden" name="op-cud" value="add" />
117
                        </fieldset>
117
                        </fieldset>
118
                        <fieldset class="action">
118
                        <fieldset class="action">
119
                            <input type="submit" class="btn btn-primary" value="Submit" />
119
                            <input type="submit" class="btn btn-primary" value="Submit" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 150-156 Link Here
150
    [% END %]
150
    [% END %]
151
    <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
151
    <form action="/cgi-bin/koha/admin/itemtypes.pl" name="Aform" method="post" id="itemtypeentry">
152
        [% INCLUDE 'csrf-token.inc' %]
152
        [% INCLUDE 'csrf-token.inc' %]
153
        <input type="hidden" name="op" value="add_validate" />
153
        <input type="hidden" name="op-cud" value="add_validate" />
154
        <fieldset class="rows">
154
        <fieldset class="rows">
155
            <ol>
155
            <ol>
156
                [% IF itemtype %]
156
                [% IF itemtype %]
Lines 375-381 Link Here
375
        </table>
375
        </table>
376
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
376
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
377
            [% INCLUDE 'csrf-token.inc' %]
377
            [% INCLUDE 'csrf-token.inc' %]
378
            <input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
378
            <input type="hidden" name="op-cud" value="delete_confirmed" /><input type="hidden" name="itemtype" value="[% itemtype.itemtype | html %]" />
379
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
379
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this item type</button>
380
        </form>
380
        </form>
381
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
381
        <form action="/cgi-bin/koha/admin/itemtypes.pl" method="post">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-1 / +1 lines)
Lines 261-267 Link Here
261
261
262
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
262
                <form action="/cgi-bin/koha/admin/marc-overlay-rules.pl" method="post">
263
                    [% INCLUDE 'csrf-token.inc' %]
263
                    [% INCLUDE 'csrf-token.inc' %]
264
                    <input type="hidden" name="op" value="redo-matching" />
264
                    <input type="hidden" name="op-cud" value="redo-matching" />
265
                </form>
265
                </form>
266
266
267
            </div><!-- /.col-sm-10.col-sm-push-2 -->
267
            </div><!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +2 lines)
Lines 110-116 Link Here
110
110
111
                        <form action="[% script_name | html %]" name="Aform" method="post">
111
                        <form action="[% script_name | html %]" name="Aform" method="post">
112
                            [% INCLUDE 'csrf-token.inc' %]
112
                            [% INCLUDE 'csrf-token.inc' %]
113
                            <input type="hidden" name="op" value="add_validate" />
113
                            <input type="hidden" name="op-cud" value="add_validate" />
114
                            <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
114
                            <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
115
                            <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
115
                            <input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" />
116
116
Lines 336-342 Link Here
336
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
336
                            <p>Subfield: [% mss.tagsubfield | html %]</p>
337
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
337
                            <p>Description: [% mss.liblibrarian | html_entity %]</p>
338
338
339
                            <form action="[% delete_link | html %]" method="post"><input type="hidden" name="op" value="delete_confirmed" />
339
                            <form action="[% delete_link | html %]" method="post"><input type="hidden" name="op-cud" value="delete_confirmed" />
340
                                [% INCLUDE 'csrf-token.inc' %]
340
                                [% INCLUDE 'csrf-token.inc' %]
341
                                <input type="hidden" name="tagfield" value="[% mss.tagfield | html %]" />
341
                                <input type="hidden" name="tagfield" value="[% mss.tagfield | html %]" />
342
                                <input type="hidden" name="tagsubfield" value="[% mss.tagsubfield | html %]" />
342
                                <input type="hidden" name="tagsubfield" value="[% mss.tagsubfield | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-3 / +3 lines)
Lines 126-132 Link Here
126
                    <span>Modify tag</span> <input type="hidden" name="modif" value="1" />[% searchfield | html %]
126
                    <span>Modify tag</span> <input type="hidden" name="modif" value="1" />[% searchfield | html %]
127
                [% END %]
127
                [% END %]
128
            </legend>
128
            </legend>
129
            <input type="hidden" name="op" value="add_validate" />
129
            <input type="hidden" name="op-cud" value="add_validate" />
130
            <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
130
            <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
131
        <ol>
131
        <ol>
132
            <li>
132
            <li>
Lines 191-197 Link Here
191
        <p>Description: [% liblibrarian | html %]</p>
191
        <p>Description: [% liblibrarian | html %]</p>
192
        <form action="[% script_name | html %]" method="post">
192
        <form action="[% script_name | html %]" method="post">
193
            [% INCLUDE 'csrf-token.inc' %]
193
            [% INCLUDE 'csrf-token.inc' %]
194
            <input type="hidden" name="op" value="delete_confirmed" />
194
            <input type="hidden" name="op-cud" value="delete_confirmed" />
195
            <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
195
            <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
196
            <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
196
            <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
197
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this tag</button>
197
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this tag</button>
Lines 214-220 Link Here
214
214
215
    <form action="[% script_name | html %]" method="post">
215
    <form action="[% script_name | html %]" method="post">
216
        [% INCLUDE 'csrf-token.inc' %]
216
        [% INCLUDE 'csrf-token.inc' %]
217
        <input type="hidden" name="op" value="framework_create_confirm" />
217
        <input type="hidden" name="op-cud" value="framework_create_confirm" />
218
        <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
218
        <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode | html %]" />
219
        Create framework for [% framework.frameworkcode | html %] ([% framework.frameworktext | html %]) using
219
        Create framework for [% framework.frameworkcode | html %] ([% framework.frameworktext | html %]) using
220
        <select name="existingframeworkcode">
220
        <select name="existingframeworkcode">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-2 / +2 lines)
Lines 114-120 Link Here
114
                    [% END %]
114
                    [% END %]
115
                    <form action="[% script_name | html %]" name="Aform" method="post">
115
                    <form action="[% script_name | html %]" name="Aform" method="post">
116
                        [% INCLUDE 'csrf-token.inc' %]
116
                        [% INCLUDE 'csrf-token.inc' %]
117
                        <input type="hidden" name="op" value="[% confirm_op | html %]" />
117
                        <input type="hidden" name="op-cud" value="[% confirm_op | html %]" />
118
                        <fieldset class="rows">
118
                        <fieldset class="rows">
119
                            <ol>
119
                            <ol>
120
                                <li>
120
                                <li>
Lines 425-431 Link Here
425
                        <h1>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
425
                        <h1>Confirm deletion of record matching rule <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
426
                        <form action="[% script_name | html %]" name="Aform" method="post">
426
                        <form action="[% script_name | html %]" name="Aform" method="post">
427
                            [% INCLUDE 'csrf-token.inc' %]
427
                            [% INCLUDE 'csrf-token.inc' %]
428
                            <input type="hidden" name="op" value="[% confirm_op | html %]" />
428
                            <input type="hidden" name="op-cud" value="[% confirm_op | html %]" />
429
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
429
                            <input type="hidden" name="matcher_id" value="[% matcher_id | html %]" />
430
                            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete record matching rule</button>
430
                            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete record matching rule</button>
431
                        </form>
431
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-1 / +1 lines)
Lines 132-138 Link Here
132
                    </tbody>
132
                    </tbody>
133
                </table>
133
                </table>
134
                <input type="hidden" name="id" value="[% id | html %]" />
134
                <input type="hidden" name="id" value="[% id | html %]" />
135
                <input type="hidden" name="op" value="save" />
135
                <input type="hidden" name="op-cud" value="save" />
136
            </div> <!-- /.page-section -->
136
            </div> <!-- /.page-section -->
137
            <fieldset class="action">
137
            <fieldset class="action">
138
                <input type="submit" class="btn btn-primary" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/oai_sets.pl">Cancel</a>
138
                <input type="submit" class="btn btn-primary" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/oai_sets.pl">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-2 / +2 lines)
Lines 61-70 Link Here
61
                [% INCLUDE 'csrf-token.inc' %]
61
                [% INCLUDE 'csrf-token.inc' %]
62
            [% IF ( op_new ) %]
62
            [% IF ( op_new ) %]
63
                <h1>New OAI set</h1>
63
                <h1>New OAI set</h1>
64
                <input type="hidden" name="op" value="savenew" />
64
                <input type="hidden" name="op-cud" value="savenew" />
65
            [% ELSIF ( op_mod ) %]
65
            [% ELSIF ( op_mod ) %]
66
                <h1>[% tx("Modify OAI set '{oai_set}'", { oai_set = spec }) | html %]</h1>
66
                <h1>[% tx("Modify OAI set '{oai_set}'", { oai_set = spec }) | html %]</h1>
67
                    <input type="hidden" name="op" value="savemod" />
67
                    <input type="hidden" name="op-cud" value="savemod" />
68
                    <input type="hidden" name="id" value="[% id | html %]" />
68
                    <input type="hidden" name="id" value="[% id | html %]" />
69
            [% END %]
69
            [% END %]
70
                <fieldset id="oaidetails" class="rows">
70
                <fieldset id="oaidetails" class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
39
40
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
40
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
41
                    [% INCLUDE 'csrf-token.inc' %]
41
                    [% INCLUDE 'csrf-token.inc' %]
42
                    <input type="hidden" name="op" value="update" />
42
                    <input type="hidden" name="op-cud" value="update" />
43
                    <fieldset>
43
                    <fieldset>
44
                        <table id="od_info">
44
                        <table id="od_info">
45
                            <thead>
45
                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-2 / +2 lines)
Lines 86-92 Link Here
86
[% END %]
86
[% END %]
87
<form action="[% script_name | html %]" class="validated" method="post">
87
<form action="[% script_name | html %]" class="validated" method="post">
88
    [% INCLUDE 'csrf-token.inc' %]
88
    [% INCLUDE 'csrf-token.inc' %]
89
  <input type="hidden" name="op" value="[% confirm_op | html %]" />
89
  <input type="hidden" name="op-cud" value="[% confirm_op | html %]" />
90
  <fieldset class="rows">
90
  <fieldset class="rows">
91
    <ol>
91
    <ol>
92
      <li>
92
      <li>
Lines 251-257 Link Here
251
        <h1>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
251
        <h1>Confirm deletion of patron attribute type <span class="ex">'[% code | html %]' ([% description | html %])</span>?</h1>
252
        <form action="[% script_name | html %]" name="Aform" method="post">
252
        <form action="[% script_name | html %]" name="Aform" method="post">
253
            [% INCLUDE 'csrf-token.inc' %]
253
            [% INCLUDE 'csrf-token.inc' %]
254
            <input type="hidden" name="op" value="[% confirm_op | html %]" />
254
            <input type="hidden" name="op-cud" value="[% confirm_op | html %]" />
255
            <input type="hidden" name="code" value="[% code | html %]" />
255
            <input type="hidden" name="code" value="[% code | html %]" />
256
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete patron attribute type</button>
256
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete patron attribute type</button>
257
        </form>
257
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 / +1 lines)
Lines 60-66 Link Here
60
    <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
60
    <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
61
        [% INCLUDE 'csrf-token.inc' %]
61
        [% INCLUDE 'csrf-token.inc' %]
62
        [% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all btn btn-primary" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %]
62
        [% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all btn btn-primary" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %]
63
        <input type="hidden" name="op" value="save" />
63
        <input type="hidden" name="op-cud" value="save" />
64
        <input type="hidden" name="tab" value="[% TAB.tab_id | html %]" />
64
        <input type="hidden" name="tab" value="[% TAB.tab_id | html %]" />
65
65
66
            [% FOREACH LINE IN TAB.LINES %]
66
            [% FOREACH LINE IN TAB.LINES %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-2 / +2 lines)
Lines 94-100 Link Here
94
[% IF op == 'add_form' %]
94
[% IF op == 'add_form' %]
95
    <form id="restriction_form" action="/cgi-bin/koha/admin/restrictions.pl" method="post">
95
    <form id="restriction_form" action="/cgi-bin/koha/admin/restrictions.pl" method="post">
96
        [% INCLUDE 'csrf-token.inc' %]
96
        [% INCLUDE 'csrf-token.inc' %]
97
        <input type="hidden" name="op" value="add_validate" />
97
        <input type="hidden" name="op-cud" value="add_validate" />
98
        <input type="hidden" name="checked" value="0" />
98
        <input type="hidden" name="checked" value="0" />
99
        [% IF restriction %]
99
        [% IF restriction %]
100
            <h1>Modify restriction type '[% PROCESS restriction_type_description restriction_type=restriction %]'</h1>
100
            <h1>Modify restriction type '[% PROCESS restriction_type_description restriction_type=restriction %]'</h1>
Lines 142-148 Link Here
142
        <p>Are you sure you want to delete '[% PROCESS restriction_type_description restriction_type=restriction %]'?</p>
142
        <p>Are you sure you want to delete '[% PROCESS restriction_type_description restriction_type=restriction %]'?</p>
143
        <form action="/cgi-bin/koha/admin/restrictions.pl" method="post">
143
        <form action="/cgi-bin/koha/admin/restrictions.pl" method="post">
144
            [% INCLUDE 'csrf-token.inc' %]
144
            [% INCLUDE 'csrf-token.inc' %]
145
            <input type="hidden" name="op" value="delete_confirmed" />
145
            <input type="hidden" name="op-cud" value="delete_confirmed" />
146
            <input type="hidden" name="code" value="[% restriction.code | html %]" />
146
            <input type="hidden" name="code" value="[% restriction.code | html %]" />
147
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
147
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
148
        </form>
148
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-3 / +3 lines)
Lines 93-99 a.add, a.delete { Link Here
93
            <h3>The current mappings you see on the screen will be erased and replaced by the mappings in the mappings.yaml file.</h3>
93
            <h3>The current mappings you see on the screen will be erased and replaced by the mappings in the mappings.yaml file.</h3>
94
            <form method="post">
94
            <form method="post">
95
                [% INCLUDE 'csrf-token.inc' %]
95
                [% INCLUDE 'csrf-token.inc' %]
96
                <input type="hidden" name="op" value="reset_confirmed" />
96
                <input type="hidden" name="op-cud" value="reset_confirmed" />
97
                <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, reset mappings</button>
97
                <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, reset mappings</button>
98
            </form>
98
            </form>
99
99
Lines 480-487 a.add, a.delete { Link Here
480
        [% END # /WRAPPER tabs %]
480
        [% END # /WRAPPER tabs %]
481
481
482
        <fieldset class="action">
482
        <fieldset class="action">
483
            <button class="btn btn-primary" type="submit" name="op" value="edit"><i class="fa-solid fa-hard-drive" aria-hidden="true"></i> Save</button>
483
            <button class="btn btn-primary" type="submit" name="op-cud" value="edit"><i class="fa-solid fa-hard-drive" aria-hidden="true"></i> Save</button>
484
            <button class="btn btn-default" type="submit" name="op" value="reset_confirm"><i class="fa-solid fa-rotate" aria-hidden="true"></i> Reset mappings</button>
484
            <button class="btn btn-default" type="submit" name="op-cud" value="reset_confirm"><i class="fa-solid fa-rotate" aria-hidden="true"></i> Reset mappings</button>
485
        </fieldset>
485
        </fieldset>
486
    </form>
486
    </form>
487
487
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt (-3 / +3 lines)
Lines 104-110 Link Here
104
                            </ol>
104
                            </ol>
105
                        </fieldset>
105
                        </fieldset>
106
                        <fieldset class="action">
106
                        <fieldset class="action">
107
                            <input type="hidden" name="op" value="save" />
107
                            <input type="hidden" name="op-cud" value="save" />
108
                            <input type="submit" class="btn btn-primary" value="Save" />
108
                            <input type="submit" class="btn btn-primary" value="Save" />
109
                        </fieldset>
109
                        </fieldset>
110
                    </form>
110
                    </form>
Lines 129-135 Link Here
129
                                </ol>
129
                                </ol>
130
                            </fieldset>
130
                            </fieldset>
131
                            <fieldset class="action">
131
                            <fieldset class="action">
132
                                <input type="hidden" name="op" value="reset" />
132
                                <input type="hidden" name="op-cud" value="reset" />
133
                                <input type="submit" class="btn btn-primary" value="Reset your token" />
133
                                <input type="submit" class="btn btn-primary" value="Reset your token" />
134
                            </fieldset>
134
                            </fieldset>
135
                        </form>
135
                        </form>
Lines 150-156 Link Here
150
                                </ol>
150
                                </ol>
151
                            </fieldset>
151
                            </fieldset>
152
                            <fieldset class="action">
152
                            <fieldset class="action">
153
                                <input type="hidden" name="op" value="send" />
153
                                <input type="hidden" name="op-cud" value="send" />
154
                                <input type="submit" class="btn btn-primary" value="Send to Mana KB" />
154
                                <input type="submit" class="btn btn-primary" value="Send to Mana KB" />
155
                            </fieldset>
155
                            </fieldset>
156
                        </form>
156
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-8 / +8 lines)
Lines 106-112 Link Here
106
                <div class="page-section">
106
                <div class="page-section">
107
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
107
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
108
                        [% INCLUDE 'csrf-token.inc' %]
108
                        [% INCLUDE 'csrf-token.inc' %]
109
                        <input type="hidden" name="op" value="add" />
109
                        <input type="hidden" name="op-cud" value="add" />
110
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
110
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
111
                        <table id="default-circulation-rules">
111
                        <table id="default-circulation-rules">
112
                        <thead>
112
                        <thead>
Lines 610-616 Link Here
610
                    <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
610
                    <p>You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.</p>
611
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
611
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
612
                        [% INCLUDE 'csrf-token.inc' %]
612
                        [% INCLUDE 'csrf-token.inc' %]
613
                        <input type="hidden" name="op" value="set-branch-defaults" />
613
                        <input type="hidden" name="op-cud" value="set-branch-defaults" />
614
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
614
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
615
                        <table>
615
                        <table>
616
                            <tr>
616
                            <tr>
Lines 798-804 Link Here
798
                    </p>
798
                    </p>
799
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
799
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
800
                        [% INCLUDE 'csrf-token.inc' %]
800
                        [% INCLUDE 'csrf-token.inc' %]
801
                        <input type="hidden" name="op" value="add-branch-cat" />
801
                        <input type="hidden" name="op-cud" value="add-branch-cat" />
802
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
802
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
803
                        <table>
803
                        <table>
804
                            <tr>
804
                            <tr>
Lines 878-884 Link Here
878
                    <p>Specify if waiting holds can be cancelled for a given patron category.</p>
878
                    <p>Specify if waiting holds can be cancelled for a given patron category.</p>
879
                    <form id="set-waiting-hold-cancellation" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
879
                    <form id="set-waiting-hold-cancellation" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
880
                        [% INCLUDE 'csrf-token.inc' %]
880
                        [% INCLUDE 'csrf-token.inc' %]
881
                        <input type="hidden" name="op" value="set-waiting-hold-cancellation" />
881
                        <input type="hidden" name="op-cud" value="set-waiting-hold-cancellation" />
882
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
882
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
883
                        <table>
883
                        <table>
884
                            <tr>
884
                            <tr>
Lines 963-969 Link Here
963
                    <p>Specify the maximum number simultaneous current article requests a patron of a given category can have.</p>
963
                    <p>Specify the maximum number simultaneous current article requests a patron of a given category can have.</p>
964
                    <form id="set-article-requests-daily-limit" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
964
                    <form id="set-article-requests-daily-limit" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
965
                        [% INCLUDE 'csrf-token.inc' %]
965
                        [% INCLUDE 'csrf-token.inc' %]
966
                        <input type="hidden" name="op" value="add-open-article-requests-limit" />
966
                        <input type="hidden" name="op-cud" value="add-open-article-requests-limit" />
967
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
967
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
968
                        <table>
968
                        <table>
969
                            <tr>
969
                            <tr>
Lines 1018-1024 Link Here
1018
                    <p>Specify the article request fee for a given patron category.</p>
1018
                    <p>Specify the article request fee for a given patron category.</p>
1019
                    <form id="set-article-request-fee" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1019
                    <form id="set-article-request-fee" method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1020
                        [% INCLUDE 'csrf-token.inc' %]
1020
                        [% INCLUDE 'csrf-token.inc' %]
1021
                        <input type="hidden" name="op" value="set-article-request-fee" />
1021
                        <input type="hidden" name="op-cud" value="set-article-request-fee" />
1022
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1022
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1023
                        <table>
1023
                        <table>
1024
                            <tr>
1024
                            <tr>
Lines 1079-1085 Link Here
1079
                    <p>Specify the default policy for lost item fees on return.</p>
1079
                    <p>Specify the default policy for lost item fees on return.</p>
1080
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1080
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1081
                        [% INCLUDE 'csrf-token.inc' %]
1081
                        [% INCLUDE 'csrf-token.inc' %]
1082
                        <input type="hidden" name="op" value="mod-refund-lost-item-fee-rule" />
1082
                        <input type="hidden" name="op-cud" value="mod-refund-lost-item-fee-rule" />
1083
                        <input type="hidden" name="branch" value="[% current_branch | html %]" />
1083
                        <input type="hidden" name="branch" value="[% current_branch | html %]" />
1084
                        <table>
1084
                        <table>
1085
                            <tr>
1085
                            <tr>
Lines 1281-1287 Link Here
1281
1281
1282
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1282
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1283
                        [% INCLUDE 'csrf-token.inc' %]
1283
                        [% INCLUDE 'csrf-token.inc' %]
1284
                        <input type="hidden" name="op" value="add-branch-item" />
1284
                        <input type="hidden" name="op-cud" value="add-branch-item" />
1285
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1285
                        <input type="hidden" name="branch" value="[% current_branch | html %]"/>
1286
                        <table>
1286
                        <table>
1287
                            <tr>
1287
                            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-1 / +1 lines)
Lines 83-89 Link Here
83
                        <fieldset class="rows">
83
                        <fieldset class="rows">
84
                            <legend>Add an SMS cellular provider</legend>
84
                            <legend>Add an SMS cellular provider</legend>
85
                            <input type="hidden" id="id" name="id" value="" />
85
                            <input type="hidden" id="id" name="id" value="" />
86
                            <input type="hidden" id="op" name="op" value="add_update" />
86
                            <input type="hidden" id="op" name="op-cud" value="add_update" />
87
                            <ol>
87
                            <ol>
88
                                <li>
88
                                <li>
89
                                    <label for="name" class="required">Name: </label>
89
                                    <label for="name" class="required">Name: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-2 / +2 lines)
Lines 80-86 Link Here
80
    <h1>New SMTP server</h1>
80
    <h1>New SMTP server</h1>
81
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
81
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="add" name="add" class="validated" method="post">
82
        [% INCLUDE 'csrf-token.inc' %]
82
        [% INCLUDE 'csrf-token.inc' %]
83
        <input type="hidden" name="op" value="add" />
83
        <input type="hidden" name="op-cud" value="add" />
84
        <fieldset class="rows">
84
        <fieldset class="rows">
85
            <ol>
85
            <ol>
86
                <li>
86
                <li>
Lines 154-160 Link Here
154
154
155
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
155
    <form action="/cgi-bin/koha/admin/smtp_servers.pl" id="edit_save" name="edit_save" class="validated" method="post">
156
        [% INCLUDE 'csrf-token.inc' %]
156
        [% INCLUDE 'csrf-token.inc' %]
157
        <input type="hidden" name="op" value="edit_save" />
157
        <input type="hidden" name="op-cud" value="edit_save" />
158
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
158
        <input type="hidden" name="smtp_server_id" value="[%- smtp_server.id | html -%]" />
159
        <fieldset class="rows">
159
        <fieldset class="rows">
160
            <ol>
160
            <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-3 / +3 lines)
Lines 98-104 Link Here
98
        <fieldset class="rows">
98
        <fieldset class="rows">
99
            <legend class="sr-only">System preference details</legend>
99
            <legend class="sr-only">System preference details</legend>
100
            <ol>
100
            <ol>
101
            <li><label for="explanation">Explanation: </label><input type="text" name="explanation" id="explanation" size="60" value="[% explanation | html %]" /><input type="hidden" name="op" value="add_validate" /></li>
101
            <li><label for="explanation">Explanation: </label><input type="text" name="explanation" id="explanation" size="60" value="[% explanation | html %]" /><input type="hidden" name="op-cud" value="add_validate" /></li>
102
            <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield | html %]<input type="hidden" name="variable" value="[% searchfield | html %]" />
102
            <li>[% IF ( searchfield ) %]<span class="label">Variable: </span>[% searchfield | html %]<input type="hidden" name="variable" value="[% searchfield | html %]" />
103
            [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li>
103
            [% ELSE %]<label for="variable">Variable: </label><input type="text" name="variable" id="variable" size="60" />[% END %]</li>
104
            <li><label for="value">Value: </label>
104
            <li><label for="value">Value: </label>
Lines 281-287 Link Here
281
            </table>
281
            </table>
282
            <form class="inline" action="[% script_name | html %]" method="post">
282
            <form class="inline" action="[% script_name | html %]" method="post">
283
                [% INCLUDE 'csrf-token.inc' %]
283
                [% INCLUDE 'csrf-token.inc' %]
284
                <input type="hidden" name="op" value="delete_confirmed" />
284
                <input type="hidden" name="op-cud" value="delete_confirmed" />
285
                <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
285
                <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
286
                <input type="hidden" name="Tvalue" value="[% Tvalue | html %]" />
286
                <input type="hidden" name="Tvalue" value="[% Tvalue | html %]" />
287
                <button type="submit" class="approve"><i class="fa fa-check" aria-hidden="true"></i> Yes, delete</button>
287
                <button type="submit" class="approve"><i class="fa fa-check" aria-hidden="true"></i> Yes, delete</button>
Lines 427-433 Link Here
427
                    [% END %]
427
                    [% END %]
428
                    <label for="value-no" class="yesno">OFF</label>
428
                    <label for="value-no" class="yesno">OFF</label>
429
                [% END %]
429
                [% END %]
430
                <input type="hidden" name="op" value="add_validate" />
430
                <input type="hidden" name="op-cud" value="add_validate" />
431
                <input type="hidden" name="variable" value="[% loo.variable | html %]" />
431
                <input type="hidden" name="variable" value="[% loo.variable | html %]" />
432
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions | html %]" />
432
                <input type="hidden" name="prefoptions" value="[% loo.prefoptions | html %]" />
433
                <input type="hidden" name="preftype" value="[% loo.type | html %]" />
433
                <input type="hidden" name="preftype" value="[% loo.type | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +1 lines)
Lines 56-62 Link Here
56
56
57
        <form method="post" action="/cgi-bin/koha/admin/transport-cost-matrix.pl" id="cost_matrix_form">
57
        <form method="post" action="/cgi-bin/koha/admin/transport-cost-matrix.pl" id="cost_matrix_form">
58
            [% INCLUDE 'csrf-token.inc' %]
58
            [% INCLUDE 'csrf-token.inc' %]
59
            <input type="hidden" name="op" value="set-cost-matrix" />
59
            <input type="hidden" name="op-cud" value="set-cost-matrix" />
60
            <fieldset id="transport-cost-matrix">
60
            <fieldset id="transport-cost-matrix">
61
                <div class="help">
61
                <div class="help">
62
                    <p>Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.</p>
62
                    <p>Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-1 / +1 lines)
Lines 246-252 Link Here
246
        </div>
246
        </div>
247
247
248
        <fieldset class="action">
248
        <fieldset class="action">
249
            <input type="hidden" name="op" value="update" />
249
            <input type="hidden" name="op-cud" value="update" />
250
            <input type="submit" class="btn btn-primary" value="Update your statistics usage" />
250
            <input type="submit" class="btn btn-primary" value="Update your statistics usage" />
251
            <a class="cancel" href="/cgi-bin/koha/admin/usage_statistics.pl">Cancel</a>
251
            <a class="cancel" href="/cgi-bin/koha/admin/usage_statistics.pl">Cancel</a>
252
        </fieldset>
252
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 90-96 Link Here
90
            <h1>[% tx("New {servertype} server", { servertype = servertype }) | html %]</h1>
90
            <h1>[% tx("New {servertype} server", { servertype = servertype }) | html %]</h1>
91
        [% END %]
91
        [% END %]
92
92
93
        <input type="hidden" name="op" value="add_validated" />
93
        <input type="hidden" name="op-cud" value="add_validated" />
94
        <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' | html %]"/>
94
        <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' | html %]"/>
95
        <fieldset class="rows">
95
        <fieldset class="rows">
96
        <ol>
96
        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 415-421 Link Here
415
415
416
                <form method="post" id="f" name="f" action="/cgi-bin/koha/authorities/authorities.pl">
416
                <form method="post" id="f" name="f" action="/cgi-bin/koha/authorities/authorities.pl">
417
                    [% INCLUDE 'csrf-token.inc' %]
417
                    [% INCLUDE 'csrf-token.inc' %]
418
                    <input type="hidden" name="op" value="add" />
418
                    <input type="hidden" name="op-cud" value="add" />
419
                    <input type="hidden" name="addfield_field" value="" />
419
                    <input type="hidden" name="addfield_field" value="" />
420
                    <input type="hidden" name="repeat_field" value="" />
420
                    <input type="hidden" name="repeat_field" value="" />
421
                    <input type="hidden" name="authtypecode" value="[% authtypecode | html%]" />
421
                    <input type="hidden" name="authtypecode" value="[% authtypecode | html%]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-6 / +6 lines)
Lines 221-227 Link Here
221
                                                            <input type="submit" name="submit" class="submit" value="Set status" disabled="disabled"/>
221
                                                            <input type="submit" name="submit" class="submit" value="Set status" disabled="disabled"/>
222
                                                            <p class="help-block">Item has been claimed as returned.</p>
222
                                                            <p class="help-block">Item has been claimed as returned.</p>
223
                                                        [% ELSE %]
223
                                                        [% ELSE %]
224
                                                            <input type="hidden" name="op" value="set_lost" />
224
                                                            <input type="hidden" name="op-cud" value="set_lost" />
225
                                                            <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Set status" />
225
                                                            <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Set status" />
226
                                                        [% END %]
226
                                                        [% END %]
227
                                                    </form>
227
                                                    </form>
Lines 257-263 Link Here
257
                                                                [% END %]
257
                                                                [% END %]
258
                                                            [% END %]
258
                                                            [% END %]
259
                                                        </select>
259
                                                        </select>
260
                                                        <input type="hidden" name="op" value="set_damaged" />
260
                                                        <input type="hidden" name="op-cud" value="set_damaged" />
261
                                                        <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Set status" />
261
                                                        <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Set status" />
262
                                                    </form>
262
                                                    </form>
263
                                                [% ELSE %]
263
                                                [% ELSE %]
Lines 292-298 Link Here
292
                                                                [% END %]
292
                                                                [% END %]
293
                                                            [% END %]
293
                                                            [% END %]
294
                                                        </select>
294
                                                        </select>
295
                                                        <input type="hidden" name="op" value="set_withdrawn" />
295
                                                        <input type="hidden" name="op-cud" value="set_withdrawn" />
296
                                                        <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Set status" />
296
                                                        <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Set status" />
297
                                                    </form>
297
                                                    </form>
298
                                                [% ELSE %]
298
                                                [% ELSE %]
Lines 331-337 Link Here
331
                                                        <option value="0" selected>No</option>
331
                                                        <option value="0" selected>No</option>
332
                                                    [% END %]
332
                                                    [% END %]
333
                                                </select>
333
                                                </select>
334
                                                <input type="hidden" name="op" value="set_exclude_priority" />
334
                                                <input type="hidden" name="op-cud" value="set_exclude_priority" />
335
                                                <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
335
                                                <input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
336
                                            </form>
336
                                            </form>
337
                                        </li>
337
                                        </li>
Lines 434-440 Link Here
434
                                                <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
434
                                                <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
435
                                                    [% INCLUDE 'csrf-token.inc' %]
435
                                                    [% INCLUDE 'csrf-token.inc' %]
436
                                                    <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
436
                                                    <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
437
                                                    <input type="hidden" name="op" value="set_public_note" />
437
                                                    <input type="hidden" name="op-cud" value="set_public_note" />
438
                                                    <textarea name="itemnotes" rows="2" cols="30">[% ITEM_DAT.itemnotes | html %]</textarea><input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
438
                                                    <textarea name="itemnotes" rows="2" cols="30">[% ITEM_DAT.itemnotes | html %]</textarea><input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
439
                                                </form>
439
                                                </form>
440
                                            [% ELSE %]
440
                                            [% ELSE %]
Lines 448-454 Link Here
448
                                                <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
448
                                                <form class="inline" action="updateitem.pl" method="post"><input type="hidden" name="biblionumber" value="[% ITEM_DAT.biblionumber | html %]" />
449
                                                    [% INCLUDE 'csrf-token.inc' %]
449
                                                    [% INCLUDE 'csrf-token.inc' %]
450
                                                    <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
450
                                                    <input type="hidden" name="biblioitemnumber" value="[% ITEM_DAT.biblioitemnumber | html %]" /><input type="hidden" name="itemnumber" value="[% ITEM_DAT.itemnumber | html %]" />
451
                                                    <input type="hidden" name="op" value="set_non_public_note" />
451
                                                    <input type="hidden" name="op-cud" value="set_non_public_note" />
452
                                                    <textarea name="itemnotes_nonpublic" rows="2" cols="30">[% ITEM_DAT.itemnotes_nonpublic | html %]</textarea><input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
452
                                                    <textarea name="itemnotes_nonpublic" rows="2" cols="30">[% ITEM_DAT.itemnotes_nonpublic | html %]</textarea><input type="submit" name="submit" class="btn btn-primary btn-xs" value="Update" />
453
                                                </form>
453
                                                </form>
454
                                            [% ELSE %]
454
                                            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +1 lines)
Lines 141-147 Link Here
141
                                                [% END %]
141
                                                [% END %]
142
                                            </select>
142
                                            </select>
143
                                            <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-plus"></i> Add to rota</button>
143
                                            <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-plus"></i> Add to rota</button>
144
                                            <input type="hidden" name="op" value="add_item_to_rota" />
144
                                            <input type="hidden" name="op-cud" value="add_item_to_rota" />
145
                                            <input type="hidden" name="item_id" value="[% item.bib_item.id | uri %]" />
145
                                            <input type="hidden" name="item_id" value="[% item.bib_item.id | uri %]" />
146
                                            <input type="hidden" name="biblionumber" value="[% biblionumber | uri %]" />
146
                                            <input type="hidden" name="biblionumber" value="[% biblionumber | uri %]" />
147
                                        </form>
147
                                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-1 / +1 lines)
Lines 1018-1024 $(document).ready(function(){ Link Here
1018
                [% IF ( popup ) %]
1018
                [% IF ( popup ) %]
1019
                        <input type="hidden" name="mode" value="popup" />
1019
                        <input type="hidden" name="mode" value="popup" />
1020
                [% END %]
1020
                [% END %]
1021
                <input type="hidden" name="op" value="addbiblio" />
1021
                <input type="hidden" name="op-cud" value="addbiblio" />
1022
                <input type="hidden" id="frameworkcode" name="frameworkcode" value="[% frameworkcode | html %]" />
1022
                <input type="hidden" id="frameworkcode" name="frameworkcode" value="[% frameworkcode | html %]" />
1023
                <input type="hidden" name="z3950" value="[% z3950 | html %]" />
1023
                <input type="hidden" name="z3950" value="[% z3950 | html %]" />
1024
                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
1024
                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 177-183 Link Here
177
<div id="cataloguing_additem_newitem" class="item_edit_form page-section">
177
<div id="cataloguing_additem_newitem" class="item_edit_form page-section">
178
    <form id="f" method="post" action="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblio.biblionumber | html %]" name="f">
178
    <form id="f" method="post" action="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblio.biblionumber | html %]" name="f">
179
        [% INCLUDE 'csrf-token.inc' %]
179
        [% INCLUDE 'csrf-token.inc' %]
180
    <input type="hidden" name="op" value="[% op | html %]" />
180
    <input type="hidden" name="op-cud" value="[% op | html %]" />
181
    [% IF (popup) %]
181
    [% IF (popup) %]
182
        <input type="hidden" name="popup" value="1" />
182
        <input type="hidden" name="popup" value="1" />
183
    [% END %]
183
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
                    <input type="hidden" name="plugin_name" value="marc21_linking_section.pl" />
28
                    <input type="hidden" name="plugin_name" value="marc21_linking_section.pl" />
29
                    <input type="hidden" name="index" value="[% index | html %]" />
29
                    <input type="hidden" name="index" value="[% index | html %]" />
30
                    <input type="hidden" name="result" value="marc12 field 7 [% index | html %]" />
30
                    <input type="hidden" name="result" value="marc12 field 7 [% index | html %]" />
31
                    <input type="hidden" name="op" value="do_search" />
31
                    <input type="hidden" name="op-cud" value="do_search" />
32
                    <label class="label100" for="searchbox">Any word</label>
32
                    <label class="label100" for="searchbox">Any word</label>
33
                    <input type="text" name="search" id="searchbox" size="35" /><br />
33
                    <input type="text" name="search" id="searchbox" size="35" /><br />
34
                    <label for="itypeloop">Item type</label>
34
                    <label for="itypeloop">Item type</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
            [% INCLUDE 'csrf-token.inc' %]
18
            [% INCLUDE 'csrf-token.inc' %]
19
        <fieldset class="rows">
19
        <fieldset class="rows">
20
            <input type="hidden" name="plugin_name" value="unimarc_field_210c.pl" />
20
            <input type="hidden" name="plugin_name" value="unimarc_field_210c.pl" />
21
            <input type="hidden" name="op" value="do_search" />
21
            <input type="hidden" name="op-cud" value="do_search" />
22
            <input type="hidden" name="type" value="intranet" />
22
            <input type="hidden" name="type" value="intranet" />
23
            <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" />
23
            <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" />
24
            <input type="hidden" name="index" value="[% index | html %]" />
24
            <input type="hidden" name="index" value="[% index | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt (-1 / +1 lines)
Lines 25-31 Link Here
25
                        <input type="hidden" name="plugin_name" value="unimarc_field_4XX.pl" />
25
                        <input type="hidden" name="plugin_name" value="unimarc_field_4XX.pl" />
26
                        <input type="hidden" name="index" value="[% index | html %]" />
26
                        <input type="hidden" name="index" value="[% index | html %]" />
27
                        <input type="hidden" name="result" value="unimarc field 4 [% index | html %]" />
27
                        <input type="hidden" name="result" value="unimarc field 4 [% index | html %]" />
28
                        <input type="hidden" name="op" value="do_search" />
28
                        <input type="hidden" name="op-cud" value="do_search" />
29
                        <label class="label100" for="searchbox">Any word</label>
29
                        <label class="label100" for="searchbox">Any word</label>
30
                        <input type="text" name="search" id="searchbox" size="35" /><br />
30
                        <input type="text" name="search" id="searchbox" size="35" /><br />
31
                        <label for="itypeloop">Item type:</label>
31
                        <label for="itypeloop">Item type:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +2 lines)
Lines 23-29 Link Here
23
        <h1>Z39.50 authority search points</h1>
23
        <h1>Z39.50 authority search points</h1>
24
        <form method="post" action="z3950_auth_search.pl" name="f" class="checkboxed">
24
        <form method="post" action="z3950_auth_search.pl" name="f" class="checkboxed">
25
            [% INCLUDE 'csrf-token.inc' %]
25
            [% INCLUDE 'csrf-token.inc' %]
26
        <input type="hidden" name="op" id="op" value="do_search" />
26
        <input type="hidden" name="op-cud" id="op" value="do_search" />
27
        <input type="hidden" name="authid" value="[% authid | html %]" />
27
        <input type="hidden" name="authid" value="[% authid | html %]" />
28
        <input type="hidden" name="index" value="[% index | html %]" />
28
        <input type="hidden" name="index" value="[% index | html %]" />
29
            <div class="row">
29
            <div class="row">
Lines 124-130 Link Here
124
124
125
    <form method="post" action="z3950_auth_search.pl" id="page_form" name="page_form" class="checkboxed">
125
    <form method="post" action="z3950_auth_search.pl" id="page_form" name="page_form" class="checkboxed">
126
        [% INCLUDE 'csrf-token.inc' %]
126
        [% INCLUDE 'csrf-token.inc' %]
127
        <input type="hidden" name="op" id="op" value="do_search" />
127
        <input type="hidden" name="op-cud" id="op" value="do_search" />
128
        <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
128
        <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
129
        <input type="hidden" id="nameany"  name="nameany" value="[% nameany | html %]" />
129
        <input type="hidden" id="nameany"  name="nameany" value="[% nameany | html %]" />
130
        <input type="hidden" id="authorany"  name="authorany" value="[% authorany | html %]" />
130
        <input type="hidden" id="authorany"  name="authorany" value="[% authorany | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +2 lines)
Lines 45-51 Link Here
45
                [% INCLUDE 'csrf-token.inc' %]
45
                [% INCLUDE 'csrf-token.inc' %]
46
                <div class="row">
46
                <div class="row">
47
                    <div class="col-xs-6">
47
                    <div class="col-xs-6">
48
                        <input type="hidden" name="op" id="op" value="do_search" />
48
                        <input type="hidden" name="op-cud" id="op" value="do_search" />
49
                        <fieldset class="rows">
49
                        <fieldset class="rows">
50
                            <ol>
50
                            <ol>
51
                                <li>
51
                                <li>
Lines 227-233 Link Here
227
227
228
                            <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
228
                            <form method="post" action="z3950_search.pl" id="page_form" name="page_form" class="checkboxed">
229
                                [% INCLUDE 'csrf-token.inc' %]
229
                                [% INCLUDE 'csrf-token.inc' %]
230
                                <input type="hidden" name="op" id="op" value="do_search" />
230
                                <input type="hidden" name="op-cud" id="op" value="do_search" />
231
                                <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
231
                                <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
232
                                <input type="hidden" id="title"  name="title" value="[% title | html %]" />
232
                                <input type="hidden" id="title"  name="title" value="[% title | html %]" />
233
                                <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
233
                                <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 108-114 Link Here
108
                <input type="text" size="20" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" class="flatpickr" data-flatpickr-enable-time="true" />
108
                <input type="text" size="20" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" class="flatpickr" data-flatpickr-enable-time="true" />
109
          </fieldset>
109
          </fieldset>
110
      [% END %]
110
      [% END %]
111
      <input type="hidden" name="op" value="show" />
111
      <input type="hidden" name="op-cud" value="show" />
112
    </fieldset>
112
    </fieldset>
113
    <fieldset class="action">
113
    <fieldset class="action">
114
        <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
114
        <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt (-9 / +9 lines)
Lines 217-223 Link Here
217
                                                    <td>
217
                                                    <td>
218
                                                        <form method="post" class="form">
218
                                                        <form method="post" class="form">
219
                                                            [% INCLUDE 'csrf-token.inc' %]
219
                                                            [% INCLUDE 'csrf-token.inc' %]
220
                                                            <input type="hidden" name="op" value="mark-as-staged"/>
220
                                                            <input type="hidden" name="op-cud" value="mark-as-staged"/>
221
                                                            <input type="hidden" name="tab" value="to-be-staged"/>
221
                                                            <input type="hidden" name="tab" value="to-be-staged"/>
222
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
222
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
223
                                                            <p>
223
                                                            <p>
Lines 227-233 Link Here
227
227
228
                                                        <form method="post" class="form">
228
                                                        <form method="post" class="form">
229
                                                            [% INCLUDE 'csrf-token.inc' %]
229
                                                            [% INCLUDE 'csrf-token.inc' %]
230
                                                            <input type="hidden" name="op" value="cancel"/>
230
                                                            <input type="hidden" name="op-cud" value="cancel"/>
231
                                                            <input type="hidden" name="tab" value="to-be-staged"/>
231
                                                            <input type="hidden" name="tab" value="to-be-staged"/>
232
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
232
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
233
                                                            <p>
233
                                                            <p>
Lines 278-284 Link Here
278
                                                    <td>
278
                                                    <td>
279
                                                        <form method="post" class="form">
279
                                                        <form method="post" class="form">
280
                                                            [% INCLUDE 'csrf-token.inc' %]
280
                                                            [% INCLUDE 'csrf-token.inc' %]
281
                                                            <input type="hidden" name="op" value="mark-patron-has-arrived"/>
281
                                                            <input type="hidden" name="op-cud" value="mark-patron-has-arrived"/>
282
                                                            <input type="hidden" name="tab" value="staged-and-ready"/>
282
                                                            <input type="hidden" name="tab" value="staged-and-ready"/>
283
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
283
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
284
                                                            <p>
284
                                                            <p>
Lines 288-294 Link Here
288
288
289
                                                        <form method="post" class="form">
289
                                                        <form method="post" class="form">
290
                                                            [% INCLUDE 'csrf-token.inc' %]
290
                                                            [% INCLUDE 'csrf-token.inc' %]
291
                                                            <input type="hidden" name="op" value="mark-as-delivered"/>
291
                                                            <input type="hidden" name="op-cud" value="mark-as-delivered"/>
292
                                                            <input type="hidden" name="tab" value="staged-and-ready"/>
292
                                                            <input type="hidden" name="tab" value="staged-and-ready"/>
293
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
293
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
294
                                                            <p>
294
                                                            <p>
Lines 298-304 Link Here
298
298
299
                                                        <form method="post" class="form">
299
                                                        <form method="post" class="form">
300
                                                            [% INCLUDE 'csrf-token.inc' %]
300
                                                            [% INCLUDE 'csrf-token.inc' %]
301
                                                            <input type="hidden" name="op" value="mark-as-unstaged"/>
301
                                                            <input type="hidden" name="op-cud" value="mark-as-unstaged"/>
302
                                                            <input type="hidden" name="tab" value="staged-and-ready"/>
302
                                                            <input type="hidden" name="tab" value="staged-and-ready"/>
303
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
303
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
304
                                                            <p>
304
                                                            <p>
Lines 349-355 Link Here
349
                                                    <td>
349
                                                    <td>
350
                                                        <form method="post" class="form">
350
                                                        <form method="post" class="form">
351
                                                            [% INCLUDE 'csrf-token.inc' %]
351
                                                            [% INCLUDE 'csrf-token.inc' %]
352
                                                            <input type="hidden" name="op" value="mark-as-delivered"/>
352
                                                            <input type="hidden" name="op-cud" value="mark-as-delivered"/>
353
                                                            <input type="hidden" name="tab" value="patron-is-outside"/>
353
                                                            <input type="hidden" name="tab" value="patron-is-outside"/>
354
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
354
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
355
                                                            <p>
355
                                                            <p>
Lines 359-365 Link Here
359
359
360
                                                        <form method="post" class="form">
360
                                                        <form method="post" class="form">
361
                                                            [% INCLUDE 'csrf-token.inc' %]
361
                                                            [% INCLUDE 'csrf-token.inc' %]
362
                                                            <input type="hidden" name="op" value="mark-as-staged"/>
362
                                                            <input type="hidden" name="op-cud" value="mark-as-staged"/>
363
                                                            <input type="hidden" name="tab" value="patron-is-outside"/>
363
                                                            <input type="hidden" name="tab" value="patron-is-outside"/>
364
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
364
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
365
                                                            <p>
365
                                                            <p>
Lines 369-375 Link Here
369
369
370
                                                        <form method="post" class="form">
370
                                                        <form method="post" class="form">
371
                                                            [% INCLUDE 'csrf-token.inc' %]
371
                                                            [% INCLUDE 'csrf-token.inc' %]
372
                                                            <input type="hidden" name="op" value="mark-as-unstaged"/>
372
                                                            <input type="hidden" name="op-cud" value="mark-as-unstaged"/>
373
                                                            <input type="hidden" name="tab" value="patron-is-outside"/>
373
                                                            <input type="hidden" name="tab" value="patron-is-outside"/>
374
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
374
                                                            <input type="hidden" name="id" value="[% cp.id | html %]"/>
375
                                                            <p>
375
                                                            <p>
Lines 451-457 Link Here
451
                                    [% INCLUDE 'csrf-token.inc' %]
451
                                    [% INCLUDE 'csrf-token.inc' %]
452
                                    <fieldset class="rows" style="float: none;">
452
                                    <fieldset class="rows" style="float: none;">
453
                                        <input type="hidden" name="borrowernumber" value="[% patron.id | html %]"/>
453
                                        <input type="hidden" name="borrowernumber" value="[% patron.id | html %]"/>
454
                                        <input type="hidden" name="op" value="create-pickup"/>
454
                                        <input type="hidden" name="op-cud" value="create-pickup"/>
455
                                        <input type="hidden" name="tab" value="schedule-pickup"/>
455
                                        <input type="hidden" name="tab" value="schedule-pickup"/>
456
                                        <ol>
456
                                        <ol>
457
                                            <li>
457
                                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 275-281 Link Here
275
   </fieldset>
275
   </fieldset>
276
    <fieldset class="action">
276
    <fieldset class="action">
277
        <input type="submit" class="btn btn-primary" value="Apply filter" />
277
        <input type="submit" class="btn btn-primary" value="Apply filter" />
278
        <input type="hidden" name="op" value="apply filter" />
278
        <input type="hidden" name="op-cud" value="apply filter" />
279
    </fieldset>
279
    </fieldset>
280
  </form>
280
  </form>
281
281
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-3 / +3 lines)
Lines 206-212 Link Here
206
        <td>
206
        <td>
207
            <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
207
            <form name="cancelReserve" action="/cgi-bin/koha/circ/pendingreserves.pl" method="post">
208
                [% INCLUDE 'csrf-token.inc' %]
208
                [% INCLUDE 'csrf-token.inc' %]
209
                <input type="hidden" name="op" value="cancel_reserve" />
209
                <input type="hidden" name="op-cud" value="cancel_reserve" />
210
                <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
210
                <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
211
211
212
                [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
212
                [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
Lines 235-244 Link Here
235
                    [% INCLUDE 'csrf-token.inc' %]
235
                    [% INCLUDE 'csrf-token.inc' %]
236
                    <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
236
                    <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
237
                    [% IF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow' %]
237
                    [% IF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow' %]
238
                        <input type="hidden" name="op" value="mark_as_lost" />
238
                        <input type="hidden" name="op-cud" value="mark_as_lost" />
239
                        <input type="submit" class="btn btn-primary" value="Mark item as lost" />
239
                        <input type="submit" class="btn btn-primary" value="Mark item as lost" />
240
                    [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
240
                    [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
241
                        <input type="hidden" name="op" value="mark_as_lost_and_notify" />
241
                        <input type="hidden" name="op-cud" value="mark_as_lost_and_notify" />
242
                        <input type="submit" class="btn btn-primary" value="Mark lost and notify patron" />
242
                        <input type="submit" class="btn btn-primary" value="Mark lost and notify patron" />
243
                    [% END %]
243
                    [% END %]
244
                </form>
244
                </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-5 / +5 lines)
Lines 83-89 Link Here
83
                    <form name="frameworkselection" method="post" action="install.pl">
83
                    <form name="frameworkselection" method="post" action="install.pl">
84
                        [% INCLUDE 'csrf-token.inc' %]
84
                        [% INCLUDE 'csrf-token.inc' %]
85
                        <input type="hidden" name="step" value="3" />
85
                        <input type="hidden" name="step" value="3" />
86
                        <input type="hidden" name="op" value="selectframeworks" />
86
                        <input type="hidden" name="op-cud" value="selectframeworks" />
87
87
88
                        <p>MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic record information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries. </p>
88
                        <p>MARC stands for Machine Readable Cataloging. A MARC record contains bibliographic record information about an item. MARC21 is used globally, UNIMARC tends to be used in a few European countries. </p>
89
89
Lines 123-129 Link Here
123
                    <form name="frameworkselection" method="post" action="install.pl">
123
                    <form name="frameworkselection" method="post" action="install.pl">
124
                        [% INCLUDE 'csrf-token.inc' %]
124
                        [% INCLUDE 'csrf-token.inc' %]
125
                        <input type="hidden" name="step" value="3" />
125
                        <input type="hidden" name="step" value="3" />
126
                        <input type="hidden" name="op" value="addframeworks" />
126
                        <input type="hidden" name="op-cud" value="addframeworks" />
127
                        [% IF ( frameworksloop ) %]
127
                        [% IF ( frameworksloop ) %]
128
                            <h3>MARC frameworks: [% marcflavour | html %]</h3>
128
                            <h3>MARC frameworks: [% marcflavour | html %]</h3>
129
                            [% IF ( en_marc_frameworks ) %]
129
                            [% IF ( en_marc_frameworks ) %]
Lines 260-266 Link Here
260
                        </p>
260
                        </p>
261
261
262
                        <input type="hidden" name="step" value="3" />
262
                        <input type="hidden" name="step" value="3" />
263
                        <input type="hidden" name="op" value="finish" />
263
                        <input type="hidden" name="op-cud" value="finish" />
264
                        <p>
264
                        <p>
265
                            <input value="Set up some of Koha's basic requirements" class="btn btn-primary" type="submit" />
265
                            <input value="Set up some of Koha's basic requirements" class="btn btn-primary" type="submit" />
266
                        </p>
266
                        </p>
Lines 314-320 Link Here
314
                    <form action="install.pl" method="post">
314
                    <form action="install.pl" method="post">
315
                        [% INCLUDE 'csrf-token.inc' %]
315
                        [% INCLUDE 'csrf-token.inc' %]
316
                        <input type="hidden" name="step" value="3" />
316
                        <input type="hidden" name="step" value="3" />
317
                        <input type="hidden" name="op" value="importdatastructure" />
317
                        <input type="hidden" name="op-cud" value="importdatastructure" />
318
                        <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
318
                        <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
319
                    </form>
319
                    </form>
320
                [% END # / proposeimport %]
320
                [% END # / proposeimport %]
Lines 342-348 Link Here
342
                        <form action="install.pl" method="post">
342
                        <form action="install.pl" method="post">
343
                            [% INCLUDE 'csrf-token.inc' %]
343
                            [% INCLUDE 'csrf-token.inc' %]
344
                            <input type="hidden" name="step" value="3" />
344
                            <input type="hidden" name="step" value="3" />
345
                            <input type="hidden" name="op" value="choosemarc" />
345
                            <input type="hidden" name="op-cud" value="choosemarc" />
346
                            <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
346
                            <p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p>
347
                        </form>
347
                        </form>
348
                    [% END %]
348
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
<form name="f" method="post">
8
<form name="f" method="post">
9
    [% INCLUDE 'csrf-token.inc' %]
9
    [% INCLUDE 'csrf-token.inc' %]
10
	<input type="hidden" name="op" value="do_search" />
10
	<input type="hidden" name="op-cud" value="do_search" />
11
	<input type="hidden" name="type" value="intranet" />
11
	<input type="hidden" name="type" value="intranet" />
12
	<div class="details">
12
	<div class="details">
13
		<h2>Search on</h2>
13
		<h2>Search on</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +1 lines)
Lines 82-88 Link Here
82
                                <div>
82
                                <div>
83
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
83
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
84
                                    <ol><li id="description">
84
                                    <ol><li id="description">
85
                                            <input type="hidden" name="op" value="add" />
85
                                            <input type="hidden" name="op-cud" value="add" />
86
                                            <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
86
                                            <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
87
                                            <label for="description">Batch description: </label>
87
                                            <label for="description">Batch description: </label>
88
                                            <input type="text" name="description" value="[% description | html %]"> <span id="change-status"></span>
88
                                            <input type="text" name="description" value="[% description | html %]"> <span id="change-status"></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
                    <h1>Print barcode range</h1>
32
                    <h1>Print barcode range</h1>
33
                    <form name="add_by_number" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
33
                    <form name="add_by_number" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
34
                        [% INCLUDE 'csrf-token.inc' %]
34
                        [% INCLUDE 'csrf-token.inc' %]
35
                        <input type="hidden" name="op" value="add" />
35
                        <input type="hidden" name="op-cud" value="add" />
36
                        <fieldset class="rows">
36
                        <fieldset class="rows">
37
                            <ol>
37
                            <ol>
38
                                <li>
38
                                <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 67-73 Link Here
67
            </h3>
67
            </h3>
68
            <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
68
            <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
69
                [% INCLUDE 'csrf-token.inc' %]
69
                [% INCLUDE 'csrf-token.inc' %]
70
                <input type="hidden" name="op" value="export" />
70
                <input type="hidden" name="op-cud" value="export" />
71
                <input type="hidden" name="referer" value="[% referer | html %]" />
71
                <input type="hidden" name="referer" value="[% referer | html %]" />
72
                [% FOREACH batch_id IN batch_ids %]
72
                [% FOREACH batch_id IN batch_ids %]
73
                    <input type="hidden" name="batch_id" value="[% batch_id.batch_id | html %]" />
73
                    <input type="hidden" name="batch_id" value="[% batch_id.batch_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-1 / +1 lines)
Lines 15-21 to add to Batch [% batch_id | html %] Link Here
15
15
16
<form name="f" method="post" action="/cgi-bin/koha/labels/label-item-search.pl">
16
<form name="f" method="post" action="/cgi-bin/koha/labels/label-item-search.pl">
17
    [% INCLUDE 'csrf-token.inc' %]
17
    [% INCLUDE 'csrf-token.inc' %]
18
	<input type="hidden" name="op" value="do_search" />
18
	<input type="hidden" name="op-cud" value="do_search" />
19
	<input type="hidden" name="batch_id" value="[% batch_id | html %]" />
19
	<input type="hidden" name="batch_id" value="[% batch_id | html %]" />
20
	<input type="hidden" name="type" value="[% type | html %]" />
20
	<input type="hidden" name="type" value="[% type | html %]" />
21
21
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-5 / +4 lines)
Lines 64-70 Link Here
64
                    [% INCLUDE 'csrf-token.inc' %]
64
                    [% INCLUDE 'csrf-token.inc' %]
65
                    <input type="hidden" name="patron_id" value="[% patron.id | html %]" />
65
                    <input type="hidden" name="patron_id" value="[% patron.id | html %]" />
66
                    [% INCLUDE 'csrf-token.inc' %]
66
                    [% INCLUDE 'csrf-token.inc' %]
67
                    <input type="hidden" name="op" value="generate" />
67
                    <input type="hidden" name="op-cud" value="generate" />
68
                    <fieldset class="brief">
68
                    <fieldset class="brief">
69
                        <legend>Generate new client id/secret pair</legend>
69
                        <legend>Generate new client id/secret pair</legend>
70
                        <ol>
70
                        <ol>
Lines 103-110 Link Here
103
                                                [% INCLUDE 'csrf-token.inc' %]
103
                                                [% INCLUDE 'csrf-token.inc' %]
104
                                                <input type="hidden" name="patron_id" value="[% patron.id | html %]" />
104
                                                <input type="hidden" name="patron_id" value="[% patron.id | html %]" />
105
                                                <input type="hidden" name="key" value="[% key.id | html %]" />
105
                                                <input type="hidden" name="key" value="[% key.id | html %]" />
106
                                                [% INCLUDE 'csrf-token.inc' %]
106
                                                <input type="hidden" name="op-cud" value="delete" />
107
                                                <input type="hidden" name="op" value="delete" />
108
                                                <button class="btn btn-default btn-xs delete" type="submit"><i class="fa fa-trash-can"></i> Delete</button>
107
                                                <button class="btn btn-default btn-xs delete" type="submit"><i class="fa fa-trash-can"></i> Delete</button>
109
                                            </form>
108
                                            </form>
110
                                            <form action="/cgi-bin/koha/members/apikeys.pl" method="post">
109
                                            <form action="/cgi-bin/koha/members/apikeys.pl" method="post">
Lines 113-122 Link Here
113
                                                <input type="hidden" name="key" value="[% key.id | html %]" />
112
                                                <input type="hidden" name="key" value="[% key.id | html %]" />
114
                                                [% INCLUDE 'csrf-token.inc' %]
113
                                                [% INCLUDE 'csrf-token.inc' %]
115
                                                [% IF key.active %]
114
                                                [% IF key.active %]
116
                                                    <input type="hidden" name="op" value="revoke" />
115
                                                    <input type="hidden" name="op-cud" value="revoke" />
117
                                                    <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-times"></i> Revoke</button>
116
                                                    <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-times"></i> Revoke</button>
118
                                                [% ELSE %]
117
                                                [% ELSE %]
119
                                                    <input type="hidden" name="op" value="activate" />
118
                                                    <input type="hidden" name="op-cud" value="activate" />
120
                                                    <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-play"></i> Activate</button>
119
                                                    <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-play"></i> Activate</button>
121
                                                [% END %]
120
                                                [% END %]
122
                                            </form>
121
                                            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-1 / +1 lines)
Lines 86-92 Link Here
86
                    <fieldset class="rows">
86
                    <fieldset class="rows">
87
                        <legend>Upload new file</legend>
87
                        <legend>Upload new file</legend>
88
                        <ol>
88
                        <ol>
89
                        <li><input type="hidden" name="op" value="upload" />
89
                        <li><input type="hidden" name="op-cud" value="upload" />
90
                        <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
90
                        <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
91
                        <input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
91
                        <input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
92
92
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +1 lines)
Lines 113-119 Link Here
113
        [% IF CAN_user_tools_edit_patrons %]
113
        [% IF CAN_user_tools_edit_patrons %]
114
            <form id="patron_batchmod_form" method="post" action="/cgi-bin/koha/tools/modborrowers.pl">
114
            <form id="patron_batchmod_form" method="post" action="/cgi-bin/koha/tools/modborrowers.pl">
115
                [% INCLUDE 'csrf-token.inc' %]
115
                [% INCLUDE 'csrf-token.inc' %]
116
                <input type="hidden" name="op" value="show" />
116
                <input type="hidden" name="op-cud" value="show" />
117
                <textarea style="display:none" id="borrowernumberlist" name="borrowernumberlist"></textarea>
117
                <textarea style="display:none" id="borrowernumberlist" name="borrowernumberlist"></textarea>
118
            </form>
118
            </form>
119
        [% END %]
119
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-3 / +3 lines)
Lines 245-255 legend:hover { Link Here
245
                                <input type="hidden" name="step"  value="[% step | html %]" />
245
                                <input type="hidden" name="step"  value="[% step | html %]" />
246
                            [% END %]
246
                            [% END %]
247
                            [% IF ( opadd ) %]
247
                            [% IF ( opadd ) %]
248
                                <input type="hidden" name="op" value="insert" />
248
                                <input type="hidden" name="op-cud" value="insert" />
249
                            [% ELSIF ( opduplicate ) %]
249
                            [% ELSIF ( opduplicate ) %]
250
                                <input type="hidden" name="op" value="insert" />
250
                                <input type="hidden" name="op-cud" value="insert" />
251
                            [% ELSE %]
251
                            [% ELSE %]
252
                                <input type="hidden" name="op" value="save" />
252
                                <input type="hidden" name="op-cud" value="save" />
253
                                [% IF step == 4 || step == 5 || step == 6 || step == 2 || step == 1 || step == 7 %]
253
                                [% IF step == 4 || step == 5 || step == 6 || step == 2 || step == 1 || step == 7 %]
254
                                    [%# Only put the card number if we arent showing it in the form later %]
254
                                    [%# Only put the card number if we arent showing it in the form later %]
255
                                    [% IF borrower_data.cardnumber %]
255
                                    [% IF borrower_data.cardnumber %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 84-90 Link Here
84
                                                    <div class="notice">
84
                                                    <div class="notice">
85
                                                        <form id="resend_notice[% QUEUED_MESSAGE.message_id | html %]" action="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber | html %]" method="POST">
85
                                                        <form id="resend_notice[% QUEUED_MESSAGE.message_id | html %]" action="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber | html %]" method="POST">
86
                                                            [% INCLUDE 'csrf-token.inc' %]
86
                                                            [% INCLUDE 'csrf-token.inc' %]
87
                                                            <input type="hidden" name="op" value="resend_notice" />
87
                                                            <input type="hidden" name="op-cud" value="resend_notice" />
88
                                                            <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
88
                                                            <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
89
                                                            <input type="hidden" name="message_id" value="[% QUEUED_MESSAGE.message_id | html %]" />
89
                                                            <input type="hidden" name="message_id" value="[% QUEUED_MESSAGE.message_id | html %]" />
90
                                                        </form>
90
                                                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
59
60
                            <form id="two-factor-auth" action="/cgi-bin/koha/members/two_factor_auth.pl" method="post">
60
                            <form id="two-factor-auth" action="/cgi-bin/koha/members/two_factor_auth.pl" method="post">
61
                                [% INCLUDE 'csrf-token.inc' %]
61
                                [% INCLUDE 'csrf-token.inc' %]
62
                                <input type="hidden" name="op" value="disable-2FA" />
62
                                <input type="hidden" name="op-cud" value="disable-2FA" />
63
                                <input type="submit" value="Disable two-factor authentication" />
63
                                <input type="submit" value="Disable two-factor authentication" />
64
                            </form>
64
                            </form>
65
                        </div>
65
                        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +1 lines)
Lines 42-48 Link Here
42
                        [% END %]
42
                        [% END %]
43
                    </tbody>
43
                    </tbody>
44
                </table>
44
                </table>
45
                <input type="hidden" name="op" value="update" />
45
                <input type="hidden" name="op-cud" value="update" />
46
                <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
46
                <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
47
                <input type="hidden" name="cattype" value="[% cattype | html %]" />
47
                <input type="hidden" name="cattype" value="[% cattype | html %]" />
48
                <fieldset class="action">
48
                <fieldset class="action">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
                    [% INCLUDE 'csrf-token.inc' %]
38
                    [% INCLUDE 'csrf-token.inc' %]
39
                    <fieldset class="rows" >
39
                    <fieldset class="rows" >
40
                        <input type="hidden" name="step" value="1"/>
40
                        <input type="hidden" name="step" value="1"/>
41
                        <input type="hidden" name="op" value="add_validate_library"/>
41
                        <input type="hidden" name="op-cud" value="add_validate_library"/>
42
                        <ol>
42
                        <ol>
43
                            <li>
43
                            <li>
44
                                <label for="branchcode" class="required">Library code: </label>
44
                                <label for="branchcode" class="required">Library code: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
                    [% INCLUDE 'csrf-token.inc' %]
50
                    [% INCLUDE 'csrf-token.inc' %]
51
                    <fieldset class="rows">
51
                    <fieldset class="rows">
52
                        <input type="hidden" name="step" value="2" />
52
                        <input type="hidden" name="step" value="2" />
53
                        <input type="hidden" name="op" value="add_validate_category" />
53
                        <input type="hidden" name="op-cud" value="add_validate_category" />
54
                        <ol>
54
                        <ol>
55
                            <li>
55
                            <li>
56
                                <label for="categorycode" class="required">Category code: </label>
56
                                <label for="categorycode" class="required">Category code: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 42-48 Link Here
42
                    [% INCLUDE 'csrf-token.inc' %]
42
                    [% INCLUDE 'csrf-token.inc' %]
43
                    <fieldset class="rows">
43
                    <fieldset class="rows">
44
                        <input type="hidden" name="step" value="3" />
44
                        <input type="hidden" name="step" value="3" />
45
                        <input type="hidden" name="op" value="add_validate_patron" />
45
                        <input type="hidden" name="op-cud" value="add_validate_patron" />
46
                        <h3>Administrator identity</h3>
46
                        <h3>Administrator identity</h3>
47
                        <ol>
47
                        <ol>
48
                            <li>
48
                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                        [% INCLUDE 'csrf-token.inc' %]
43
                        [% INCLUDE 'csrf-token.inc' %]
44
                    <fieldset class="rows">
44
                    <fieldset class="rows">
45
                        <input type="hidden" name="step" value="4" />
45
                        <input type="hidden" name="step" value="4" />
46
                        <input type="hidden" name="op" value="add_validate_itemtype" />
46
                        <input type="hidden" name="op-cud" value="add_validate_itemtype" />
47
                        <ol>
47
                        <ol>
48
                            <li>
48
                            <li>
49
                                <label for="itemtype" class="required">Item type code: </label>
49
                                <label for="itemtype" class="required">Item type code: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
                        [% INCLUDE 'csrf-token.inc' %]
59
                        [% INCLUDE 'csrf-token.inc' %]
60
                        <fieldset class="rows">
60
                        <fieldset class="rows">
61
                            <input type="hidden" name="step" value="5"/>
61
                            <input type="hidden" name="step" value="5"/>
62
                            <input type="hidden" name="op" value="add_validate_circ_rule" />
62
                            <input type="hidden" name="op-cud" value="add_validate_circ_rule" />
63
                            <ol>
63
                            <ol>
64
                                <li>
64
                                <li>
65
                                    <label for="branchname" class="required"> Library branch</label>
65
                                    <label for="branchname" class="required"> Library branch</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
                                <div>
59
                                <div>
60
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
60
                                    <fieldset class="rows" style="border-bottom: 0px; border: 0px;">
61
                                    <ol><li id="description">
61
                                    <ol><li id="description">
62
                                        <input type="hidden" name="op" value="add" />
62
                                        <input type="hidden" name="op-cud" value="add" />
63
                                        <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
63
                                        <input type="hidden" name="batch_id" value="[% batch_id | html %]" />
64
                                        <label for="description">Batch description: </label>
64
                                        <label for="description">Batch description: </label>
65
                                        <input type="text" name="description" value="[% description | html %]"> <span id="change-status"></span>
65
                                        <input type="text" name="description" value="[% description | html %]"> <span id="change-status"></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-1 / +1 lines)
Lines 476-482 Link Here
476
                    <fieldset class="action">
476
                    <fieldset class="action">
477
                        <input class="btn btn-primary" type="submit" value="Save" />
477
                        <input class="btn btn-primary" type="submit" value="Save" />
478
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Cancel</a>
478
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Cancel</a>
479
                        <input type="hidden" name="op" value="save" />
479
                        <input type="hidden" name="op-cud" value="save" />
480
                        <input type="hidden" name="layout_id" value="[% layout_id | html %]" />
480
                        <input type="hidden" name="layout_id" value="[% layout_id | html %]" />
481
                    </fieldset>
481
                    </fieldset>
482
                </form>
482
                </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
                                    <fieldset class="action">
114
                                    <fieldset class="action">
115
                                        <input type="submit" class="btn btn-primary" value="Save" />
115
                                        <input type="submit" class="btn btn-primary" value="Save" />
116
                                        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile" class="cancel">Cancel</a>
116
                                        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile" class="cancel">Cancel</a>
117
                                        <input type="hidden" name="op" value="save" />
117
                                        <input type="hidden" name="op-cud" value="save" />
118
                                        <input type="hidden" name="profile_id" value="[% profile_id | html %]" />
118
                                        <input type="hidden" name="profile_id" value="[% profile_id | html %]" />
119
                                    </fieldset>
119
                                    </fieldset>
120
                    </form>
120
                    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-1 / +1 lines)
Lines 165-171 Link Here
165
                    <fieldset class="action">
165
                    <fieldset class="action">
166
                        <input type="submit" class="btn btn-primary" value="Save" />
166
                        <input type="submit" class="btn btn-primary" value="Save" />
167
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Cancel</a>
167
                        <a class="cancel" href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Cancel</a>
168
                        <input type="hidden" name="op" value="save" />
168
                        <input type="hidden" name="op-cud" value="save" />
169
                        [% IF ( template_id ) %]
169
                        [% IF ( template_id ) %]
170
                        <input type="hidden" name="template_id" value="[% template_id | html %]" />
170
                        <input type="hidden" name="template_id" value="[% template_id | html %]" />
171
                        [% END %]
171
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-2 / +2 lines)
Lines 68-74 Link Here
68
                                [% END %]
68
                                [% END %]
69
                            </fieldset>
69
                            </fieldset>
70
                            <fieldset class="action">
70
                            <fieldset class="action">
71
                                <input type="hidden" name="op" value="upload" />
71
                                <input type="hidden" name="op-cud" value="upload" />
72
                                <input class="btn btn-primary" id="uploadsu" type="submit" value="Upload" />
72
                                <input class="btn btn-primary" id="uploadsu" type="submit" value="Upload" />
73
                            </fieldset>
73
                            </fieldset>
74
                        </form>
74
                        </form>
Lines 126-132 Link Here
126
                                [% END %]
126
                                [% END %]
127
                            </fieldset>
127
                            </fieldset>
128
                            <fieldset class="action">
128
                            <fieldset class="action">
129
                                <input type="hidden" name="op" value="delete" />
129
                                <input type="hidden" name="op-cud" value="delete" />
130
                                <input class="btn btn-primary" type="button" id="delete" value="Delete selected" />
130
                                <input class="btn btn-primary" type="button" id="delete" value="Delete selected" />
131
                            </fieldset>
131
                            </fieldset>
132
                        </form>
132
                        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-1 / +1 lines)
Lines 56-62 Link Here
56
            </h3>
56
            </h3>
57
            <form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl">
57
            <form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl">
58
                [% INCLUDE 'csrf-token.inc' %]
58
                [% INCLUDE 'csrf-token.inc' %]
59
                <input type="hidden" name="op" value="export" />
59
                <input type="hidden" name="op-cud" value="export" />
60
                <input type="hidden" name="referer" value="[% referer | html %]" />
60
                <input type="hidden" name="referer" value="[% referer | html %]" />
61
                [% FOREACH batch_id IN batch_ids %]
61
                [% FOREACH batch_id IN batch_ids %]
62
                    <input type="hidden" name="batch_id" value="[% batch_id.batch_id | html %]" />
62
                    <input type="hidden" name="batch_id" value="[% batch_id.batch_id | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
                        </ol>
54
                        </ol>
55
                    </fieldset>
55
                    </fieldset>
56
                    <fieldset class="action">
56
                    <fieldset class="action">
57
                        <input type="hidden" name="op" value="Upload" />
57
                        <input type="hidden" name="op-cud" value="Upload" />
58
                        <input type="submit" class="btn btn-primary" value="Upload" />
58
                        <input type="submit" class="btn btn-primary" value="Upload" />
59
                    </fieldset>
59
                    </fieldset>
60
                </form>
60
                </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                [% IF ( CAN_user_parameters_manage_cash_registers ) %]
43
                [% IF ( CAN_user_parameters_manage_cash_registers ) %]
44
                    <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
44
                    <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
45
                        [% INCLUDE 'csrf-token.inc' %]
45
                        [% INCLUDE 'csrf-token.inc' %]
46
                        <input type="hidden" name="op" value="add_form" />
46
                        <input type="hidden" name="op-cud" value="add_form" />
47
                        <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
47
                        <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
48
                    </form>
48
                    </form>
49
                [% END %]
49
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +2 lines)
Lines 41-47 Link Here
41
                    [% IF ( CAN_user_parameters_manage_cash_registers ) %]
41
                    [% IF ( CAN_user_parameters_manage_cash_registers ) %]
42
                        <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
42
                        <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
43
                            [% INCLUDE 'csrf-token.inc' %]
43
                            [% INCLUDE 'csrf-token.inc' %]
44
                            <input type="hidden" name="op" value="add_form" />
44
                            <input type="hidden" name="op-cud" value="add_form" />
45
                            <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
45
                            <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
46
                        </form>
46
                        </form>
47
                    [% END %]
47
                    [% END %]
Lines 337-343 Link Here
337
                    </div> <!-- /.modal-body -->
337
                    </div> <!-- /.modal-body -->
338
                    <div class="modal-footer">
338
                    <div class="modal-footer">
339
                        <input type="hidden" name="registerid" value="[% register.id | html %]">
339
                        <input type="hidden" name="registerid" value="[% register.id | html %]">
340
                        <input type="hidden" name="op" value="refund">
340
                        <input type="hidden" name="op-cud" value="refund">
341
                        <button type="submit" class="btn btn-default" id="pos_refund_confirm">Confirm</button>
341
                        <button type="submit" class="btn btn-default" id="pos_refund_confirm">Confirm</button>
342
                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
342
                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
343
                    </div> <!-- /.modal-footer -->
343
                    </div> <!-- /.modal-footer -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 38-44 Link Here
38
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
38
                            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
39
                                <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
39
                                <form action="/cgi-bin/koha/admin/cash_registers.pl" method="post">
40
                                    [% INCLUDE 'csrf-token.inc' %]
40
                                    [% INCLUDE 'csrf-token.inc' %]
41
                                    <input type="hidden" name="op" value="add_form" />
41
                                    <input type="hidden" name="op-cud" value="add_form" />
42
                                    <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
42
                                    <button class="new" type="submit"><i class="fa fa-plus"></i> Create a new cash register</button>
43
                                </form>
43
                                </form>
44
                            [% END %]
44
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_overdue.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                <div class="page-section">
43
                <div class="page-section">
44
                    <form method="post" action="/cgi-bin/koha/recalls/recalls_overdue.pl">
44
                    <form method="post" action="/cgi-bin/koha/recalls/recalls_overdue.pl">
45
                        [% INCLUDE 'csrf-token.inc' %]
45
                        [% INCLUDE 'csrf-token.inc' %]
46
                        <input type="hidden" name="op" value="cancel_multiple_recalls">
46
                        <input type="hidden" name="op-cud" value="cancel_multiple_recalls">
47
                        <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
47
                        <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
48
                        [% INCLUDE 'recalls.inc' %]
48
                        [% INCLUDE 'recalls.inc' %]
49
                        <fieldset class="action">
49
                        <fieldset class="action">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_queue.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                <div class="page-section">
43
                <div class="page-section">
44
                    <form method="post" action="/cgi-bin/koha/recalls/recalls_queue.pl">
44
                    <form method="post" action="/cgi-bin/koha/recalls/recalls_queue.pl">
45
                        [% INCLUDE 'csrf-token.inc' %]
45
                        [% INCLUDE 'csrf-token.inc' %]
46
                        <input type="hidden" name="op" value="cancel_multiple_recalls">
46
                        <input type="hidden" name="op-cud" value="cancel_multiple_recalls">
47
                        <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
47
                        <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
48
                        [% INCLUDE 'recalls.inc' %]
48
                        [% INCLUDE 'recalls.inc' %]
49
                        <fieldset class="action">
49
                        <fieldset class="action">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt (-1 / +1 lines)
Lines 126-132 Link Here
126
                                    <form action="/cgi-bin/koha/recalls/recalls_to_pull.pl" method="post">
126
                                    <form action="/cgi-bin/koha/recalls/recalls_to_pull.pl" method="post">
127
                                        [% INCLUDE 'csrf-token.inc' %]
127
                                        [% INCLUDE 'csrf-token.inc' %]
128
                                        <input type="hidden" name="recall_id" value="[% recall.first_recall.id | html %]">
128
                                        <input type="hidden" name="recall_id" value="[% recall.first_recall.id | html %]">
129
                                        <input type="hidden" name="op" value="cancel">
129
                                        <input type="hidden" name="op-cud" value="cancel">
130
                                        [% IF recall.first_recall.in_transit %]
130
                                        [% IF recall.first_recall.in_transit %]
131
                                            <button type="submit" class="btn btn-default btn-sm cancelreturn"><i class="fa fa-times"></i> Cancel recall and return to: [% Branches.GetName(recall.first_recall.item.homebranch) | html %]</button>
131
                                            <button type="submit" class="btn btn-default btn-sm cancelreturn"><i class="fa fa-times"></i> Cancel recall and return to: [% Branches.GetName(recall.first_recall.item.homebranch) | html %]</button>
132
                                        [% ELSE %]
132
                                        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt (-2 / +2 lines)
Lines 80-86 Link Here
80
                                                    <form action="/cgi-bin/koha/recalls/recalls_waiting.pl" method="post">
80
                                                    <form action="/cgi-bin/koha/recalls/recalls_waiting.pl" method="post">
81
                                                        [% INCLUDE 'csrf-token.inc' %]
81
                                                        [% INCLUDE 'csrf-token.inc' %]
82
                                                        <input type="hidden" name="recall_id" value="[% recall.id | html %]">
82
                                                        <input type="hidden" name="recall_id" value="[% recall.id | html %]">
83
                                                        <input type="hidden" name="op" value="modify">
83
                                                        <input type="hidden" name="op-cud" value="modify">
84
                                                        <fieldset class="action">
84
                                                        <fieldset class="action">
85
                                                            <button type="submit" name="revert" value="revert" class="btn btn-default btn-sm revert_recall"><i class="fa fa-undo"></i> Revert waiting status</button>
85
                                                            <button type="submit" name="revert" value="revert" class="btn btn-default btn-sm revert_recall"><i class="fa fa-undo"></i> Revert waiting status</button>
86
                                                            <button type="submit" name="expire" value="expire" class="btn btn-default btn-sm expire_recall"><i class="fa fa-undo"></i> Expire recall</button>
86
                                                            <button type="submit" name="expire" value="expire" class="btn btn-default btn-sm expire_recall"><i class="fa fa-undo"></i> Expire recall</button>
Lines 125-131 Link Here
125
                                                        <form action="/cgi-bin/koha/recalls/recalls_waiting.pl" method="post">
125
                                                        <form action="/cgi-bin/koha/recalls/recalls_waiting.pl" method="post">
126
                                                            [% INCLUDE 'csrf-token.inc' %]
126
                                                            [% INCLUDE 'csrf-token.inc' %]
127
                                                            <input type="hidden" name="recall_id" value="[% recall.id | html %]">
127
                                                            <input type="hidden" name="recall_id" value="[% recall.id | html %]">
128
                                                            <input type="hidden" name="op" value="modify">
128
                                                            <input type="hidden" name="op-cud" value="modify">
129
                                                            <fieldset class="action">
129
                                                            <fieldset class="action">
130
                                                                <button type="submit" name="revert" value="revert" class="btn btn-default btn-sm revert_recall"><i class="fa fa-undo"></i> Revert waiting status</button>
130
                                                                <button type="submit" name="revert" value="revert" class="btn btn-default btn-sm revert_recall"><i class="fa fa-undo"></i> Revert waiting status</button>
131
                                                                <button type="submit" name="expire" value="expire" class="btn btn-default btn-sm expire_recall"><i class="fa fa-undo"></i> Expire recall</button>
131
                                                                <button type="submit" name="expire" value="expire" class="btn btn-default btn-sm expire_recall"><i class="fa fa-undo"></i> Expire recall</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
            <div class="page-section">
43
            <div class="page-section">
44
                <form method="post" action="/cgi-bin/koha/recalls/request.pl">
44
                <form method="post" action="/cgi-bin/koha/recalls/request.pl">
45
                    [% INCLUDE 'csrf-token.inc' %]
45
                    [% INCLUDE 'csrf-token.inc' %]
46
                    <input type="hidden" name="op" value="cancel_multiple_recalls">
46
                    <input type="hidden" name="op-cud" value="cancel_multiple_recalls">
47
                    <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]">
47
                    <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]">
48
                    <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
48
                    <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span>
49
                    [% INCLUDE 'recalls.inc' %]
49
                    [% INCLUDE 'recalls.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-5 / +5 lines)
Lines 943-949 Link Here
943
                                <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification" target="_blank">
943
                                <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification" target="_blank">
944
                                    [% INCLUDE 'csrf-token.inc' %]
944
                                    [% INCLUDE 'csrf-token.inc' %]
945
                                    <input type="hidden" name="recordtype" value="biblio" />
945
                                    <input type="hidden" name="recordtype" value="biblio" />
946
                                    <input type="hidden" name="op" value="list" />
946
                                    <input type="hidden" name="op-cud" value="list" />
947
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
947
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
948
                                    <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">
948
                                    <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">
949
                                        [%- recordnumbers = PROCESS batch_list results=results batch_type='biblionumber' | trim | html %][% IF recordnumbers %][% SET batch_biblionumbers = 1 %][% recordnumbers | html %][% END -%]
949
                                        [%- recordnumbers = PROCESS batch_list results=results batch_type='biblionumber' | trim | html %][% IF recordnumbers %][% SET batch_biblionumbers = 1 %][% recordnumbers | html %][% END -%]
Lines 953-959 Link Here
953
                                <form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion" target="_blank">
953
                                <form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion" target="_blank">
954
                                    [% INCLUDE 'csrf-token.inc' %]
954
                                    [% INCLUDE 'csrf-token.inc' %]
955
                                    <input type="hidden" name="recordtype" value="biblio" />
955
                                    <input type="hidden" name="recordtype" value="biblio" />
956
                                    <input type="hidden" name="op" value="list" />
956
                                    <input type="hidden" name="op-cud" value="list" />
957
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
957
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
958
                                    <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">
958
                                    <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">
959
                                        [%- recordnumbers = PROCESS batch_list results=results batch_type='biblionumber' | trim | html %][% IF recordnumbers %][% SET batch_biblionumbers = 1 %][% recordnumbers | html %][% END -%]
959
                                        [%- recordnumbers = PROCESS batch_list results=results batch_type='biblionumber' | trim | html %][% IF recordnumbers %][% SET batch_biblionumbers = 1 %][% recordnumbers | html %][% END -%]
Lines 962-968 Link Here
962
962
963
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification" target="_blank">
963
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification" target="_blank">
964
                                    [% INCLUDE 'csrf-token.inc' %]
964
                                    [% INCLUDE 'csrf-token.inc' %]
965
                                    <input type="hidden" name="op" value="show" />
965
                                    <input type="hidden" name="op-cud" value="show" />
966
                                    [% FOREACH result IN results %]
966
                                    [% FOREACH result IN results %]
967
                                        [% FOREACH cells IN result.cells %]
967
                                        [% FOREACH cells IN result.cells %]
968
                                            [% place = loop.index %]
968
                                            [% place = loop.index %]
Lines 978-984 Link Here
978
978
979
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion" target="_blank">
979
                                <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion" target="_blank">
980
                                    [% INCLUDE 'csrf-token.inc' %]
980
                                    [% INCLUDE 'csrf-token.inc' %]
981
                                    <input type="hidden" name="op" value="show" />
981
                                    <input type="hidden" name="op-cud" value="show" />
982
                                    <input type="hidden" name="del" value="1" />
982
                                    <input type="hidden" name="del" value="1" />
983
                                    [% FOREACH result IN results %]
983
                                    [% FOREACH result IN results %]
984
                                        [% FOREACH cells IN result.cells %]
984
                                        [% FOREACH cells IN result.cells %]
Lines 1009-1015 Link Here
1009
1009
1010
                                <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank">
1010
                                <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank">
1011
                                    [% INCLUDE 'csrf-token.inc' %]
1011
                                    [% INCLUDE 'csrf-token.inc' %]
1012
                                    <input type="hidden" name="op" value="show" />
1012
                                    <input type="hidden" name="op-cud" value="show" />
1013
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1013
                                    [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1014
                                    <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">
1014
                                    <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">
1015
                                        [%- cardnumbers = PROCESS batch_list results=results batch_type='cardnumber' | trim | html %][% IF cardnumbers %][% SET batch_cardnumbers = 1 %][% cardnumbers | html %][% END -%]
1015
                                        [%- cardnumbers = PROCESS batch_list results=results batch_type='cardnumber' | trim | html %][% IF cardnumbers %][% SET batch_cardnumbers = 1 %][% cardnumbers | html %][% END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 217-223 Link Here
217
                                            <option value="[% letter.code | html %]">[% letter.name | html %]</option>
217
                                            <option value="[% letter.code | html %]">[% letter.name | html %]</option>
218
                                        [% END %]
218
                                        [% END %]
219
                                    </select>
219
                                    </select>
220
                                    <input type="hidden" name="op" value="send_alert" />
220
                                    <input type="hidden" name="op-cud" value="send_alert" />
221
                                    <input type="hidden" name="supplierid" value="[% supplierid | html %]" />
221
                                    <input type="hidden" name="supplierid" value="[% supplierid | html %]" />
222
                                    <input type="submit" name="submit" class="btn btn-primary" value="Send notification" />
222
                                    <input type="submit" name="submit" class="btn btn-primary" value="Send notification" />
223
                                </fieldset>
223
                                </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-1 / +1 lines)
Lines 44-50 Link Here
44
[% INCLUDE 'blocking_errors.inc' %]
44
[% INCLUDE 'blocking_errors.inc' %]
45
<form method="post" action="routing.pl">
45
<form method="post" action="routing.pl">
46
    [% INCLUDE 'csrf-token.inc' %]
46
    [% INCLUDE 'csrf-token.inc' %]
47
<input type="hidden" name="op" value="save" />
47
<input type="hidden" name="op-cud" value="save" />
48
<input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
48
<input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
49
<fieldset class="rows">
49
<fieldset class="rows">
50
	<ol>
50
	<ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (-1 / +1 lines)
Lines 119-125 $(document).ready(function() { Link Here
119
</div>
119
</div>
120
[% END %]
120
[% END %]
121
121
122
    <input type="hidden" name="op" value="serialchangestatus" />
122
    <input type="hidden" name="op-cud" value="serialchangestatus" />
123
    [% FOREACH subscription IN subscriptions %]
123
    [% FOREACH subscription IN subscriptions %]
124
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
124
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
125
    [% END %]
125
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-2 / +2 lines)
Lines 59-68 fieldset.rows table { clear: none; margin: 0; } Link Here
59
                <div class="row" id="page_1">
59
                <div class="row" id="page_1">
60
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
60
                    <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
61
                        [% IF ( modify ) %]
61
                        [% IF ( modify ) %]
62
                            <input type="hidden" name="op" value="modsubscription" />
62
                            <input type="hidden" name="op-cud" value="modsubscription" />
63
                            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
63
                            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
64
                        [% ELSE %]
64
                        [% ELSE %]
65
                                <input type="hidden" name="op" value="addsubscription" />
65
                                <input type="hidden" name="op-cud" value="addsubscription" />
66
                        [% END %]
66
                        [% END %]
67
                        <input type="hidden" name="user" value="[% logged_in_user.userid | html %]" />
67
                        <input type="hidden" name="user" value="[% logged_in_user.userid | html %]" />
68
                        <input type="hidden" name="irreg_check" value="0" />
68
                        <input type="hidden" name="irreg_check" value="0" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
                            [% INCLUDE 'csrf-token.inc' %]
64
                            [% INCLUDE 'csrf-token.inc' %]
65
                            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
65
                            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
66
                            <input type="hidden" name="issueconfirmed" value="1" />
66
                            <input type="hidden" name="issueconfirmed" value="1" />
67
                            <input type="hidden" name="op" value="del" />
67
                            <input type="hidden" name="op-cud" value="del" />
68
                            <button type="submit" class="approve" accesskey="y"><i class="fa fa-fw fa-check"></i> Yes, delete (Y)</button>
68
                            <button type="submit" class="approve" accesskey="y"><i class="fa fa-fw fa-check"></i> Yes, delete (Y)</button>
69
                        </form>
69
                        </form>
70
70
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-2 / +2 lines)
Lines 45-53 Link Here
45
            [% INCLUDE 'csrf-token.inc' %]
45
            [% INCLUDE 'csrf-token.inc' %]
46
          [% IF (modify) %]
46
          [% IF (modify) %]
47
            <input type="hidden" name="id" value="[% id | html %]" />
47
            <input type="hidden" name="id" value="[% id | html %]" />
48
            <input type="hidden" name="op" value="savemod" />
48
            <input type="hidden" name="op-cud" value="savemod" />
49
          [% ELSE %]
49
          [% ELSE %]
50
            <input type="hidden" name="op" value="savenew" />
50
            <input type="hidden" name="op-cud" value="savenew" />
51
          [% END %]
51
          [% END %]
52
          <fieldset class="rows">
52
          <fieldset class="rows">
53
            <ol>
53
            <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
        <div id="subscription_form_history">
35
        <div id="subscription_form_history">
36
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
36
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
37
              [% INCLUDE 'csrf-token.inc' %]
37
              [% INCLUDE 'csrf-token.inc' %]
38
            <input type="hidden" name="op" value="mod" />
38
            <input type="hidden" name="op-cud" value="mod" />
39
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
39
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
40
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
40
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
41
            <table>
41
            <table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-2 / +2 lines)
Lines 62-70 Link Here
62
          <form action="/cgi-bin/koha/serials/subscription-numberpatterns.pl" method="post">
62
          <form action="/cgi-bin/koha/serials/subscription-numberpatterns.pl" method="post">
63
              [% INCLUDE 'csrf-token.inc' %]
63
              [% INCLUDE 'csrf-token.inc' %]
64
            [% IF (new) %]
64
            [% IF (new) %]
65
              <input type="hidden" name="op" value="savenew" />
65
              <input type="hidden" name="op-cud" value="savenew" />
66
            [% ELSE %]
66
            [% ELSE %]
67
              <input type="hidden" name="op" value="savemod" />
67
              <input type="hidden" name="op-cud" value="savemod" />
68
              <input type="hidden" name="id" value="[% id | html %]" />
68
              <input type="hidden" name="id" value="[% id | html %]" />
69
            [% END %]
69
            [% END %]
70
            <fieldset class="rows">
70
            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt (-1 / +1 lines)
Lines 31-37 Link Here
31
31
32
<form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
32
<form name="f" action="/cgi-bin/koha/serials/subscription-renew.pl" method="post">
33
    [% INCLUDE 'csrf-token.inc' %]
33
    [% INCLUDE 'csrf-token.inc' %]
34
		<input type="hidden" name="op" value="renew" />
34
		<input type="hidden" name="op-cud" value="renew" />
35
		<input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
35
		<input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
36
		<fieldset class="rows"><legend>Subscription renewal for [% subscription.bibliotitle | html %]</legend>
36
		<fieldset class="rows"><legend>Subscription renewal for [% subscription.bibliotitle | html %]</legend>
37
        <ol>
37
        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 632-638 Link Here
632
632
633
                <fieldset class="action">
633
                <fieldset class="action">
634
                    <input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/>
634
                    <input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/>
635
                    <input type="hidden" name="op" value="[% op | html %]" />
635
                    <input type="hidden" name="op-cud" value="[% op | html %]" />
636
                    [% IF ( suggestionid ) %]
636
                    [% IF ( suggestionid ) %]
637
                        [% IF ( need_confirm ) %]
637
                        [% IF ( need_confirm ) %]
638
                            <input type="hidden" name="save_confirmed" value="1" />
638
                            <input type="hidden" name="save_confirmed" value="1" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-3 / +3 lines)
Lines 203-209 Link Here
203
    <form id="add_additional_content" method="post" action="/cgi-bin/koha/tools/additional-contents.pl" class="validate">
203
    <form id="add_additional_content" method="post" action="/cgi-bin/koha/tools/additional-contents.pl" class="validate">
204
        [% INCLUDE 'csrf-token.inc' %]
204
        [% INCLUDE 'csrf-token.inc' %]
205
        [% INCLUDE 'csrf-token.inc' %]
205
        [% INCLUDE 'csrf-token.inc' %]
206
        <input type="hidden" name="op" value="add_validate" />
206
        <input type="hidden" name="op-cud" value="add_validate" />
207
        <input type="hidden" name="category" value="[% category | html %]" />
207
        <input type="hidden" name="category" value="[% category | html %]" />
208
        <input type="hidden" name="code" value="[% additional_content.code | html %]" />
208
        <input type="hidden" name="code" value="[% additional_content.code | html %]" />
209
        <input type="hidden" name="idnew" value="[% additional_content.idnew | html %]" />
209
        <input type="hidden" name="idnew" value="[% additional_content.idnew | html %]" />
Lines 452-465 Link Here
452
                        [% END %]
452
                        [% END %]
453
                    </tbody>
453
                    </tbody>
454
                </table>
454
                </table>
455
                <input type="hidden" name="op" value="delete_confirmed" />
455
                <input type="hidden" name="op-cud" value="delete_confirmed" />
456
                <input type="hidden" name="category" value="[% category | html %]" />
456
                <input type="hidden" name="category" value="[% category | html %]" />
457
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Delete selected" /></fieldset>
457
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Delete selected" /></fieldset>
458
            </form>
458
            </form>
459
            <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
459
            <form action="/cgi-bin/koha/tools/additional-contents.pl" method="post" id="delete_single">
460
                [% INCLUDE 'csrf-token.inc' %]
460
                [% INCLUDE 'csrf-token.inc' %]
461
                [% INCLUDE 'csrf-token.inc' %]
461
                [% INCLUDE 'csrf-token.inc' %]
462
                <input type="hidden" id="del_op" name="op" value="delete_confirmed" />
462
                <input type="hidden" id="del_op" name="op-cud" value="delete_confirmed" />
463
                <input type="hidden" id="del_category" name="category" value="[% category | html %]" />
463
                <input type="hidden" id="del_category" name="category" value="[% category | html %]" />
464
                <input type="hidden" id="del_ids" name="ids" />
464
                <input type="hidden" id="del_ids" name="ids" />
465
            </form>
465
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-1 / +1 lines)
Lines 147-153 Link Here
147
                  </fieldset>
147
                  </fieldset>
148
                [% END %]
148
                [% END %]
149
                </div>
149
                </div>
150
                <input type="hidden" name="op" value="update" />
150
                <input type="hidden" name="op-cud" value="update" />
151
            </div>
151
            </div>
152
          </form>
152
          </form>
153
153
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-2 / +2 lines)
Lines 107-113 Link Here
107
<form name="f" action="batchMod.pl" method="post">
107
<form name="f" action="batchMod.pl" method="post">
108
    [% INCLUDE 'csrf-token.inc' %]
108
    [% INCLUDE 'csrf-token.inc' %]
109
     <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" />
109
     <input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber | html %]" />
110
     <input type="hidden" name="op" value="[% op | html %]" />
110
     <input type="hidden" name="op-cud" value="[% op | html %]" />
111
     <input type="hidden" name="searchid" value="[% searchid | html %]" />
111
     <input type="hidden" name="searchid" value="[% searchid | html %]" />
112
     <input type="hidden" name="src" id="src" value="[% src | html %]" />
112
     <input type="hidden" name="src" id="src" value="[% src | html %]" />
113
     [% IF biblionumber %]
113
     [% IF biblionumber %]
Lines 140-146 Link Here
140
140
141
    [% IF ( itemresults ) %]
141
    [% IF ( itemresults ) %]
142
        <div id="cataloguing_additem_newitem" class="item_edit_form">
142
        <div id="cataloguing_additem_newitem" class="item_edit_form">
143
         <input type="hidden" name="op" value="[% op | html %]" />
143
         <input type="hidden" name="op-cud" value="[% op | html %]" />
144
         <p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p>
144
         <p>This will delete [% IF ( too_many_items_display ) %]all the[% ELSE %]the selected[% END %] items.</p>
145
         <input type="hidden" name="del" value="1" />
145
         <input type="hidden" name="del" value="1" />
146
         <input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label>
146
         <input type="checkbox" name="del_records" id="del_records" /> <label for="del_records">Delete records if no items remain.</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 129-135 Link Here
129
129
130
        <form name="f" action="batchMod.pl" method="post">
130
        <form name="f" action="batchMod.pl" method="post">
131
            [% INCLUDE 'csrf-token.inc' %]
131
            [% INCLUDE 'csrf-token.inc' %]
132
            <input type="hidden" name="op" value="[% op | html %]" />
132
            <input type="hidden" name="op-cud" value="[% op | html %]" />
133
            <input type="hidden" name="searchid" value="[% searchid | html %]" />
133
            <input type="hidden" name="searchid" value="[% searchid | html %]" />
134
            <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
134
            <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
135
            <input type="hidden" name="src" id="src" value="[% src | html %]" />
135
            <input type="hidden" name="src" id="src" value="[% src | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt (-1 / +1 lines)
Lines 55-61 Link Here
55
                                      <textarea rows="10" cols="30" id="barcodelist" name="barcodelist"></textarea>
55
                                      <textarea rows="10" cols="30" id="barcodelist" name="barcodelist"></textarea>
56
                                    </li>
56
                                    </li>
57
                                </ol>
57
                                </ol>
58
                                <input type="hidden" name="op" value="show" />
58
                                <input type="hidden" name="op-cud" value="show" />
59
                            </fieldset>
59
                            </fieldset>
60
60
61
                            [% UNLESS del %]
61
                            [% UNLESS del %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 116-122 Link Here
116
        [% END # /WRAPPER tabs %]
116
        [% END # /WRAPPER tabs %]
117
117
118
      <fieldset class="action">
118
      <fieldset class="action">
119
        <input type="hidden" name="op" value="list" />
119
        <input type="hidden" name="op-cud" value="list" />
120
        <input type="submit" class="btn btn-primary" value="Continue" />
120
        <input type="submit" class="btn btn-primary" value="Continue" />
121
        <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a>
121
        <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a>
122
      </fieldset>
122
      </fieldset>
Lines 190-196 Link Here
190
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected authorities!</div>
190
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected authorities!</div>
191
      [% END %]
191
      [% END %]
192
        <fieldset class="action">
192
        <fieldset class="action">
193
          <input type="hidden" name="op" value="delete" />
193
          <input type="hidden" name="op-cud" value="delete" />
194
          <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
194
          <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
195
          <input type="submit" class="btn btn-primary" value="Delete selected records" />
195
          <input type="submit" class="btn btn-primary" value="Delete selected records" />
196
          <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a>
196
          <a class="cancel" href="/cgi-bin/koha/tools/batch_delete_records.pl">Cancel</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-2 / +2 lines)
Lines 115-121 Link Here
115
                                </ol>
115
                                </ol>
116
                            </fieldset>
116
                            </fieldset>
117
                            <fieldset class="action">
117
                            <fieldset class="action">
118
                                <input type="hidden" name="op" value="list" />
118
                                <input type="hidden" name="op-cud" value="list" />
119
                                <input type="submit" class="btn btn-primary" value="Continue" />
119
                                <input type="submit" class="btn btn-primary" value="Continue" />
120
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
120
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
121
                            </fieldset>
121
                            </fieldset>
Lines 162-168 Link Here
162
                                </div> <!-- /.page-section -->
162
                                </div> <!-- /.page-section -->
163
                                <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected checkouts!</div>
163
                                <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected checkouts!</div>
164
                                <fieldset class="action">
164
                                <fieldset class="action">
165
                                    <input type="hidden" name="op" value="modify" />
165
                                    <input type="hidden" name="op-cud" value="modify" />
166
                                    <input type="hidden" name="new_hard_due_date" value="[% new_hard_due_date | $KohaDates dateformat => 'iso' %]" />
166
                                    <input type="hidden" name="new_hard_due_date" value="[% new_hard_due_date | $KohaDates dateformat => 'iso' %]" />
167
                                    <input type="hidden" name="due_date_days" value="[% due_date_days | html %]" />
167
                                    <input type="hidden" name="due_date_days" value="[% due_date_days | html %]" />
168
                                    <input type="submit" class="btn btn-primary" value="Modify selected checkouts" />
168
                                    <input type="submit" class="btn btn-primary" value="Modify selected checkouts" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +2 lines)
Lines 146-152 Link Here
146
                                </ol>
146
                                </ol>
147
                            </fieldset>
147
                            </fieldset>
148
                            <fieldset class="action">
148
                            <fieldset class="action">
149
                                <input type="hidden" name="op" value="list" />
149
                                <input type="hidden" name="op-cud" value="list" />
150
                                <input type="submit" class="btn btn-primary" value="Continue" />
150
                                <input type="submit" class="btn btn-primary" value="Continue" />
151
                                <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a>
151
                                <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a>
152
                            </fieldset>
152
                            </fieldset>
Lines 242-248 Link Here
242
                                    <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected authorities!</div>
242
                                    <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected authorities!</div>
243
                                [% END %]
243
                                [% END %]
244
                                <fieldset class="action">
244
                                <fieldset class="action">
245
                                    <input type="hidden" name="op" value="modify" />
245
                                    <input type="hidden" name="op-cud" value="modify" />
246
                                    <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
246
                                    <input type="hidden" name="recordtype" value="[% recordtype | html %]" />
247
                                    <input type="submit" id="mainformsubmit" value="Modify selected records" class="button" />
247
                                    <input type="submit" id="mainformsubmit" value="Modify selected records" class="button" />
248
                                </fieldset>
248
                                </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-2 / +2 lines)
Lines 138-144 Link Here
138
138
139
    <form action="/cgi-bin/koha/tools/csv-profiles.pl" class="validated" method="post">
139
    <form action="/cgi-bin/koha/tools/csv-profiles.pl" class="validated" method="post">
140
        [% INCLUDE 'csrf-token.inc' %]
140
        [% INCLUDE 'csrf-token.inc' %]
141
        <input type="hidden" name="op" value="add_validate" />
141
        <input type="hidden" name="op-cud" value="add_validate" />
142
        <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
142
        <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
143
        <fieldset class="rows">
143
        <fieldset class="rows">
144
            <ol>
144
            <ol>
Lines 267-273 Link Here
267
            <h1>Delete CSV Profile "[% csv_profile.profile | html %]?"</h1>
267
            <h1>Delete CSV Profile "[% csv_profile.profile | html %]?"</h1>
268
            <form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
268
            <form action="/cgi-bin/koha/tools/csv-profiles.pl" method="post">
269
                [% INCLUDE 'csrf-token.inc' %]
269
                [% INCLUDE 'csrf-token.inc' %]
270
                <input type="hidden" name="op" value="delete_confirmed" />
270
                <input type="hidden" name="op-cud" value="delete_confirmed" />
271
                <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
271
                <input type="hidden" name="export_format_id" value="[% csv_profile.export_format_id | html %]" />
272
                <input type="submit" class="approve" value="Yes, delete" />
272
                <input type="submit" class="approve" value="Yes, delete" />
273
            </form>
273
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-4 / +4 lines)
Lines 184-190 Link Here
184
                        </li>
184
                        </li>
185
                    </ol>
185
                    </ol>
186
                </fieldset>
186
                </fieldset>
187
                <input type="hidden" name="op" value="export" />
187
                <input type="hidden" name="op-cud" value="export" />
188
                <input type="hidden" name="record_type" value="bibs" />
188
                <input type="hidden" name="record_type" value="bibs" />
189
                <fieldset class="action">
189
                <fieldset class="action">
190
                    <input type="submit" class="btn btn-primary" value="Export bibliographic records" />
190
                    <input type="submit" class="btn btn-primary" value="Export bibliographic records" />
Lines 260-266 Link Here
260
                    </ol>
260
                    </ol>
261
                </fieldset>
261
                </fieldset>
262
262
263
                <input type="hidden" name="op" value="export" />
263
                <input type="hidden" name="op-cud" value="export" />
264
                <input type="hidden" name="record_type" value="auths" />
264
                <input type="hidden" name="record_type" value="auths" />
265
265
266
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Export authority records" /></fieldset>
266
                <fieldset class="action"><input type="submit" class="btn btn-primary" value="Export authority records" /></fieldset>
Lines 286-292 Link Here
286
                    </fieldset>
286
                    </fieldset>
287
287
288
                    [% IF ( dbfiles && (dbfiles.size > 0) ) %]
288
                    [% IF ( dbfiles && (dbfiles.size > 0) ) %]
289
                        <input type="hidden" name="op" value="export" />
289
                        <input type="hidden" name="op-cud" value="export" />
290
                        <input type="hidden" name="record_type" value="db" />
290
                        <input type="hidden" name="record_type" value="db" />
291
                        <fieldset class="action"><input type="submit" class="btn btn-primary" value="Download database" /></fieldset>
291
                        <fieldset class="action"><input type="submit" class="btn btn-primary" value="Download database" /></fieldset>
292
                    [% END %]
292
                    [% END %]
Lines 313-319 Link Here
313
                    </fieldset>
313
                    </fieldset>
314
314
315
                    [% IF ( conffiles && (conffiles.size > 0) ) %]
315
                    [% IF ( conffiles && (conffiles.size > 0) ) %]
316
                        <input type="hidden" name="op" value="export" />
316
                        <input type="hidden" name="op-cud" value="export" />
317
                        <input type="hidden" name="record_type" value="conf" />
317
                        <input type="hidden" name="record_type" value="conf" />
318
                        <fieldset class="action"><input type="submit" class="btn btn-primary" value="Download configuration" /></fieldset>
318
                        <fieldset class="action"><input type="submit" class="btn btn-primary" value="Download configuration" /></fieldset>
319
                    [% END %]
319
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +1 lines)
Lines 227-233 Link Here
227
           <input type="checkbox" name="CSVexport" id="CSVexport" />
227
           <input type="checkbox" name="CSVexport" id="CSVexport" />
228
        </li>
228
        </li>
229
        </ol>
229
        </ol>
230
            <input type="hidden" name="op" value="do_it" />
230
            <input type="hidden" name="op-cud" value="do_it" />
231
  </fieldset>
231
  </fieldset>
232
232
233
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset>
233
            <fieldset class="action"><input type="submit" class="btn btn-primary" value="Submit" /></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-4 / +4 lines)
Lines 225-231 Link Here
225
                                                [% IF !independant_branch || !lette.branchcode %]
225
                                                [% IF !independant_branch || !lette.branchcode %]
226
                                                    <form method="post" action="/cgi-bin/koha/tools/letter.pl">
226
                                                    <form method="post" action="/cgi-bin/koha/tools/letter.pl">
227
                                                        [% INCLUDE 'csrf-token.inc' %]
227
                                                        [% INCLUDE 'csrf-token.inc' %]
228
                                                        <input type="hidden" name="op" value="copy_form" />
228
                                                        <input type="hidden" name="op-cud" value="copy_form" />
229
                                                        <input type="hidden" name="oldbranchcode" value="[% lette.branchcode | html %]" />
229
                                                        <input type="hidden" name="oldbranchcode" value="[% lette.branchcode | html %]" />
230
                                                        <input type="hidden" name="module" value="[% lette.module | html %]" />
230
                                                        <input type="hidden" name="module" value="[% lette.module | html %]" />
231
                                                        <input type="hidden" name="code" value="[% lette.code | html %]" />
231
                                                        <input type="hidden" name="code" value="[% lette.code | html %]" />
Lines 287-295 Link Here
287
                    <form id="add_notice" name="Aform" method="post" enctype="multipart/form-data" class="validate">
287
                    <form id="add_notice" name="Aform" method="post" enctype="multipart/form-data" class="validate">
288
                        [% INCLUDE 'csrf-token.inc' %]
288
                        [% INCLUDE 'csrf-token.inc' %]
289
                        [% IF add_form %]
289
                        [% IF add_form %]
290
                            <input type="hidden" name="op" id="op" value="add_validate" />
290
                            <input type="hidden" name="op-cud" id="op" value="add_validate" />
291
                        [% ELSE %]
291
                        [% ELSE %]
292
                            <input type="hidden" name="op" id="op" value="copy_validate" />
292
                            <input type="hidden" name="op-cud" id="op" value="copy_validate" />
293
                        [% END %]
293
                        [% END %]
294
294
295
                        <input type="hidden" name="checked" value="0" />
295
                        <input type="hidden" name="checked" value="0" />
Lines 496-502 Link Here
496
                        </table>
496
                        </table>
497
                        <form action="[% action | html %]" method="post">
497
                        <form action="[% action | html %]" method="post">
498
                            [% INCLUDE 'csrf-token.inc' %]
498
                            [% INCLUDE 'csrf-token.inc' %]
499
                            <input type="hidden" name="op" value="delete_confirmed">
499
                            <input type="hidden" name="op-cud" value="delete_confirmed">
500
                            <input type="hidden" name="branchcode" value="[% letter.branchcode | html %]" />
500
                            <input type="hidden" name="branchcode" value="[% letter.branchcode | html %]" />
501
                            <input type="hidden" name="code" value="[% letter.code | html %]" />
501
                            <input type="hidden" name="code" value="[% letter.code | html %]" />
502
                            <input type="hidden" name="module" value="[% letter.module | html %]" />
502
                            <input type="hidden" name="module" value="[% letter.module | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-5 / +5 lines)
Lines 108-114 Link Here
108
                        [% IF ( can_commit ) %]
108
                        [% IF ( can_commit ) %]
109
                            <form method="post">
109
                            <form method="post">
110
                                [% INCLUDE 'csrf-token.inc' %]
110
                                [% INCLUDE 'csrf-token.inc' %]
111
                                <input type="hidden" name="op" value="redo-matching" />
111
                                <input type="hidden" name="op-cud" value="redo-matching" />
112
                                <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
112
                                <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
113
                                <input type="hidden" name="current_matcher_id" value="[% current_matcher_id | html %]" />
113
                                <input type="hidden" name="current_matcher_id" value="[% current_matcher_id | html %]" />
114
                        [% END %]
114
                        [% END %]
Lines 257-263 Link Here
257
                            [% IF ( can_commit ) %]
257
                            [% IF ( can_commit ) %]
258
                                <form method="post" id="import_batch_form">
258
                                <form method="post" id="import_batch_form">
259
                                    [% INCLUDE 'csrf-token.inc' %]
259
                                    [% INCLUDE 'csrf-token.inc' %]
260
                                    <input type="hidden" name="op" value="commit-batch" />
260
                                    <input type="hidden" name="op-cud" value="commit-batch" />
261
                                    <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
261
                                    <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
262
                                    [% IF ( record_type != 'auth' ) %]
262
                                    [% IF ( record_type != 'auth' ) %]
263
                                        <fieldset class="rows">
263
                                        <fieldset class="rows">
Lines 294-300 Link Here
294
                            [% IF ( can_revert ) %]
294
                            [% IF ( can_revert ) %]
295
                                <form method="post" id="revert_batch_form">
295
                                <form method="post" id="revert_batch_form">
296
                                    [% INCLUDE 'csrf-token.inc' %]
296
                                    [% INCLUDE 'csrf-token.inc' %]
297
                                    <input type="hidden" name="op" value="revert-batch" />
297
                                    <input type="hidden" name="op-cud" value="revert-batch" />
298
                                    <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
298
                                    <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" />
299
                                    <fieldset class="action"><input type="submit" class="button" name="mainformsubmit" value="Undo import into catalog" /></fieldset>
299
                                    <fieldset class="action"><input type="submit" class="button" name="mainformsubmit" value="Undo import into catalog" /></fieldset>
300
                                </form>
300
                                </form>
Lines 363-376 Link Here
363
                                                    <form method="post" name="clean_batch_[% batch_lis.import_batch_id | html %]" id="clean_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_clean">
363
                                                    <form method="post" name="clean_batch_[% batch_lis.import_batch_id | html %]" id="clean_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_clean">
364
                                                        [% INCLUDE 'csrf-token.inc' %]
364
                                                        [% INCLUDE 'csrf-token.inc' %]
365
                                                        <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
365
                                                        <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
366
                                                        <input type="hidden" name="op" value="clean-batch" />
366
                                                        <input type="hidden" name="op-cud" value="clean-batch" />
367
                                                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-eraser"></i> Clean</button>
367
                                                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-eraser"></i> Clean</button>
368
                                                    </form>
368
                                                    </form>
369
                                                [% ELSIF ( batch_lis.import_status == 'cleaned' ) %]
369
                                                [% ELSIF ( batch_lis.import_status == 'cleaned' ) %]
370
                                                    <form method="post" action="/cgi-bin/koha/tools/manage-marc-import.pl" name="delete_batch_[% batch_lis.import_batch_id | html %]" id="delete_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_delete">
370
                                                    <form method="post" action="/cgi-bin/koha/tools/manage-marc-import.pl" name="delete_batch_[% batch_lis.import_batch_id | html %]" id="delete_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_delete">
371
                                                        [% INCLUDE 'csrf-token.inc' %]
371
                                                        [% INCLUDE 'csrf-token.inc' %]
372
                                                        <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
372
                                                        <input type="hidden" name="import_batch_id" value="[% batch_lis.import_batch_id | html %]" />
373
                                                        <input type="hidden" name="op" value="delete-batch" />
373
                                                        <input type="hidden" name="op-cud" value="delete-batch" />
374
                                                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</button>
374
                                                        <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</button>
375
                                                    </form>
375
                                                    </form>
376
                                                [% END %]
376
                                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-2 / +2 lines)
Lines 290-296 Link Here
290
                            <fieldset class="action">
290
                            <fieldset class="action">
291
                                <input type="hidden" name="template_id" value="[% template_id | html %]" />
291
                                <input type="hidden" name="template_id" value="[% template_id | html %]" />
292
                                <input type="hidden" name="mmta_id" id="mmta_id" />
292
                                <input type="hidden" name="mmta_id" id="mmta_id" />
293
                                <input type="hidden" name="op" value="add_action" />
293
                                <input type="hidden" name="op-cud" value="add_action" />
294
                                <input type="submit" id="action_submit" class="btn btn-primary" value="Add action" />
294
                                <input type="submit" id="action_submit" class="btn btn-primary" value="Add action" />
295
                                <a href="#modaction" class="cancel" id="cancel_edit" onclick="cancelEditAction();">Cancel</a>
295
                                <a href="#modaction" class="cancel" id="cancel_edit" onclick="cancelEditAction();">Cancel</a>
296
                            </fieldset>
296
                            </fieldset>
Lines 326-332 Link Here
326
                                <span class="required">Required</span>
326
                                <span class="required">Required</span>
327
                            </p>
327
                            </p>
328
328
329
                            <input type="hidden" name="op" value="create_template" />
329
                            <input type="hidden" name="op-cud" value="create_template" />
330
330
331
                            <p>
331
                            <p>
332
                                <label for="duplicate_a_template">Duplicate a template:</label>
332
                                <label for="duplicate_a_template">Duplicate a template:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +2 lines)
Lines 36-42 Link Here
36
                    <h1>Batch patron modification</h1>
36
                    <h1>Batch patron modification</h1>
37
                    <form id="patron_batchmod_form" method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/modborrowers.pl">
37
                    <form id="patron_batchmod_form" method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/modborrowers.pl">
38
                        [% INCLUDE 'csrf-token.inc' %]
38
                        [% INCLUDE 'csrf-token.inc' %]
39
                        <input type="hidden" name="op" value="show" />
39
                        <input type="hidden" name="op-cud" value="show" />
40
40
41
                        [% WRAPPER tabs id= "batch_patron_options" %]
41
                        [% WRAPPER tabs id= "batch_patron_options" %]
42
                            [% WRAPPER tabs_nav %]
42
                            [% WRAPPER tabs_nav %]
Lines 196-202 Link Here
196
                    [% IF ( op == 'show' ) %]
196
                    [% IF ( op == 'show' ) %]
197
                    <form name="f" action="modborrowers.pl" method="post">
197
                    <form name="f" action="modborrowers.pl" method="post">
198
                        [% INCLUDE 'csrf-token.inc' %]
198
                        [% INCLUDE 'csrf-token.inc' %]
199
                        <input type="hidden" name="op" value="do" />
199
                        <input type="hidden" name="op-cud" value="do" />
200
                        [% IF ( borrowers ) %]
200
                        [% IF ( borrowers ) %]
201
                            <div class="btn-toolbar selections-toolbar"><a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-times"></i> Clear all</a></div>
201
                            <div class="btn-toolbar selections-toolbar"><a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-times"></i> Clear all</a></div>
202
                        [% END %]
202
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
            [% IF ( table ) %]
65
            [% IF ( table ) %]
66
                <form method="post" action="/cgi-bin/koha/tools/overduerules.pl">
66
                <form method="post" action="/cgi-bin/koha/tools/overduerules.pl">
67
                    [% INCLUDE 'csrf-token.inc' %]
67
                    [% INCLUDE 'csrf-token.inc' %]
68
                    <input type="hidden" name="op" value="save" />
68
                    <input type="hidden" name="op-cud" value="save" />
69
                    <input type="hidden" name="branch" value="[% branch | html %]" />
69
                    <input type="hidden" name="branch" value="[% branch | html %]" />
70
                    <h3>Rules for overdue actions: [% IF ( branch ) %][% Branches.GetName( branch ) | html %][% ELSE %] default library [% END %]</h3>
70
                    <h3>Rules for overdue actions: [% IF ( branch ) %][% Branches.GetName( branch ) | html %][% ELSE %] default library [% END %]</h3>
71
                        [% IF ( datasaved ) %]<div class="dialog message">Changes saved.</div> [% END %]
71
                        [% IF ( datasaved ) %]<div class="dialog message">Changes saved.</div> [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-1 / +1 lines)
Lines 150-156 Link Here
150
	            </fieldset>
150
	            </fieldset>
151
                    <fieldset class="action">
151
                    <fieldset class="action">
152
                        [% INCLUDE 'csrf-token.inc' %]
152
                        [% INCLUDE 'csrf-token.inc' %]
153
                        <input type="hidden" name="op" value="Upload" />
153
                        <input type="hidden" name="op-cud" value="Upload" />
154
                        <input type="submit" class="btn btn-primary" value="Upload" />
154
                        <input type="submit" class="btn btn-primary" value="Upload" />
155
						<a href="/cgi-bin/koha/tools/tools-home.pl" class="cancel">Cancel</a>
155
						<a href="/cgi-bin/koha/tools/tools-home.pl" class="cancel">Cancel</a>
156
                    </fieldset>
156
                    </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-2 / +2 lines)
Lines 68-74 Link Here
68
    <form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
68
    <form action="/cgi-bin/koha/tools/quotes.pl" id="Aform" name="Aform" class="validated" method="post">
69
        [% INCLUDE 'csrf-token.inc' %]
69
        [% INCLUDE 'csrf-token.inc' %]
70
        <fieldset class="rows">
70
        <fieldset class="rows">
71
            <input type="hidden" name="op" value="add_validate" />
71
            <input type="hidden" name="op-cud" value="add_validate" />
72
            <ol>
72
            <ol>
73
                <li>
73
                <li>
74
                    <label for="text" class="required">Source: </label>
74
                    <label for="text" class="required">Source: </label>
Lines 96-102 Link Here
96
            [% INCLUDE 'csrf-token.inc' %]
96
            [% INCLUDE 'csrf-token.inc' %]
97
            <h1>Are you sure you want to delete the following quote?</h1>
97
            <h1>Are you sure you want to delete the following quote?</h1>
98
            [% quote.source | html %] - [% quote.text | html %]
98
            [% quote.source | html %] - [% quote.text | html %]
99
            <input type="hidden" name="op" value="delete_confirmed" />
99
            <input type="hidden" name="op-cud" value="delete_confirmed" />
100
            <input type="hidden" name="id" value="[% quote.id | html %]" />
100
            <input type="hidden" name="id" value="[% quote.id | html %]" />
101
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
101
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button>
102
        </form>
102
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-5 / +5 lines)
Lines 184-190 Link Here
184
                        [% IF rota.rota_id %]
184
                        [% IF rota.rota_id %]
185
                            <input type="hidden" name="id" value="[% rota.rota_id | html %]">
185
                            <input type="hidden" name="id" value="[% rota.rota_id | html %]">
186
                        [% END %]
186
                        [% END %]
187
                        <input type="hidden" name="op" value="process_rota">
187
                        <input type="hidden" name="op-cud" value="process_rota">
188
                    </form>
188
                    </form>
189
189
190
                [% ELSIF (op == 'manage_stages') %]
190
                [% ELSIF (op == 'manage_stages') %]
Lines 247-253 Link Here
247
                                    <div class="modal-footer">
247
                                    <div class="modal-footer">
248
                                        <input type="hidden" name="stage_id" value="[% stage.id | html %]">
248
                                        <input type="hidden" name="stage_id" value="[% stage.id | html %]">
249
                                        <input type="hidden" name="rota_id" value="[% rota_id | html %]">
249
                                        <input type="hidden" name="rota_id" value="[% rota_id | html %]">
250
                                        <input type="hidden" name="op" value="process_stage">
250
                                        <input type="hidden" name="op-cud" value="process_stage">
251
                                        <button type="submit" class="btn btn-default">Save</button>
251
                                        <button type="submit" class="btn btn-default">Save</button>
252
                                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
252
                                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
253
                                    </div> <!-- /.modal-footer -->
253
                                    </div> <!-- /.modal-footer -->
Lines 342-348 Link Here
342
                        </fieldset>
342
                        </fieldset>
343
                        <input type="hidden" name="stage_id" value="[% stage.id | html %]">
343
                        <input type="hidden" name="stage_id" value="[% stage.id | html %]">
344
                        <input type="hidden" name="rota_id" value="[% rota_id | html %]">
344
                        <input type="hidden" name="rota_id" value="[% rota_id | html %]">
345
                        <input type="hidden" name="op" value="process_stage">
345
                        <input type="hidden" name="op-cud" value="process_stage">
346
                    </form>
346
                    </form>
347
                [% ELSIF (op == 'confirm_remove_from_rota') %]
347
                [% ELSIF (op == 'confirm_remove_from_rota') %]
348
348
Lines 434-440 Link Here
434
                                    </div> <!-- /.modal-body -->
434
                                    </div> <!-- /.modal-body -->
435
                                    <div class="modal-footer">
435
                                    <div class="modal-footer">
436
                                        <input type="hidden" name="rota_id" value="[% rota.id | html %]">
436
                                        <input type="hidden" name="rota_id" value="[% rota.id | html %]">
437
                                        <input type="hidden" name="op" value="add_items_to_rota">
437
                                        <input type="hidden" name="op-cud" value="add_items_to_rota">
438
                                        <button type="submit" class="btn btn-default">Save</button>
438
                                        <button type="submit" class="btn btn-default">Save</button>
439
                                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
439
                                        <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
440
                                    </div> <!-- /.modal-footer -->
440
                                    </div> <!-- /.modal-footer -->
Lines 580-586 Link Here
580
                                <input type="submit" class="btn btn-primary" value="Save" />
580
                                <input type="submit" class="btn btn-primary" value="Save" />
581
                            </fieldset>
581
                            </fieldset>
582
                            <input type="hidden" name="rota_id" value="[% rota_id | html %]">
582
                            <input type="hidden" name="rota_id" value="[% rota_id | html %]">
583
                            <input type="hidden" name="op" value="move_items_to_rota">
583
                            <input type="hidden" name="op-cud" value="move_items_to_rota">
584
                        </form>
584
                        </form>
585
                    [% END %]
585
                    [% END %]
586
                    <p><a href="?op=manage_items&amp;rota_id=[% rota_id | uri %]">Return to rota</a></p>
586
                    <p><a href="?op=manage_items&amp;rota_id=[% rota_id | uri %]">Return to rota</a></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-3 / +3 lines)
Lines 94-100 Link Here
94
    <form method="post" id="browsefile" action="/cgi-bin/koha/tools/upload.pl">
94
    <form method="post" id="browsefile" action="/cgi-bin/koha/tools/upload.pl">
95
        [% INCLUDE 'csrf-token.inc' %]
95
        [% INCLUDE 'csrf-token.inc' %]
96
        [% PROCESS plugin_pars %]
96
        [% PROCESS plugin_pars %]
97
        <input type="hidden" name="op" value="browse"/>
97
        <input type="hidden" name="op-cud" value="browse"/>
98
        <fieldset class="brief">
98
        <fieldset class="brief">
99
        <h4>Search uploads by category</h4>
99
        <h4>Search uploads by category</h4>
100
        <ol>
100
        <ol>
Lines 124-130 Link Here
124
    <form method="post" id="searchfile" action="/cgi-bin/koha/tools/upload.pl">
124
    <form method="post" id="searchfile" action="/cgi-bin/koha/tools/upload.pl">
125
        [% INCLUDE 'csrf-token.inc' %]
125
        [% INCLUDE 'csrf-token.inc' %]
126
        [% PROCESS plugin_pars %]
126
        [% PROCESS plugin_pars %]
127
        <input type="hidden" name="op" value="search"/>
127
        <input type="hidden" name="op-cud" value="search"/>
128
        <fieldset class="brief">
128
        <fieldset class="brief">
129
        <h4>Search uploads by name or hashvalue</h4>
129
        <h4>Search uploads by name or hashvalue</h4>
130
        <ol>
130
        <ol>
Lines 144-150 Link Here
144
    <form id="submitter" style="display:none;" method="post">
144
    <form id="submitter" style="display:none;" method="post">
145
        [% INCLUDE 'csrf-token.inc' %]
145
        [% INCLUDE 'csrf-token.inc' %]
146
        [% PROCESS plugin_pars %]
146
        [% PROCESS plugin_pars %]
147
        <input type="hidden" name="op" id="op" value=""/>
147
        <input type="hidden" name="op-cud" id="op" value=""/>
148
        <input type="hidden" name="id" id="id" value="" />
148
        <input type="hidden" name="id" id="id" value="" />
149
        <input type="hidden" name="msg" id="msg" value="" />
149
        <input type="hidden" name="msg" id="msg" value="" />
150
    </form>
150
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-6 / +6 lines)
Lines 207-213 Link Here
207
                    [% INCLUDE 'csrf-token.inc' %]
207
                    [% INCLUDE 'csrf-token.inc' %]
208
                    [% INCLUDE 'csrf-token.inc' %]
208
                    [% INCLUDE 'csrf-token.inc' %]
209
                    <fieldset>
209
                    <fieldset>
210
                        <input type="hidden" name="op" value="transfer" />
210
                        <input type="hidden" name="op-cud" value="transfer" />
211
                        <input type="hidden" name="public" value="1" />
211
                        <input type="hidden" name="public" value="1" />
212
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
212
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
213
213
Lines 242-248 Link Here
242
                    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
242
                    <form action="/cgi-bin/koha/virtualshelves/shelves.pl" id="listform" method="post">
243
                        [% INCLUDE 'csrf-token.inc' %]
243
                        [% INCLUDE 'csrf-token.inc' %]
244
                        [% INCLUDE 'csrf-token.inc' %]
244
                        [% INCLUDE 'csrf-token.inc' %]
245
                        <input type="hidden" name="op" value="remove_biblios" />
245
                        <input type="hidden" name="op-cud" value="remove_biblios" />
246
                        <input type="hidden" name="referer" value="view" />
246
                        <input type="hidden" name="referer" value="view" />
247
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
247
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
248
248
Lines 398-407 Link Here
398
                    <fieldset class="rows">
398
                    <fieldset class="rows">
399
                        [% IF op == 'add_form' %]
399
                        [% IF op == 'add_form' %]
400
                            <legend><h1>Create a new list</h1></legend>
400
                            <legend><h1>Create a new list</h1></legend>
401
                            <input type="hidden" name="op" value="add" />
401
                            <input type="hidden" name="op-cud" value="add" />
402
                        [% ELSE %]
402
                        [% ELSE %]
403
                            <legend><h1>Edit list <em>[% shelf.shelfname | html %]</em></h1></legend>
403
                            <legend><h1>Edit list <em>[% shelf.shelfname | html %]</em></h1></legend>
404
                            <input type="hidden" name="op" value="edit" />
404
                            <input type="hidden" name="op-cud" value="edit" />
405
                        [% END %]
405
                        [% END %]
406
                        <input type="hidden" name="referer" value="[% referer | html %]" />
406
                        <input type="hidden" name="referer" value="[% referer | html %]" />
407
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
407
                        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
Lines 565-578 Link Here
565
                                <li>
565
                                <li>
566
                                    <label for="barcodes">Barcodes:</label>
566
                                    <label for="barcodes">Barcodes:</label>
567
                                    <textarea name="barcodes" id="barcodes" rows="5"></textarea>
567
                                    <textarea name="barcodes" id="barcodes" rows="5"></textarea>
568
                                    <input type="hidden" name="op" value="add_biblio" />
568
                                    <input type="hidden" name="op-cud" value="add_biblio" />
569
                                    <input type="hidden" name="referer" value="view" />
569
                                    <input type="hidden" name="referer" value="view" />
570
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
570
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
571
                                </li>
571
                                </li>
572
                                <li>
572
                                <li>
573
                                    <label for="biblionumbers">Biblio numbers:</label>
573
                                    <label for="biblionumbers">Biblio numbers:</label>
574
                                    <textarea name="biblionumbers" id="biblionumbers" rows="5"></textarea>
574
                                    <textarea name="biblionumbers" id="biblionumbers" rows="5"></textarea>
575
                                    <input type="hidden" name="op" value="add_biblio" />
575
                                    <input type="hidden" name="op-cud" value="add_biblio" />
576
                                    <input type="hidden" name="referer" value="view" />
576
                                    <input type="hidden" name="referer" value="view" />
577
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
577
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
578
                                </li>
578
                                </li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc (-1 / +1 lines)
Lines 131-137 Link Here
131
                        <input id="input-srw" type="radio" name="format" value="srwdc">
131
                        <input id="input-srw" type="radio" name="format" value="srwdc">
132
                        <label class="label_dc" for="input-srw">SRW-DC</label>
132
                        <label class="label_dc" for="input-srw">SRW-DC</label>
133
                        <br>
133
                        <br>
134
                        <input type="hidden" name="op" value="export">
134
                        <input type="hidden" name="op-cud" value="export">
135
                        <input type="hidden" name="bib" value="[% biblio.biblionumber | html %]">
135
                        <input type="hidden" name="bib" value="[% biblio.biblionumber | html %]">
136
                    </fieldset>
136
                    </fieldset>
137
                </div>
137
                </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt (-2 / +2 lines)
Lines 43-49 Link Here
43
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
43
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
44
                                <input type="hidden" name="referer" value="[% referer | html %]">
44
                                <input type="hidden" name="referer" value="[% referer | html %]">
45
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
45
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
46
                                <input type="hidden" name="op" value="alert_confirmed">
46
                                <input type="hidden" name="op-cud" value="alert_confirmed">
47
                                <input type="submit" class="btn btn-primary" value="Yes">
47
                                <input type="submit" class="btn btn-primary" value="Yes">
48
                                <a class="cancel" href="opac-serial-issues.pl?biblionumber=[% biblionumber | html %]" >No</a>
48
                                <a class="cancel" href="opac-serial-issues.pl?biblionumber=[% biblionumber | html %]" >No</a>
49
                            </form>
49
                            </form>
Lines 58-64 Link Here
58
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
58
                                <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]">
59
                                <input type="hidden" name="referer" value="[% referer | html %]">
59
                                <input type="hidden" name="referer" value="[% referer | html %]">
60
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
60
                                <input type="hidden" name="biblionumber" value="[% biblionumber | html %]">
61
                                <input type="hidden" name="op" value="cancel_confirmed">
61
                                <input type="hidden" name="op-cud" value="cancel_confirmed">
62
                                <input type="submit" value="Yes" class="btn btn-primary">
62
                                <input type="submit" value="Yes" class="btn btn-primary">
63
                                <a href="opac-serial-issues.pl?biblionumber=[% biblionumber | uri %]" class="cancel">No</a>
63
                                <a href="opac-serial-issues.pl?biblionumber=[% biblionumber | uri %]" class="cancel">No</a>
64
                            </form>
64
                            </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt (-1 / +1 lines)
Lines 37-43 Link Here
37
                    <div id="userauthhome" class="maincontent">
37
                    <div id="userauthhome" class="maincontent">
38
                        <form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="post">
38
                        <form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="post">
39
                            [% INCLUDE 'csrf-token.inc' %]
39
                            [% INCLUDE 'csrf-token.inc' %]
40
                            <input type="hidden" name="op" value="do_search" />
40
                            <input type="hidden" name="op-cud" value="do_search" />
41
                            <input type="hidden" name="type" value="opac" />
41
                            <input type="hidden" name="type" value="opac" />
42
                            <fieldset class="rows">
42
                            <fieldset class="rows">
43
                                <legend><h1>Authority search</h1></legend>
43
                                <legend><h1>Authority search</h1></legend>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt (-3 / +3 lines)
Lines 191-197 Link Here
191
                                                    <td>
191
                                                    <td>
192
                                                        <form method="post">
192
                                                        <form method="post">
193
                                                            [% INCLUDE 'csrf-token.inc' %]
193
                                                            [% INCLUDE 'csrf-token.inc' %]
194
                                                            <input type="hidden" name="op" value="arrival-alert" />
194
                                                            <input type="hidden" name="op-cud" value="arrival-alert" />
195
                                                            <input type="hidden" name="pickup_id" value="[% p.id | html %]" />
195
                                                            <input type="hidden" name="pickup_id" value="[% p.id | html %]" />
196
                                                            [% IF ! p.staged_datetime || p.arrival_datetime %]
196
                                                            [% IF ! p.staged_datetime || p.arrival_datetime %]
197
                                                            <button class="btn disabled" disabled href="#" >
197
                                                            <button class="btn disabled" disabled href="#" >
Lines 204-210 Link Here
204
                                                        <p>
204
                                                        <p>
205
                                                        <form method="post">
205
                                                        <form method="post">
206
                                                            [% INCLUDE 'csrf-token.inc' %]
206
                                                            [% INCLUDE 'csrf-token.inc' %]
207
                                                            <input type="hidden" name="op" value="cancel-pickup" />
207
                                                            <input type="hidden" name="op-cud" value="cancel-pickup" />
208
                                                            <input type="hidden" name="pickup_id" value="[% p.id | html %]" />
208
                                                            <input type="hidden" name="pickup_id" value="[% p.id | html %]" />
209
                                                            [% IF p.delivered_datetime %]
209
                                                            [% IF p.delivered_datetime %]
210
                                                                <button class="btn disabled" disabled href="#" >
210
                                                                <button class="btn disabled" disabled href="#" >
Lines 262-268 Link Here
262
                                        </fieldset>
262
                                        </fieldset>
263
263
264
                                        <fieldset class="action">
264
                                        <fieldset class="action">
265
                                            <input type="hidden" name="op" value="create-pickup" />
265
                                            <input type="hidden" name="op-cud" value="create-pickup" />
266
                                            <input type="submit" id="schedule-pickup-button" class="btn btn-default" disabled value="Schedule pickup" />
266
                                            <input type="submit" id="schedule-pickup-button" class="btn btn-default" disabled value="Schedule pickup" />
267
                                        </fieldset>
267
                                        </fieldset>
268
                                    </form>
268
                                    </form>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-1 / +1 lines)
Lines 87-93 Link Here
87
                                    </div>
87
                                    </div>
88
                                </fieldset>
88
                                </fieldset>
89
                                <fieldset class="action">
89
                                <fieldset class="action">
90
                                    <input type="hidden" name="op" value="change_password" />
90
                                    <input type="hidden" name="op-cud" value="change_password" />
91
                                    <input type="submit" value="Change password" class="btn btn-primary" />
91
                                    <input type="submit" value="Change password" class="btn btn-primary" />
92
                                    <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a>
92
                                    <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a>
93
                                </fieldset>
93
                                </fieldset>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
                        [% INCLUDE 'csrf-token.inc' %]
50
                        [% INCLUDE 'csrf-token.inc' %]
51
                        [% IF Koha.Preference('PrivacyPolicyConsent') %]
51
                        [% IF Koha.Preference('PrivacyPolicyConsent') %]
52
                        <legend><h2 id="GDPR_consents">Privacy policy consents</h2></legend>
52
                        <legend><h2 id="GDPR_consents">Privacy policy consents</h2></legend>
53
                            <input type="hidden" name="op" value="gdpr_proc_save"/>
53
                            <input type="hidden" name="op-cud" value="gdpr_proc_save"/>
54
                            <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
54
                            <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"/>
55
                            <fieldset>
55
                            <fieldset>
56
                                <ul><li>
56
                                <ul><li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-privacy.tt (-4 / +4 lines)
Lines 76-82 Link Here
76
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form">
76
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-update-form">
77
                            [% INCLUDE 'csrf-token.inc' %]
77
                            [% INCLUDE 'csrf-token.inc' %]
78
                            <legend class="sr-only">Privacy rule</legend>
78
                            <legend class="sr-only">Privacy rule</legend>
79
                            <input type="hidden" name="op" value="update_privacy" />
79
                            <input type="hidden" name="op-cud" value="update_privacy" />
80
                            <fieldset>
80
                            <fieldset>
81
                                <label for="privacy">Please choose your privacy rule:</label>
81
                                <label for="privacy">Please choose your privacy rule:</label>
82
                                <div class="form-group row">
82
                                <div class="form-group row">
Lines 159-177 Link Here
159
159
160
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-checkouts">
160
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-checkouts">
161
                            [% INCLUDE 'csrf-token.inc' %]
161
                            [% INCLUDE 'csrf-token.inc' %]
162
                            <input type="hidden" name="op" value="delete_record" />
162
                            <input type="hidden" name="op-cud" value="delete_record" />
163
                            <input type="hidden" name="checkouts" value="1" />
163
                            <input type="hidden" name="checkouts" value="1" />
164
                        </form>
164
                        </form>
165
165
166
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-holds">
166
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-holds">
167
                            [% INCLUDE 'csrf-token.inc' %]
167
                            [% INCLUDE 'csrf-token.inc' %]
168
                            <input type="hidden" name="op" value="delete_record" />
168
                            <input type="hidden" name="op-cud" value="delete_record" />
169
                            <input type="hidden" name="holds" value="1" />
169
                            <input type="hidden" name="holds" value="1" />
170
                        </form>
170
                        </form>
171
171
172
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-all">
172
                        <form action="/cgi-bin/koha/opac-privacy.pl" method="post" id="opac-privacy-delete-all">
173
                            [% INCLUDE 'csrf-token.inc' %]
173
                            [% INCLUDE 'csrf-token.inc' %]
174
                            <input type="hidden" name="op" value="delete_record" />
174
                            <input type="hidden" name="op-cud" value="delete_record" />
175
                            <input type="hidden" name="all" value="1" />
175
                            <input type="hidden" name="all" value="1" />
176
                        </form>
176
                        </form>
177
                        <table class="table table-bordered table-condensed table-striped">
177
                        <table class="table table-bordered table-condensed table-striped">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt (-1 / +1 lines)
Lines 162-168 Link Here
162
                                            </table>
162
                                            </table>
163
                                        </fieldset>
163
                                        </fieldset>
164
                                        <fieldset class="action">
164
                                        <fieldset class="action">
165
                                            <input type="hidden" name="op" value="request">
165
                                            <input type="hidden" name="op-cud" value="request">
166
                                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]">
166
                                            <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]">
167
                                            <input type="submit" class="btn btn-primary" value="Confirm">
167
                                            <input type="submit" class="btn btn-primary" value="Confirm">
168
                                            <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]" class="cancel">Cancel</a>
168
                                            <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]" class="cancel">Cancel</a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
                                                        [% IF ( RECALL.requested or RECALL.overdue ) %]
114
                                                        [% IF ( RECALL.requested or RECALL.overdue ) %]
115
                                                            <form action="/cgi-bin/koha/opac-recall.pl" method="post">
115
                                                            <form action="/cgi-bin/koha/opac-recall.pl" method="post">
116
                                                                [% INCLUDE 'csrf-token.inc' %]
116
                                                                [% INCLUDE 'csrf-token.inc' %]
117
                                                                <input type="hidden" name="op" value="cancel">
117
                                                                <input type="hidden" name="op-cud" value="cancel">
118
                                                                <input type="hidden" name="recall_id" value="[% RECALL.id | html %]">
118
                                                                <input type="hidden" name="recall_id" value="[% RECALL.id | html %]">
119
                                                                <input type="hidden" name="biblionumber" value="[% RECALL.biblio_id | html %]">
119
                                                                <input type="hidden" name="biblionumber" value="[% RECALL.biblio_id | html %]">
120
                                                                <input type="submit" name="submit" class="btn btn-danger cancel_recall" value="Cancel">
120
                                                                <input type="submit" name="submit" class="btn btn-danger cancel_recall" value="Cancel">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reportproblem.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
                        <form name="reportlibform" action="/cgi-bin/koha/opac-reportproblem.pl" method="post">
57
                        <form name="reportlibform" action="/cgi-bin/koha/opac-reportproblem.pl" method="post">
58
                            [% INCLUDE 'csrf-token.inc' %]
58
                            [% INCLUDE 'csrf-token.inc' %]
59
                            <legend class="sr-only">Report a problem</legend>
59
                            <legend class="sr-only">Report a problem</legend>
60
                            <input type="hidden" name="op" value="addreport" />
60
                            <input type="hidden" name="op-cud" value="addreport" />
61
                            <fieldset class="rows">
61
                            <fieldset class="rows">
62
                                <ol>
62
                                <ol>
63
                                    <li>
63
                                    <li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt (-1 / +1 lines)
Lines 98-104 Link Here
98
                                <fieldset class="action">
98
                                <fieldset class="action">
99
                                    <input type="submit" value="Update password" class="btn btn-primary" />
99
                                    <input type="submit" value="Update password" class="btn btn-primary" />
100
                                </fieldset>
100
                                </fieldset>
101
                                <input type="hidden" name="op" value="update" />
101
                                <input type="hidden" name="op-cud" value="update" />
102
                            </fieldset>
102
                            </fieldset>
103
                            [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
103
                            [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
104
                                <div id="resetpassword">
104
                                <div id="resetpassword">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-13 / +13 lines)
Lines 11-17 Link Here
11
[% BLOCK delete_shelf %]
11
[% BLOCK delete_shelf %]
12
    <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="deleteshelf[% shelf.shelfnumber | html %]" class="d-inline">
12
    <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="deleteshelf[% shelf.shelfnumber | html %]" class="d-inline">
13
        [% INCLUDE 'csrf-token.inc' %]
13
        [% INCLUDE 'csrf-token.inc' %]
14
        <input type="hidden" name="op" value="delete" />
14
        <input type="hidden" name="op-cud" value="delete" />
15
        <input type="hidden" name="referer" value="list" />
15
        <input type="hidden" name="referer" value="list" />
16
        <input type='hidden' name='public' value='[% public | html %]' />
16
        <input type='hidden' name='public' value='[% public | html %]' />
17
        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
17
        <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
Lines 251-257 Link Here
251
                                            <span class="sep">|</span>
251
                                            <span class="sep">|</span>
252
                                            <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
252
                                            <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
253
                                                [% INCLUDE 'csrf-token.inc' %]
253
                                                [% INCLUDE 'csrf-token.inc' %]
254
                                                <input type="hidden" name="op" value="edit_form" />
254
                                                <input type="hidden" name="op-cud" value="edit_form" />
255
                                                <input type="hidden" name="referer" value="view" />
255
                                                <input type="hidden" name="referer" value="view" />
256
                                                <input type='hidden' name='public' value='[% shelf.public | html %]' />
256
                                                <input type='hidden' name='public' value='[% shelf.public | html %]' />
257
                                                <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
257
                                                <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
Lines 266-272 Link Here
266
                                        [% ELSIF !public # not manageshelf and private means shared %]
266
                                        [% ELSIF !public # not manageshelf and private means shared %]
267
                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="unshare[% shelf.shelfnumber | html %]" class="d-inline">
267
                                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="unshare[% shelf.shelfnumber | html %]" class="d-inline">
268
                                                [% INCLUDE 'csrf-token.inc' %]
268
                                                [% INCLUDE 'csrf-token.inc' %]
269
                                                <input type="hidden" name="op" value="remove_share" />
269
                                                <input type="hidden" name="op-cud" value="remove_share" />
270
                                                <input type="hidden" name="referer" value="list" />
270
                                                <input type="hidden" name="referer" value="list" />
271
                                                <input type='hidden' name='public' value='[% public | html %]' />
271
                                                <input type='hidden' name='public' value='[% public | html %]' />
272
                                                <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
272
                                                <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
Lines 389-395 Link Here
389
                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="myform" name="myform">
389
                            <form action="/cgi-bin/koha/opac-shelves.pl" method="post" id="myform" name="myform">
390
                                [% INCLUDE 'csrf-token.inc' %]
390
                                [% INCLUDE 'csrf-token.inc' %]
391
                                [% IF can_manage_shelf %]
391
                                [% IF can_manage_shelf %]
392
                                    <input type="hidden" name="op" value="remove_biblios" />
392
                                    <input type="hidden" name="op-cud" value="remove_biblios" />
393
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
393
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
394
                                [% END %]
394
                                [% END %]
395
                                <div class="searchresults">
395
                                <div class="searchresults">
Lines 538-544 Link Here
538
                                [% END %]
538
                                [% END %]
539
539
540
                                [% IF can_remove_biblios %]
540
                                [% IF can_remove_biblios %]
541
                                    <input type="hidden" name="op" value="remove_biblios" />
541
                                    <input type="hidden" name="op-cud" value="remove_biblios" />
542
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
542
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
543
                                    <input type="hidden" name="modifyshelfcontents" value="1" />
543
                                    <input type="hidden" name="modifyshelfcontents" value="1" />
544
                                    <input type="submit" value="Remove selected items" id="remove-selected" class="btn btn-danger"/>
544
                                    <input type="submit" value="Remove selected items" id="remove-selected" class="btn btn-danger"/>
Lines 552-558 Link Here
552
                                        <span class="sep">|</span>
552
                                        <span class="sep">|</span>
553
                                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
553
                                        <form method="post" action="/cgi-bin/koha/opac-shelves.pl" class="d-inline">
554
                                            [% INCLUDE 'csrf-token.inc' %]
554
                                            [% INCLUDE 'csrf-token.inc' %]
555
                                            <input type="hidden" name="op" value="edit_form" />
555
                                            <input type="hidden" name="op-cud" value="edit_form" />
556
                                            <input type="hidden" name="referer" value="view" />
556
                                            <input type="hidden" name="referer" value="view" />
557
                                            <input type="hidden" name="public" value="[% shelf.public | html %]" />
557
                                            <input type="hidden" name="public" value="[% shelf.public | html %]" />
558
                                            <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
558
                                            <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
Lines 575-581 Link Here
575
                            [% IF can_manage_shelf %]
575
                            [% IF can_manage_shelf %]
576
                                <form method="post" action="opac-shelves.pl">
576
                                <form method="post" action="opac-shelves.pl">
577
                                    [% INCLUDE 'csrf-token.inc' %]
577
                                    [% INCLUDE 'csrf-token.inc' %]
578
                                    <input type="hidden" name="op" value="delete" />
578
                                    <input type="hidden" name="op-cud" value="delete" />
579
                                    <input type="hidden" name="referer" value="list" />
579
                                    <input type="hidden" name="referer" value="list" />
580
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]"/>
580
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]"/>
581
                                    <input type="submit" class="btn btn-danger" value="Delete this list" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" />
581
                                    <input type="submit" class="btn btn-danger" value="Delete this list" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" />
Lines 591-600 Link Here
591
                                [% IF op == 'add_form' %]
591
                                [% IF op == 'add_form' %]
592
                                    <div id="addshelf">
592
                                    <div id="addshelf">
593
                                        <legend><h1>Create a new list</h1></legend>
593
                                        <legend><h1>Create a new list</h1></legend>
594
                                    <input type="hidden" name="op" value="add" />
594
                                    <input type="hidden" name="op-cud" value="add" />
595
                                [% ELSE %]
595
                                [% ELSE %]
596
                                <legend><h1>Editing <em>[% shelf.shelfname | html %]</em></h1></legend>
596
                                <legend><h1>Editing <em>[% shelf.shelfname | html %]</em></h1></legend>
597
                                    <input type="hidden" name="op" value="edit" />
597
                                    <input type="hidden" name="op-cud" value="edit" />
598
                                    <input type="hidden" name="referer" value="[% referer | html %]" />
598
                                    <input type="hidden" name="referer" value="[% referer | html %]" />
599
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
599
                                    <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
600
                                [% END %]
600
                                [% END %]
Lines 677-683 Link Here
677
                        <form action="/cgi-bin/koha/opac-shelves.pl" id="transferform" method="post">
677
                        <form action="/cgi-bin/koha/opac-shelves.pl" id="transferform" method="post">
678
                            [% INCLUDE 'csrf-token.inc' %]
678
                            [% INCLUDE 'csrf-token.inc' %]
679
                        <fieldset>
679
                        <fieldset>
680
                            <input type="hidden" name="op" value="transfer" />
680
                            <input type="hidden" name="op-cud" value="transfer" />
681
                            <input type="hidden" name="public" value="0" />
681
                            <input type="hidden" name="public" value="0" />
682
                            <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
682
                            <input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" />
683
                            <div>
683
                            <div>
Lines 775-781 Link Here
775
                                                                [% INCLUDE 'csrf-token.inc' %]
775
                                                                [% INCLUDE 'csrf-token.inc' %]
776
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
776
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
777
                                                                <input type="hidden" name="public" value="[% s.public | html %]" />
777
                                                                <input type="hidden" name="public" value="[% s.public | html %]" />
778
                                                                <input type="hidden" name="op" value="edit_form" />
778
                                                                <input type="hidden" name="op-cud" value="edit_form" />
779
                                                                <input type="hidden" name="referer" value="list" />
779
                                                                <input type="hidden" name="referer" value="list" />
780
                                                                <button type="submit" class="btn btn-link editshelf"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</button>
780
                                                                <button type="submit" class="btn btn-link editshelf"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</button>
781
                                                            </form>
781
                                                            </form>
Lines 791-797 Link Here
791
                                                                [% INCLUDE 'csrf-token.inc' %]
791
                                                                [% INCLUDE 'csrf-token.inc' %]
792
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
792
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
793
                                                                <input type="hidden" name="public" value="0" />
793
                                                                <input type="hidden" name="public" value="0" />
794
                                                                <input type="hidden" name="op" value="transfer" />
794
                                                                <input type="hidden" name="op-cud" value="transfer" />
795
                                                                <input type="hidden" name="referer" value="list" />
795
                                                                <input type="hidden" name="referer" value="list" />
796
                                                                <button type="submit" class="btn btn-link transfershelf"> Transfer</button>
796
                                                                <button type="submit" class="btn btn-link transfershelf"> Transfer</button>
797
                                                            </form>
797
                                                            </form>
Lines 799-805 Link Here
799
                                                        [% IF s.is_shared_with( loggedinusernumber ) %]
799
                                                        [% IF s.is_shared_with( loggedinusernumber ) %]
800
                                                            <form action="opac-shelves.pl" method="post" id="unshare[% s.shelfnumber | html %]" class="d-inline">
800
                                                            <form action="opac-shelves.pl" method="post" id="unshare[% s.shelfnumber | html %]" class="d-inline">
801
                                                                [% INCLUDE 'csrf-token.inc' %]
801
                                                                [% INCLUDE 'csrf-token.inc' %]
802
                                                                <input type="hidden" name="op" value="remove_share" />
802
                                                                <input type="hidden" name="op-cud" value="remove_share" />
803
                                                                <input type="hidden" name="referer" value="list" />
803
                                                                <input type="hidden" name="referer" value="list" />
804
                                                                <input type='hidden' name='public' value='[% public | html %]' />
804
                                                                <input type='hidden' name='public' value='[% public | html %]' />
805
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
805
                                                                <input type="hidden" name="shelfnumber" value="[% s.shelfnumber | html %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-4 / +4 lines)
Lines 287-300 Link Here
287
                                <fieldset class="action">
287
                                <fieldset class="action">
288
                                    <input type="hidden" name="suggested_by_anyone" value="[% suggested_by_anyone | html %]" />
288
                                    <input type="hidden" name="suggested_by_anyone" value="[% suggested_by_anyone | html %]" />
289
                                    [% IF need_confirm # Confirm that we want a duplicate %]
289
                                    [% IF need_confirm # Confirm that we want a duplicate %]
290
                                        <input type="hidden" name="op" value="add_confirm" />
290
                                        <input type="hidden" name="op-cud" value="add_confirm" />
291
                                        <input type="submit" class="btn btn-primary" value="Confirm your suggestion" />
291
                                        <input type="submit" class="btn btn-primary" value="Confirm your suggestion" />
292
                                    [% ELSIF biblionumber # Create from an existing title %]
292
                                    [% ELSIF biblionumber # Create from an existing title %]
293
                                        <input type="hidden" name="op" value="add_confirm" />
293
                                        <input type="hidden" name="op-cud" value="add_confirm" />
294
                                        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
294
                                        <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
295
                                        <input type="submit" class="btn btn-primary" value="Submit your suggestion" />
295
                                        <input type="submit" class="btn btn-primary" value="Submit your suggestion" />
296
                                    [% ELSE # Not created from an existing title, search for possible duplicate %]
296
                                    [% ELSE # Not created from an existing title, search for possible duplicate %]
297
                                        <input type="hidden" name="op" value="add_validate" />
297
                                        <input type="hidden" name="op-cud" value="add_validate" />
298
                                        <input type="submit" class="btn btn-primary" value="Submit your suggestion" />
298
                                        <input type="submit" class="btn btn-primary" value="Submit your suggestion" />
299
                                    [% END %]
299
                                    [% END %]
300
                                    <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a>
300
                                    <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a>
Lines 370-376 Link Here
370
                                [% SET can_delete_suggestion = 0 %]
370
                                [% SET can_delete_suggestion = 0 %]
371
                                <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="delete_suggestions">
371
                                <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="delete_suggestions">
372
                                    [% INCLUDE 'csrf-token.inc' %]
372
                                    [% INCLUDE 'csrf-token.inc' %]
373
                                    <input type="hidden" name="op" value="delete_confirm" />
373
                                    <input type="hidden" name="op-cud" value="delete_confirm" />
374
                                    [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
374
                                    [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
375
                                        <div id="toolbar" class="toolbar clearfix">
375
                                        <div id="toolbar" class="toolbar clearfix">
376
                                        [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
376
                                        [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +2 lines)
Lines 564-570 Link Here
564
                                            [% INCLUDE 'csrf-token.inc' %]
564
                                            [% INCLUDE 'csrf-token.inc' %]
565
                                            <legend class="sr-only">Renew</legend>
565
                                            <legend class="sr-only">Renew</legend>
566
                                            <input type="hidden" name="from" value="opac_user" />
566
                                            <input type="hidden" name="from" value="opac_user" />
567
                                            <input type="hidden" name="op" value="renew" />
567
                                            <input type="hidden" name="op-cud" value="renew" />
568
                                            <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
568
                                            <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
569
                                            [% FOREACH ISSUE IN ISSUES %]
569
                                            [% FOREACH ISSUE IN ISSUES %]
570
                                                [% IF ISSUE.status %]
570
                                                [% IF ISSUE.status %]
Lines 908-914 Link Here
908
                                                    [% IF ( RECALL.requested or RECALL.overdue ) %]
908
                                                    [% IF ( RECALL.requested or RECALL.overdue ) %]
909
                                                        <form action="/cgi-bin/koha/opac-recall.pl" method="post">
909
                                                        <form action="/cgi-bin/koha/opac-recall.pl" method="post">
910
                                                            [% INCLUDE 'csrf-token.inc' %]
910
                                                            [% INCLUDE 'csrf-token.inc' %]
911
                                                            <input type="hidden" name="op" value="cancel">
911
                                                            <input type="hidden" name="op-cud" value="cancel">
912
                                                            <input type="hidden" name="recall_id" value="[% RECALL.id | html %]">
912
                                                            <input type="hidden" name="recall_id" value="[% RECALL.id | html %]">
913
                                                            <input type="hidden" name="biblionumber" value="[% RECALL.biblio_id | html %]">
913
                                                            <input type="hidden" name="biblionumber" value="[% RECALL.biblio_id | html %]">
914
                                                            <button type="submit" name="submit" class="btn btn-sm btn-danger cancel_recall"><i class="fa fa-times" aria-hidden="true"></i> Cancel</button>
914
                                                            <button type="submit" name="submit" class="btn btn-sm btn-danger cancel_recall"><i class="fa fa-times" aria-hidden="true"></i> Cancel</button>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-1 / +1 lines)
Lines 143-149 Link Here
143
                                                </tbody>
143
                                                </tbody>
144
                                            </table> <!-- /#sci_barcodes_table -->
144
                                            </table> <!-- /#sci_barcodes_table -->
145
                                        </div> <!-- .sci_input_append -->
145
                                        </div> <!-- .sci_input_append -->
146
                                        <input type="hidden" name="op" value="check_in" />
146
                                        <input type="hidden" name="op-cud" value="check_in" />
147
                                        <div id="button_bar">
147
                                        <div id="button_bar">
148
                                            <button id="sci_checkin_button" type="submit" class="btn btn-primary" style="display: none;">
148
                                            <button id="sci_checkin_button" type="submit" class="btn btn-primary" style="display: none;">
149
                                                <i class="fa fa-check-square" aria-hidden="true"></i> <span>Check in</span>
149
                                                <i class="fa fa-check-square" aria-hidden="true"></i> <span>Check in</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-11 / +10 lines)
Lines 96-102 Link Here
96
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
96
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
97
                                    [% INCLUDE 'csrf-token.inc' %]
97
                                    [% INCLUDE 'csrf-token.inc' %]
98
                                    <legend class="sr-only">Return</legend>
98
                                    <legend class="sr-only">Return</legend>
99
                                    <input type="hidden" name="op" value="returnbook" />
99
                                    <input type="hidden" name="op-cud" value="returnbook" />
100
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
100
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
101
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
101
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
102
                                    <input type="hidden" name="newissues" value="[% newissues | html %]" />
102
                                    <input type="hidden" name="newissues" value="[% newissues | html %]" />
Lines 107-113 Link Here
107
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
107
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="errorForm" class="inline" method="post">
108
                                [% INCLUDE 'csrf-token.inc' %]
108
                                [% INCLUDE 'csrf-token.inc' %]
109
                                <legend class="sr-only">Error</legend>
109
                                <legend class="sr-only">Error</legend>
110
                                <input type="hidden" name="op" value="" />
110
                                <input type="hidden" name="op-cud" value="" />
111
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
111
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
112
                                <input type="hidden" name="barcode" value="[% barcode | html %]" />
112
                                <input type="hidden" name="barcode" value="[% barcode | html %]" />
113
                                <input type="hidden" name="newissues" value="[% newissues | html %]" />
113
                                <input type="hidden" name="newissues" value="[% newissues | html %]" />
Lines 127-133 Link Here
127
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
127
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
128
                                    [% INCLUDE 'csrf-token.inc' %]
128
                                    [% INCLUDE 'csrf-token.inc' %]
129
                                    <legend class="sr-only">Return</legend>
129
                                    <legend class="sr-only">Return</legend>
130
                                    <input type="hidden" name="op" value="returnbook" />
130
                                    <input type="hidden" name="op-cud" value="returnbook" />
131
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
131
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
132
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
132
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
133
                                    <input type="hidden" name="confirmed" value="" />
133
                                    <input type="hidden" name="confirmed" value="" />
Lines 140-146 Link Here
140
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
140
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
141
                                    [% INCLUDE 'csrf-token.inc' %]
141
                                    [% INCLUDE 'csrf-token.inc' %]
142
                                    <legend class="sr-only">Renew</legend>
142
                                    <legend class="sr-only">Renew</legend>
143
                                    <input type="hidden" name="op" value="renew" />
143
                                    <input type="hidden" name="op-cud" value="renew" />
144
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
144
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
145
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
145
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
146
                                    <input type="hidden" name="confirmed" value="1" />
146
                                    <input type="hidden" name="confirmed" value="1" />
Lines 151-157 Link Here
151
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
151
                                <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
152
                                    [% INCLUDE 'csrf-token.inc' %]
152
                                    [% INCLUDE 'csrf-token.inc' %]
153
                                    <legend class="sr-only">Renew</legend>
153
                                    <legend class="sr-only">Renew</legend>
154
                                    <input type="hidden" name="op" value="renew" />
154
                                    <input type="hidden" name="op-cud" value="renew" />
155
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
155
                                    <input type="hidden" name="patronid" value="[% patronid | html %]" />
156
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
156
                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
157
                                    <input type="hidden" name="confirmed" value="1" />
157
                                    <input type="hidden" name="confirmed" value="1" />
Lines 163-169 Link Here
163
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
163
                            <form action="/cgi-bin/koha/sco/sco-main.pl" name="confirmForm" class="inline" method="post">
164
                                [% INCLUDE 'csrf-token.inc' %]
164
                                [% INCLUDE 'csrf-token.inc' %]
165
                                <legend class="sr-only">Cancel</legend>
165
                                <legend class="sr-only">Cancel</legend>
166
                                <input type="hidden" name="op" value="" />
166
                                <input type="hidden" name="op-cud" value="" />
167
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
167
                                <input type="hidden" name="patronid" value="[% patronid | html %]" />
168
                                <input type="hidden" name="newissues" value="[% newissues | html %]" />
168
                                <input type="hidden" name="newissues" value="[% newissues | html %]" />
169
                                <button type="submit" class="btn btn-primary"><i class="fa fa-cancel" aria-hidden="true"></i> Cancel</button>
169
                                <button type="submit" class="btn btn-primary"><i class="fa fa-cancel" aria-hidden="true"></i> Cancel</button>
Lines 268-274 Link Here
268
                                        </div>
268
                                        </div>
269
                                        <div class="col ml-auto">
269
                                        <div class="col ml-auto">
270
                                            <button type="button" id="logout_form" class="btn btn-info"><i class="fa fa-check" aria-hidden="true"></i> Finish</button>
270
                                            <button type="button" id="logout_form" class="btn btn-info"><i class="fa fa-check" aria-hidden="true"></i> Finish</button>
271
                                            <input type="hidden" name="op" value="checkout" />
271
                                            <input type="hidden" name="op-cud" value="checkout" />
272
                                            <input type="hidden" name="patronid" value="[% patronid | html %]" />
272
                                            <input type="hidden" name="patronid" value="[% patronid | html %]" />
273
                                            <input type="hidden" name="newissues" value="[% newissues | html %]" />
273
                                            <input type="hidden" name="newissues" value="[% newissues | html %]" />
274
                                        </div>
274
                                        </div>
Lines 356-362 Link Here
356
                                                            <input type="hidden" name="barcode" value="[% ISSUE.barcode | html %]" />
356
                                                            <input type="hidden" name="barcode" value="[% ISSUE.barcode | html %]" />
357
                                                            <input type="hidden" name="newissues" value="[% newissues | html %]" />
357
                                                            <input type="hidden" name="newissues" value="[% newissues | html %]" />
358
                                                            [% IF ISSUE.can_be_renewed %]
358
                                                            [% IF ISSUE.can_be_renewed %]
359
                                                                <input type="hidden" name="op" value="renew" />
359
                                                                <input type="hidden" name="op-cud" value="renew" />
360
                                                                <input type="hidden" name="confirmed" value="1" />
360
                                                                <input type="hidden" name="confirmed" value="1" />
361
                                                                [% UNLESS ( ISSUE.renew ) %]
361
                                                                [% UNLESS ( ISSUE.renew ) %]
362
                                                                    <input type="submit" value="Renew item"  name="confirm  " class="btn btn-primary btn-sm renew" />
362
                                                                    <input type="submit" value="Renew item"  name="confirm  " class="btn btn-primary btn-sm renew" />
Lines 377-383 Link Here
377
                                                                [% END %]
377
                                                                [% END %]
378
                                                                [% IF Koha.Preference('SCOAllowCheckin') %]
378
                                                                [% IF Koha.Preference('SCOAllowCheckin') %]
379
                                                                    <input type="submit" value="Check in item" name="confirm" class="btn btn-info btn-sm return" />
379
                                                                    <input type="submit" value="Check in item" name="confirm" class="btn btn-info btn-sm return" />
380
                                                                    <input type="hidden" name="op" value="returnbook" />
380
                                                                    <input type="hidden" name="op-cud" value="returnbook" />
381
                                                                    <input type="hidden" name="confirmed" value=""  />
381
                                                                    <input type="hidden" name="confirmed" value=""  />
382
                                                                [% END %]
382
                                                                [% END %]
383
                                                            [% END %]
383
                                                            [% END %]
Lines 439-445 Link Here
439
                                        [% FOREACH INPUT IN INPUTS %]
439
                                        [% FOREACH INPUT IN INPUTS %]
440
                                            <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]">
440
                                            <input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]">
441
                                        [% END %]
441
                                        [% END %]
442
                                        <input type="hidden" name="op" value="login" />
442
                                        <input type="hidden" name="op-cud" value="login" />
443
                                    </fieldset>
443
                                    </fieldset>
444
                                </form>
444
                                </form>
445
                            </div> <!-- / .sco_entry -->
445
                            </div> <!-- / .sco_entry -->
446
- 

Return to bug 34478