From ae64e7032ed67f6a2f784846697a2870292f2eea Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 7 Feb 2024 17:22:28 +0000 Subject: [PATCH] Bug 27769: Remove 'brief' class from advanced editor clipboard This field is intended to be a list of items copied from the editor, removing the brief class allows it to expand to 10 rows as intended. To test: 1 - Apply this patch 2 - Confirm clipboard section of advanced editor is several rows 3 - Use Ctrl-Alt-C to copy some fields 4 - Confirm you can see multiple fields in the clipboard Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt index 81f5f55832..b19510f374 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/editor.tt @@ -139,7 +139,7 @@

Clipboard

-
+
-- 2.30.2