From a8802e6e63b76f25bfd5633d2d50575cb778ecff Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 17 Sep 2012 14:18:33 +0200 Subject: [PATCH] Bug 8370: Change term issues (smart-rules) Content-Type: text/plain; charset="utf-8" Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/smart-rules.tt | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index b2f62f7..a025fe1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -38,10 +38,10 @@ $(document).ready(function() {
  • same library, same patron type, all item types
  • same library, all patron types, same item type
  • same library, all patron types, all item types
  • -
  • all libraries, same patron type, same item type
  • -
  • all libraries, same patron type, all item types
  • -
  • all libraries, all patron types, same item type
  • -
  • all libraries, all patron types, all item types
  • +
  • default (all libraries), same patron type, same item type
  • +
  • default (all libraries), same patron type, all item types
  • +
  • default (all libraries), all patron types, same item type
  • +
  • default (all libraries), all patron types, all item types
  • To modify a rule, create a new one with the same patron type and item type.

    @@ -174,7 +174,7 @@ for="tobranch">Clone these rules to: -

    Default checkout, hold and return policy for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]

    +

    Default checkout, hold and return policy[% IF ( humanbranch ) %] for [% humanbranch %][% END %]

    You can set a default maximum number of checkouts, hold policy and return policy that will be used if none is defined below for a particular item type or category.

    @@ -251,7 +251,7 @@ for="tobranch">Clone these rules to: -

    Checkout limit by patron category for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]

    +

    [% IF humanbranch %]Checkout limit by patron category for [% humanbranch %][% ELSE %]Default checkout limit by patron category[% END %]

    For this library, you can specify the maximum number of loans that a patron of a given category can make, regardless of the item type.

    @@ -306,7 +306,7 @@ for="tobranch">Clone these rules to: -

    Holds policy by item type for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]

    +

    [% IF humanbranch %]Holds policy by item type for [% humanbranch %][% ELSE %]Default holds policy by item type[% END %]

    For this library, you can edit rules for given itemtypes, regardless of the patron's category. -- 1.7.2.5