Bugzilla – Attachment 41517 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]
Patch to work with newly added dropdown
0001-Bug-11584-Syspref-WYSIWYG-dropdown-added.patch (text/plain), 1.24 KB, created by
Martin Persson
on 2015-08-16 22:32:53 UTC
(
hide
)
Description:
Patch to work with newly added dropdown
Filename:
MIME Type:
Creator:
Martin Persson
Created:
2015-08-16 22:32:53 UTC
Size:
1.24 KB
patch
obsolete
>From 792fc2dbca10e3b0096adf38cb1f7cdb1b8f6b60 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 >--- > 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.4 >
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