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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-4 / +3 lines)
Lines 8-14 Link Here
8
<title>[% FILTER collapse %]
8
<title>[% FILTER collapse %]
9
    [% IF op =='add_form' %]
9
    [% IF op =='add_form' %]
10
       [% IF credit_type.code %]
10
       [% IF credit_type.code %]
11
           [% tx("Modify credit type {credit_type}", {credit_type = credit_type.code }) | html %] &rsaquo;
11
           [% tx("Modify credit type '{credit_type}'", {credit_type = credit_type.code }) | html %] &rsaquo;
12
       [% ELSE %]
12
       [% ELSE %]
13
           [% t("New credit type") | html %] &rsaquo;
13
           [% t("New credit type") | html %] &rsaquo;
14
       [% END %]
14
       [% END %]
Lines 39-45 Link Here
39
            [% END %]
39
            [% END %]
40
            [% WRAPPER breadcrumb_item bc_active= 1 %]
40
            [% WRAPPER breadcrumb_item bc_active= 1 %]
41
                [% IF credit_type.code %]
41
                [% IF credit_type.code %]
42
                    [% tx("Modify credit type {credit_type}", {credit_type = credit_type.code }) | html %]
42
                    [% tx("Modify credit type '{credit_type}'", {credit_type = credit_type.code }) | html %]
43
                [% ELSE %]
43
                [% ELSE %]
44
                    <span>New credit type</span>
44
                    <span>New credit type</span>
45
                [% END %]
45
                [% END %]
Lines 77-83 Link Here
77
77
78
                [% IF op == 'add_form' %]
78
                [% IF op == 'add_form' %]
79
                    [% IF credit_type %]
79
                    [% IF credit_type %]
80
                        <h1>[% tx("Modify credit type {credit_type}", {credit_type = credit_type.code }) | html %]</h1>
80
                        <h1>[% tx("Modify credit type '{credit_type}'", {credit_type = credit_type.code }) | html %]</h1>
81
                    [% ELSE %]
81
                    [% ELSE %]
82
                        <h1>New credit type</h1>
82
                        <h1>New credit type</h1>
83
                    [% END %]
83
                    [% END %]
84
- 

Return to bug 34390