From 682a1bf1eb48223fc4e83a2c7fb8ccd8e3e3ea3e Mon Sep 17 00:00:00 2001 From: Martin Persson Date: Mon, 17 Aug 2015 00:01:05 +0200 Subject: [PATCH] Bug 11584: Syspref WYSIWYG, dropdown added This patch adds the 'Htmlarea' type to the dropdown box introduced by bug 14268, commit 6e3bcc38. Sponsored-By: Halmstad County Library Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index cea3731..03f1b29 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -233,6 +233,11 @@ [%- ELSE -%] [% END %] + [%- IF (preftype && preftype == 'Htmlarea') -%] + + [%- ELSE -%] + + [% END %] [%- IF (preftype && preftype == 'Float') -%] [%- ELSE -%] -- 2.1.0