From 1d8e25755476318da3d0ece60ac0ed6414a1c561 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 4 Apr 2012 10:22:29 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 2780 - Capitalize strings consistently (Staff client cart) Correcting capitalization in the staff client's cart templates Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 24 ++++++++++---------- .../prog/en/modules/basket/downloadcart.tt | 2 +- .../prog/en/modules/basket/sendbasket.tt | 2 +- .../prog/en/modules/basket/sendbasketform.tt | 6 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 6041e25..b575fe9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Your Cart +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog › Your cart [% IF ( print_basket ) %] @@ -77,13 +77,13 @@ function placeHold () {
[% UNLESS ( print_basket ) %] -

Your Cart

+

Your cart

@@ -116,7 +116,7 @@ function placeHold () { [% END %] [% IF ( verbose ) %] - [% UNLESS ( print_basket ) %]

Select All Clear All | Selected items : + [% UNLESS ( print_basket ) %]

Select all Clear all | Selected items : Remove @@ -125,7 +125,7 @@ function placeHold () { [% END %] [% IF ( CAN_user_reserveforothers ) %] - | Place Hold + | Place hold [% END %]

[% END %] @@ -253,7 +253,7 @@ function placeHold () { [% IF ( BIBLIO_RESULT.MARCurlS ) %] - url(s) + URL(s) [% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %]

[% IF ( MARCurl.part ) %][% MARCurl.part %] @@ -283,8 +283,8 @@ function placeHold () { [% UNLESS ( print_basket ) %]

- Select All - Clear All + Select all + Clear all | Selected items : Remove @@ -293,7 +293,7 @@ function placeHold () { [% END %] [% IF ( CAN_user_reserveforothers ) %] - | Place Hold + | Place hold [% END %] @@ -303,7 +303,7 @@ function placeHold () { [% UNLESS ( print_basket ) %] [% END %] Title - Item Type + Item type Location diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt index a58699c..a343bd8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt @@ -12,7 +12,7 @@
  1. -- 1.7.5.4