Lines 1-19
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Administration › Issuing rules › Clone issuing rules</title> |
2 |
<title>Koha › Administration › Circulation and fine rules › Clone circulation and fine rules</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
</head> |
4 |
</head> |
5 |
<body id="admin_clone-rules" class="admin"> |
5 |
<body id="admin_clone-rules" class="admin"> |
6 |
[% INCLUDE 'header.inc' %] |
6 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'cat-search.inc' %] |
7 |
[% INCLUDE 'cat-search.inc' %] |
8 |
|
8 |
|
9 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/smart-rules.pl">Issuing rules</a> › Clone issuing rules</div> |
9 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a> › Clone circulation and fine rules</div> |
10 |
|
10 |
|
11 |
<div id="doc3" class="yui-t1"> |
11 |
<div id="doc3" class="yui-t1"> |
12 |
|
12 |
|
13 |
<div id="bd"> |
13 |
<div id="bd"> |
14 |
<div id="yui-main"> |
14 |
<div id="yui-main"> |
15 |
<div class="yui-b"> |
15 |
<div class="yui-b"> |
16 |
<h2>Cloning issuing rules |
16 |
<h2>Cloning circulation and fine rules |
17 |
[% IF ( frombranchname || tobranchname ) %] |
17 |
[% IF ( frombranchname || tobranchname ) %] |
18 |
[% IF ( frombranchname ) %] from "[% frombranchname %]"[% END %] |
18 |
[% IF ( frombranchname ) %] from "[% frombranchname %]"[% END %] |
19 |
[% IF ( tobranchname ) %] to "[% tobranchname %]"[% END %] |
19 |
[% IF ( tobranchname ) %] to "[% tobranchname %]"[% END %] |
Lines 22-35
Link Here
|
22 |
|
22 |
|
23 |
[% IF ( result ) %] |
23 |
[% IF ( result ) %] |
24 |
[% IF ( error ) %] |
24 |
[% IF ( error ) %] |
25 |
<div class="dialog alert">Cloning of issuing rules failed!</div> |
25 |
<div class="dialog alert">Cloning of circulation and fine rules failed!</div> |
26 |
[% ELSE %] |
26 |
[% ELSE %] |
27 |
<div class="dialog message"><p>The rules have been cloned.</p></div> |
27 |
<div class="dialog message"><p>The rules have been cloned.</p></div> |
28 |
[% END %] |
28 |
[% END %] |
29 |
<a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a> |
29 |
<a href="/cgi-bin/koha/admin/smart-rules.pl">Return to circulation and fine rules</a> |
30 |
[% ELSE %] |
30 |
[% ELSE %] |
31 |
|
31 |
|
32 |
<p class="help">Use carefully! If the destination library already has issuing rules, they will be deleted without warning!</p> |
32 |
<p class="help">Use carefully! If the destination library already has circulation and fine rules, they will be deleted without warning!</p> |
33 |
<form action="/cgi-bin/koha/admin/clone-rules.pl" method="post"> |
33 |
<form action="/cgi-bin/koha/admin/clone-rules.pl" method="post"> |
34 |
[% UNLESS ( frombranch ) %] |
34 |
[% UNLESS ( frombranch ) %] |
35 |
<fieldset> |
35 |
<fieldset> |
Lines 67-72
Link Here
|
67 |
</fieldset> |
67 |
</fieldset> |
68 |
[% END %] |
68 |
[% END %] |
69 |
<input type="submit" value="Submit" /> |
69 |
<input type="submit" value="Submit" /> |
|
|
70 |
<a href="/cgi-bin/koha/admin/smart-rules.pl" class="cancel">Cancel</a> |
70 |
</form> |
71 |
</form> |
71 |
|
72 |
|
72 |
[% END %] |
73 |
[% END %] |
73 |
- |
|
|