@@ -, +, @@ rules says "issuing rules" --- .../intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt +++ a/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 %] --