Koha/koha-tmpl/intranet-tmpl/prog/en/modules/basket
Jonathan Druart 4481fb3377
Bug 34478: Replace csrf_token input with include file
perl -p -i -n -e 's#<input type="hidden" name="csrf_token" value="\[% csrf_token \| html %]" />#[% INCLUDE '\''csrf-token.inc'\'' %]#g' **/*.tt **/*.inc

This should have actually been done at the same time as
  "Bug 30524: (QA follow-up) Only generate CSRF token if it will be used"

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2024-03-01 10:55:55 +01:00
..
basket.tt Bug 34862: Include messages.inc 2024-01-31 14:44:44 +01:00
downloadcart.tt Bug 33911: Improve translation of title tags: Catalog, basket, and lists 2023-09-22 10:52:50 -03:00
sendbasketform.tt Bug 34478: Replace csrf_token input with include file 2024-03-01 10:55:55 +01:00