Bugzilla – Attachment 139175 Details for
Bug 31366
Rename the tools section "News" to something more accurate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31366: Rename the tools section "News" to something more accurate
Bug-31366-Rename-the-tools-section-News-to-somethi.patch (text/plain), 1.52 KB, created by
Kyle M Hall (khall)
on 2022-08-16 11:04:08 UTC
(
hide
)
Description:
Bug 31366: Rename the tools section "News" to something more accurate
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-08-16 11:04:08 UTC
Size:
1.52 KB
patch
obsolete
>From 2270d35d2709fe7653fc47a640761c397be9d2d3 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Tue, 16 Aug 2022 07:01:53 -0400 >Subject: [PATCH] Bug 31366: Rename the tools section "News" to something more > accurate > >Considering how many things the news section does now, it seems like leaving it as "News" will hide a lot of functionality from new users. > >Test Plan: >1) Apply this patch >2) Browse to the tools-home.pl page >3) Verify the link for additional-contents.pl has been updated >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index 2ebca53c9e..0848a4ec58 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -116,8 +116,8 @@ > [% END %] > > [% IF ( CAN_user_tools_edit_additional_contents ) %] >- <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></dt> >- <dd>Write news for the OPAC and staff interfaces</dd> >+ <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">Additional contents</a></dt> >+ <dd>Write news, add pages, and embed HTML snippets for the OPAC and staff interfaces</dd> > > <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></dt> > <dd>Write HTML customizations</dd> >-- >2.30.2
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 31366
: 139175