From bugzilla-daemon@bugs.koha-community.org Thu Aug 14 06:26:45 2025
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 11583] Add WYSIWYG editor for HTML notices/letters
Date: Thu, 14 Aug 2025 04:26:44 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4097691402424662328=="
--===============4097691402424662328==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11583
--- Comment #28 from David Cook ---
Bumped into an issue with the WELCOME notice.
The following line:
catalog
Gets turned into the following:
[%
Koha.Preference(" opacbaseurl="" span="">catalog
It's because with the WYSIWYG I convert [% %] and <<>> syntax into spans. so
they're rendered in the WYSIWYG as HTML but stored as plain text.
But that doesn't work when embedding the [% %] syntax in the HTML.
--
Of course, that might be a reasonable limitation. Just noting it for now.
--
You are receiving this mail because:
You are watching all bug changes.
--===============4097691402424662328==--