From 658e96fa9663d33c5b6d535d90120b3dc82353d9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 26 Jun 2014 15:33:07 -0400 Subject: [PATCH] Bug 12463 - Capitalization: Calendar tool, headings for different types of holidays Content-Type: text/plain; charset="utf-8" There are several instances of incorrect capitalization in the Calendar tool. This patch corrects them. To test, apply the patch and go to Tools -> Calendar. Headings and labels on the page should have correct capitalization. --- .../prog/en/modules/tools/holidays.tt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt index f29944d..57193a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › [% branchname %] Calendar +Koha › Tools › [% branchname %] calendar [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] @@ -215,14 +215,14 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
-

[% branchname %] Calendar

+

[% branchname %] calendar

@@ -253,7 +253,7 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
  • - From Date: + From date: , [% IF ( dateformat == "us" ) %]//[% ELSIF ( dateformat == "metric" ) %]//[% ELSE %]//[% END %] @@ -336,7 +336,7 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
  • - To date : + To date:
  • @@ -451,7 +451,7 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl [% END %] [% IF ( WEEK_DAYS_LOOP ) %] -

    Weekly - Repeatable Holidays

    +

    Weekly - Repeatable holidays

    @@ -477,14 +477,14 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl [% END %] [% IF ( DAY_MONTH_HOLIDAYS_LOOP ) %] -

    Yearly - Repeatable Holidays

    +

    Yearly - Repeatable holidays

    [% IF ( dateformat == "metric" ) %] - + [% ELSE %] - + [% END %] @@ -503,7 +503,7 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl [% END %] [% IF ( HOLIDAYS_LOOP ) %] -

    Unique Holidays

    +

    Unique holidays

    Day/MonthDay/monthMonth/DayMonth/dayTitle Description
    -- 1.7.9.5