View | Details | Raw Unified | Return to bug 31117
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-2 / +1 lines)
Lines 35-41 Link Here
35
            <main>
35
            <main>
36
36
37
    <h1>Cloning circulation and fine rules
37
    <h1>Cloning circulation and fine rules
38
        [% IF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
38
        [% IF frombranch == "*" %] from standard rules[% ELSIF frombranch %] from "[% Branches.GetName( frombranch ) | html %]"[% END %]
39
        [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
39
        [% IF tobranch %] to "[% Branches.GetName( tobranch ) | html %]"[% END %]
40
    </h1>
40
    </h1>
41
41
42
- 

Return to bug 31117