From c1c9900bf53eef17430aa7896a058ea8801871e2 Mon Sep 17 00:00:00 2001 From: Paul Poulain <paul.poulain@biblibre.com> Date: Mon, 30 Apr 2012 17:51:47 +0200 Subject: [PATCH] Bug 6413 follow-up: fixing capital case & tabs Content-Type: text/plain; charset="utf-8" http://koha-community.org * switching from "Payment Note" to "Payment note" * replaced tabs by 4 spaces in lines just before and after this fix, for consistent indenting --- .../intranet-tmpl/prog/en/modules/members/pay.tt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) 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 52eb78c..1a36ab1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -46,12 +46,12 @@ <tr> <th>Fines & charges</th> <th>Sel</th> - <th>Description</th> - <th>Payment Note</th> + <th>Description</th> + <th>Payment note</th> <th>Account type</th> - <th>Notify id</th> - <th>Level</th> - <th>Amount</th> + <th>Notify id</th> + <th>Level</th> + <th>Amount</th> <th>Amount outstanding</th> </tr> </thead> -- 1.7.2.5