Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Fridolin Somers cfd59672bb Bug 21877: Show authorized value description for withdrawn in checkout
During checkout the withdrawn information is displayed in a message :
"Item has been withdrawn".

Like in other pages and like notforloan, we should display the withdrawn authorized value description.

This patch adds this display.
Add <span> so that translation does not change.
Also adds class 'co-withdrawn' (like in checkin 'ci-*' classes) to ease hidding this new information via CSS.

Test plan :
1) On a catalog with items.withdrawn defined with authorized values category WITHDRAWN
2) Define in WITHDRAWN an authorized values 1 with description 'dropped in trash'
3) Define in WITHDRAWN an authorized values 2 with description empty
4) Edit an item with withdrawn=1
5) Checkout this item => You see 'Item has been withdrawn (dropped in trash)'
6) Edit an item with withdrawn=2
7) Checkout this item => You see 'Item has been withdrawn'

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-01-28 11:23:14 +00:00
..
article-requests.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
bookcount.tt Bug 22007: Remove html filters when KohaDates called with a parameter 2019-01-02 20:42:18 +00:00
branchoverdues.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
branchtransfers.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
checkout-notes.tt Bug 21693: Make page title consistent with other pages 2018-12-26 20:47:05 +00:00
circulation-home.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
circulation.tt Bug 21877: Show authorized value description for withdrawn in checkout 2019-01-28 11:23:14 +00:00
circulation_batch_checkouts.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
offline-mf.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
offline.tt Bug 13272: Adds type="text" to inputs missing it 2018-10-01 11:18:30 +00:00
on-site_checkouts.tt Bug 21442: Update two-column templates with Bootstrap grid: Circulation part 1 2019-01-11 13:25:02 +00:00
overdue.tt Bug 21442: Update two-column templates with Bootstrap grid: Circulation part 1 2019-01-11 13:25:02 +00:00
pendingreserves.tt Bug 21442: Update two-column templates with Bootstrap grid: Circulation part 1 2019-01-11 13:25:02 +00:00
printslip.tt Bug 21526: (follow-up) Use the 'url' filter when needed 2018-11-12 16:35:44 -03:00
renew.tt Bug 22054: Updated the error message for attempting to renew an onsite checkout 2019-01-17 02:23:27 +00:00
request-article.tt Bug 21442: Update two-column templates with Bootstrap grid: Circulation part 1 2019-01-11 13:25:02 +00:00
reserveratios.tt Bug 21785: Add columns configuration to hold ratios report 2019-01-11 13:27:00 +00:00
returns.tt Bug 22203: Holds modal does not link to patorn account 2019-01-28 11:15:42 +00:00
selectbranchprinter.tt Bug 21569: Update two-column templates with Bootstrap grid: Circulation part 3 2019-01-11 12:27:04 +00:00
transferstoreceive.tt Bug 21569: Update two-column templates with Bootstrap grid: Circulation part 3 2019-01-11 12:27:04 +00:00
view_holdsqueue.tt Bug 21569: Update two-column templates with Bootstrap grid: Circulation part 3 2019-01-11 12:27:04 +00:00
waitingreserves.tt Bug 21569: Update two-column templates with Bootstrap grid: Circulation part 3 2019-01-11 12:27:04 +00:00