Bugzilla – Attachment 24384 Details for
Bug 11554
Capitalization fix in patron account on fines tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-Bug-11554-Capitalization-fix-in-patron-account-on-fi.patch (text/plain), 3.14 KB, created by
Chris Cormack
on 2014-01-15 10:58:23 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-01-15 10:58:23 UTC
Size:
3.14 KB
patch
obsolete
>From 30142e43a36aa5e4eda575b062cd5c489809b00e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Holger=20Mei=C3=9Fner?= <h.meissner.82@web.de> >Date: Wed, 15 Jan 2014 10:16:08 +0100 >Subject: [PATCH] Bug 11554 Capitalization fix in patron account on fines tab >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Works as described. > >To test: Create patron account with outstanding fines. Open "Fines" tab. >Confirm that capitalization is correct. > >Sponsored-by: Hochschule für Gesundheit (hsg), Germany >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >index ff2b6b6..a4219fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >@@ -38,7 +38,7 @@ $(document).ready(function(){ > > <fieldset class="rows"> > <legend>Manual credit</legend><ol> >- <li><label for="type">Credit Type: </label><select name="type" id="type"> >+ <li><label for="type">Credit type: </label><select name="type" id="type"> > <option value="C">Credit</option> > <option value="FOR">Forgiven</option> > </select></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >index 30a4e20..bec909e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >@@ -14,7 +14,7 @@ $(document).ready(function(){ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Manual Invoice</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Manual invoice</div> > > <div id="doc3" class="yui-t2"> > >@@ -40,7 +40,7 @@ $(document).ready(function(){ > [% ELSE %] > <form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> > <fieldset class="rows"> >- <legend>Manual Invoice</legend> >+ <legend>Manual invoice</legend> > <ol> > <li> > <script type="text/javascript"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 23203b1..0ba9cf3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -82,7 +82,7 @@ function enableCheckboxActions(){ > </thead> > <tfoot> > <tr> >- <td class="total" colspan="8">Total Due:</td> >+ <td class="total" colspan="8">Total due:</td> > <td>[% total | format('%.2f') %]</td> > </tr> > </tfoot> >-- >1.8.5.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 11554
:
24382
|
24384
|
24393