Bugzilla – Attachment 41674 Details for
Bug 11584
Add wysiwyg editor to system preferences dealing with HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11584: Syspref WYSIWYG, dropdown added
Bug-11584-Syspref-WYSIWYG-dropdown-added.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2015-08-19 14:15:19 UTC
(
hide
)
Description:
Bug 11584: Syspref WYSIWYG, dropdown added
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-19 14:15:19 UTC
Size:
1.31 KB
patch
obsolete
>From 682a1bf1eb48223fc4e83a2c7fb8ccd8e3e3ea3e Mon Sep 17 00:00:00 2001 >From: Martin Persson <xarragon@gmail.com> >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 <jonathan.druart@bugs.koha-community.org> >--- > 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 -%] > <option value="Textarea">Textarea</option> > [% END %] >+ [%- IF (preftype && preftype == 'Htmlarea') -%] >+ <option value="Htmlarea" selected>Htmlarea</option> >+ [%- ELSE -%] >+ <option value="Htmlarea">Htmlarea</option> >+ [% END %] > [%- IF (preftype && preftype == 'Float') -%] > <option value="Float" selected>Float</option> > [%- ELSE -%] >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11584
:
40509
|
40694
|
40959
|
40980
|
40981
|
40982
|
41515
|
41516
|
41517
|
41518
|
41519
|
41520
|
41521
|
41671
|
41672
|
41673
| 41674 |
42124