Bugzilla – Attachment 53654 Details for
Bug 16964
Fix capitalization for "Report Plugins" in reports-home.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16964: Fix capitalization for "Report Plugins" in reports-home.tt
Bug-16964-Fix-capitalization-for-Report-Plugins-in.patch (text/plain), 1.26 KB, created by
Héctor Eduardo Castro Avalos
on 2016-07-22 16:03:53 UTC
(
hide
)
Description:
Bug 16964: Fix capitalization for "Report Plugins" in reports-home.tt
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-07-22 16:03:53 UTC
Size:
1.26 KB
patch
obsolete
>From dd093291c1e23a26542aa459c399dd0fbeb3a832 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Fri, 22 Jul 2016 10:04:48 -0600 >Subject: [PATCH] Bug 16964: Fix capitalization for "Report Plugins" in > reports-home.tt > >Fix capitalization for "Report Plugins" in reports-home.tt according with >Coding Guidelines <https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML4:_Upper_and_lower_cases_in_strings> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >index 486a7fb..8726a77 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt >@@ -39,9 +39,9 @@ > </ul> > > [% IF UseKohaPlugins %] >- <h2>Report Plugins</h2> >+ <h2>Report plugins</h2> > <ul> >- <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report Plugins</a></li> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li> > </ul> > [% END %] > >-- >1.7.10.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 16964
:
53654
|
53665
|
53703