Bug 11554: Capitalization fix in patron account on fines tab
authorHolger Meißner <h.meissner.82@web.de>
Wed, 15 Jan 2014 09:16:08 +0000 (10:16 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 15 Jan 2014 15:33:56 +0000 (15:33 +0000)
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>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
String patch.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt

index ff2b6b6..a4219fa 100644 (file)
@@ -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>
index 30a4e20..bec909e 100644 (file)
@@ -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> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Manual Invoice</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; 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">
index 23203b1..0ba9cf3 100644 (file)
@@ -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>