Bugzilla – Attachment 31184 Details for
Bug 12821
Capitalization: about page fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 12821: Capitalization: about page fixes
SIGNED-OFF-Bug-12821-Capitalization-about-page-fix.patch (text/plain), 2.08 KB, created by
Owen Leonard
on 2014-08-27 12:55:43 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 12821: Capitalization: about page fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-08-27 12:55:43 UTC
Size:
2.08 KB
patch
obsolete
>From 0c9b97c89fc0139e3f55240c7aed0063ef48b419 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 25 Aug 2014 12:29:27 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 12821: Capitalization: about page fixes >Content-Type: text/plain; charset="utf-8" > >This patch fixes several capitalization issues in the about page. > >To test: >- Go to the about page >=> FAIL: you should see > * Server Information (tab) > * Koha Team (tab) > * Koha Timeline (tab) > * Additional Thanks To... (at the bottom of the Koha Team tab >- Apply the patch and reload >=> SUCCESS: you should see > * Server information > * Koha team > * Timeline > * Additional thanks to... >- Sign off :-D > >Sponsored-by: Universidad Nacional de Cordoba >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 30de558..373cf04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -24,13 +24,13 @@ > > <div id="abouttabs" class="toptabs numbered"> > <ul> >- <li><a href="#about">Server Information</a></li> >+ <li><a href="#about">Server information</a></li> > <li><a href="#perl">Perl modules</a></li> > <li><a href="#sysinfo">System information</a></li> >- <li><a href="#team">Koha Team</a></li> >+ <li><a href="#team">Koha team</a></li> > <li><a href="#licenses">Licenses</a></li> > <li><a href="#translations">Translations</a></li> >- <li><a href="#history">Koha Timeline</a></li> >+ <li><a href="#history">Timeline</a></li> > </ul> > > <div id="about"> >@@ -523,7 +523,7 @@ > <li>Xercode, Spain</li> > </ul> > >- <h2>Additional Thanks To...</h2> >+ <h2>Additional thanks to...</h2> > <ul> > <li>Jo Ransom</li> > <li>Nicholas Rosasco, (Documentation Compiler)</li> >-- >1.7.9.5
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 12821
:
31144
|
31184
|
31446
|
31461