From f3438fe1d7f1ca109fdea447f189d33642ccd8bf Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Feb 2016 14:39:30 -0500 Subject: [PATCH] Bug 15941 - The template for cloning circulation and fine rules says "issuing rules" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The template for cloning circulation and fine rules should use the phrase "circulation and fine rules" instead of "issuing rules." Also changed: Added "Cancel" link to return the user to the circulation and fine rules page. To test, navigate directly to /cgi-bin/koha/admin/clone-rules.pl. The page title, breadcrumbs, and heading should all use the phrase "circulation and fine rules." Signed-off-by: Frédéric Demians Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt index a9268cb..38104ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt @@ -1,19 +1,19 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › Issuing rules › Clone issuing rules +Koha › Administration › Circulation and fine rules › Clone circulation and fine rules [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
-

Cloning issuing rules +

Cloning circulation and fine rules [% IF ( frombranchname || tobranchname ) %] [% IF ( frombranchname ) %] from "[% frombranchname %]"[% END %] [% IF ( tobranchname ) %] to "[% tobranchname %]"[% END %] @@ -22,14 +22,14 @@ [% IF ( result ) %] [% IF ( error ) %] -
Cloning of issuing rules failed!
+
Cloning of circulation and fine rules failed!
[% ELSE %]

The rules have been cloned.

[% END %] - Return to issuing rules + Return to circulation and fine rules [% ELSE %] -

Use carefully! If the destination library already has issuing rules, they will be deleted without warning!

+

Use carefully! If the destination library already has circulation and fine rules, they will be deleted without warning!

[% UNLESS ( frombranch ) %]
@@ -67,6 +67,7 @@
[% END %] + Cancel
[% END %] -- 2.7.0