Bugzilla – Attachment 31144 Details for
Bug 12821
Capitalization: about page fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12821: Capitalization: about page fixes
Bug-12821-Capitalization-about-page-fixes.patch (text/plain), 1.97 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-08-25 15:33:48 UTC
(
hide
)
Description:
Bug 12821: Capitalization: about page fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-08-25 15:33:48 UTC
Size:
1.97 KB
patch
obsolete
>From 469e97747ae2aeeb8819153811be0a22e3fb7305 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] Bug 12821: Capitalization: about page fixes > >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 >--- > 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 fe5feab..fa63dd7 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.9.1
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