From 41f3c1a98ef281325c51c7d9852db199281a05cd Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 23 Apr 2019 12:02:32 +0000 Subject: [PATCH] Bug 14576: (follow-up) Add code highlighting to system preference UpdateItemLocationOnCheckin Test plan: 1) Go to system preferences and find preference UpdateItemLocationOnCheckin 2) Ensure the yaml code higlighting is used on textarea when editing this setting Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- .../en/modules/admin/preferences/circulation.pref | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index ffe4062..e31061d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -526,6 +526,7 @@ Circulation: - - pref: UpdateItemLocationOnCheckin type: textarea + syntax: text/x-yaml class: code - "This a list of value pairs. the first value is followed immediately by colon space then the second value.

" - "Examples:
" -- 1.7.2.5