Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
Jonathan Druart 59757c1f5b Bug 21669: Do not html filter TT assignement statements
Why? Because we must filter the variables when we display them.
If we escape them on assignement, they will be double escaped:
  [% XXX = "<span>pouet</span>" | html %]
  [% XXX | html %]
  => &lt;span&gt;pouet&lt;/span&gt;

Also it will bring trouble if we are assigning a structure (see bug
21663 for instance).

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-10-26 16:38:36 +00:00
..
tables Bug 18480: Get rid of unwanted / distracting link in patron search for fund owner 2018-10-15 14:19:08 +00:00
accountline-details.tt Bug 21454: Remove html filter for Price filtered variables 2018-10-01 13:56:34 +00:00
apikeys.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
boraccount.tt Bug 21462: (bug 15136 follow-up) Shift column numbering 2018-10-01 23:52:18 +00:00
deletemem.tt Bug 21454: Remove html filter for Price filtered variables 2018-10-01 13:56:34 +00:00
discharge.tt Bug 21669: Do not html filter TT assignement statements 2018-10-26 16:38:36 +00:00
discharges.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
files.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
holdshistory.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
housebound.tt Bug 21293: Remove another misplaced html filter on housebound.tt 2018-09-14 17:56:30 +00:00
mancredit.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
maninvoice.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
member-flags.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
member-password.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
member.tt Bug 21353: (follow-up) same check for select/clear all links 2018-09-26 15:50:22 +00:00
memberentrygen.tt Bug 21669: Do not html filter TT assignement statements 2018-10-26 16:38:36 +00:00
members-update.tt Bug 21669: Do not html filter TT assignement statements 2018-10-26 16:38:36 +00:00
merge-patrons.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
moremember-brief.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
moremember-print.tt Bug 21454: Remove html filter for Price filtered variables 2018-10-01 13:56:34 +00:00
moremember-receipt.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
moremember.tt Bug 21068: Remove NorwegianPatronDB related code 2018-08-30 13:40:29 +00:00
notices.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
pay.tt Bug 21454: Remove html filter for Price filtered variables 2018-10-01 13:56:34 +00:00
paycollect.tt Bug 13272: Adds type="text" to inputs missing it 2018-10-01 11:18:30 +00:00
printfeercpt.tt Bug 21167: (QA follow-up) Use accounttype.inc for generating account description 2018-09-28 19:41:37 +00:00
printinvoice.tt Bug 21167: (QA follow-up) Use accounttype.inc for generating account description 2018-09-28 19:41:37 +00:00
purchase-suggestions.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
readingrec.tt Bug 21380: (QA follow-up) Use uri filter in link parameters 2018-09-26 16:20:07 +00:00
routing-lists.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
statistics.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
update-child.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00