From 531a323029a94145837ce9227f4e025a5392cfa6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 14 Apr 2011 09:37:19 -0400 Subject: [PATCH] Fix for Bug 6192 - Path to theme directory scoped incorrectly Content-Type: text/plain; charset="utf-8" --- .../prog/en/modules/authorities/detail.tt | 2 +- .../prog/en/modules/catalogue/MARCdetail.tt | 20 ++++++++++---------- .../value_builder/unimarc_field_210c.tt | 2 +- .../prog/en/modules/reserve/request.tt | 20 ++++++++++---------- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt index 0390cd9..24d200b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt @@ -139,7 +139,7 @@ function searchauthority() { [% subfiel.marc_value %] [% IF ( subfiel.link ) %] - + [% END %] [% IF ( subfiel.authority ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt index 838367b..8ae54b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -97,7 +97,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -127,7 +127,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -157,7 +157,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -187,7 +187,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -217,7 +217,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -247,7 +247,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -277,7 +277,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -307,7 +307,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -337,7 +337,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] @@ -367,7 +367,7 @@ function Changefwk(FwkList) { [% IF ( subfiel.is_url ) %][% subfiel.marc_value |html %][% ELSE %][% subfiel.marc_value |html %][% END %] [% IF ( subfiel.link ) %] - Search on [% subfiel.marc_value |html %] + Search on [% subfiel.marc_value |html %] [% END %] [% IF ( subfiel.authority ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt index 0eb20eb..3e61f92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt @@ -63,7 +63,7 @@ [% resul.used %] times [% IF ( resul.to_report ) %] - choose + choose [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 2c392b0..66c9235 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -398,10 +398,10 @@ function checkMultiHold() { [% ELSIF ( itemloo.override ) %] - Requires override of hold policy + Requires override of hold policy [% ELSE %] - Cannot be put on hold + Cannot be put on hold [% END %] [% IF ( item_level_itypes ) %] @@ -583,7 +583,7 @@ function checkMultiHold() { Pick up Library Details [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Toggle Set to Lowest Priority + Toggle Set to Lowest Priority [% END %]   @@ -610,19 +610,19 @@ function checkMultiHold() { [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Go up + Go up - Go top + Go top - Go bottom + Go bottom - Go down + Go down [% END %] @@ -703,9 +703,9 @@ function checkMultiHold() { [% IF ( reserveloo.lowestPriority ) %] - Unset Lowest Priority + Unset Lowest Priority [% ELSE %] - Set To Lowest Priority + Set To Lowest Priority [% END %] @@ -713,7 +713,7 @@ function checkMultiHold() { - Cancel + Cancel diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index 4b72bc9..bc46b28 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -470,7 +470,7 @@ value="[% itemLoo.itemnumber %]" /> [% ELSE %] - Cannot be put on hold + Cannot be put on hold [% END %] [% IF ( itemLoo.copynumber ) %][% itemLoo.copynumber %][% END %] [% IF ( item_level_itypes ) %] -- 1.7.3