Bugzilla – Attachment 76014 Details for
Bug 20924
News content textarea not showing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20924: Make news content textarea show
Bug-20924-Make-news-content-textarea-show.patch (text/plain), 1.23 KB, created by
Aleisha Amohia
on 2018-06-13 01:43:14 UTC
(
hide
)
Description:
Bug 20924: Make news content textarea show
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2018-06-13 01:43:14 UTC
Size:
1.23 KB
patch
obsolete
>From dccd050d151e0ed88516ba21bc7da0d626f1dff1 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 13 Jun 2018 01:36:08 +0000 >Subject: [PATCH] Bug 20924: Make news content textarea show > >To test: >1) Go to Tools -> News >2) Edit existing news item or add new news item >3) Notice content box is missing, can't edit news or add any content >4) Apply patch, refresh page >5) Notice textarea now shows > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >index f50b806..cbd7ae4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt >@@ -270,7 +270,7 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> > <script type="text/javascript"> > tinyMCE.baseURL = "[% interface %]/lib/tiny_mce"; > tinyMCE.init({ >- mode : "textareas", >+ mode : "textarea", > theme : "advanced", > convert_urls : false, > relative_urls : false, >-- >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 20924
:
76013
|
76014
|
76110