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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +2 lines)
Lines 243-251 Link Here
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
245
    <fieldset class="rows">
245
    <fieldset class="rows">
246
        <legend><h1>[% IF ( budget_id ) %]<span>Modify</span>[% ELSE %]<span>Add</span>[% END %] <span>Fund</span>
246
        <legend><h1>[% IF ( budget_id ) %]<span>Modify fund</span>[% ELSE %]<span>Add fund</span>[% END %]
247
    [% IF ( budget_period_description ) %]
247
    [% IF ( budget_period_description ) %]
248
        [% budget_name | html %] <span>for Budget</span> '[% budget_period_description | html %]'
248
        [% budget_name | html %] <span>for budget</span> '[% budget_period_description | html %]'
249
    [% END %]
249
    [% END %]
250
            </h1>
250
            </h1>
251
    </legend>
251
    </legend>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-3 / +3 lines)
Lines 35-44 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
35
            <li>
35
            <li>
36
                <a href="#" aria-current="page">
36
                <a href="#" aria-current="page">
37
                    [% IF authority_type.authtypecode.defined %]
37
                    [% IF authority_type.authtypecode.defined %]
38
                        <span>Modify</span>
38
                        <span>Modify authority type</span>
39
                    [% ELSE %]
39
                    [% ELSE %]
40
                        <span>New</span>
40
                        <span>New authority type</span>
41
                    [% END %] <span>Authority type</span>
41
                    [% END %]
42
                </a>
42
                </a>
43
            </li>
43
            </li>
44
44
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-3 / +3 lines)
Lines 38-47 Link Here
38
            <li>
38
            <li>
39
                <a href="#" aria-current="page">
39
                <a href="#" aria-current="page">
40
                    [% IF city.cityid %]
40
                    [% IF city.cityid %]
41
                        <span>Modify</span>
41
                        <span>Modify city</span>
42
                    [% ELSE %]
42
                    [% ELSE %]
43
                        <span>New</span>
43
                        <span>New city</span>
44
                    [% END %] <span>City</span>
44
                    [% END %]
45
                </a>
45
                </a>
46
            </li>
46
            </li>
47
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-3 / +3 lines)
Lines 36-45 Link Here
36
            <li>
36
            <li>
37
                <a href="#" aria-current="page">
37
                <a href="#" aria-current="page">
38
                    [% IF debit_type.code %]
38
                    [% IF debit_type.code %]
39
                        <span>Modify</span>
39
                        <span>Modify debit type</span>
40
                    [% ELSE %]
40
                    [% ELSE %]
41
                        <span>New</span>
41
                        <span>New debit type</span>
42
                    [% END %] <span>debit type</span>
42
                    [% END %]
43
                </a>
43
                </a>
44
            </li>
44
            </li>
45
45
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +4 lines)
Lines 45-51 Link Here
45
45
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
47
47
48
                    <h1>[% IF description %]<span>Edit</span> [% ELSIF batch_id %]<span>Edit</span> [% ELSE %]<span>New</span> [% END %]<span>patron card batches</span></h1>
48
                    <h1>[% IF description %]<span>Edit</span> [% description | html %]
49
                        [% ELSIF batch_id %]<span>Edit patron card batch</span> [% batch_id | html %]
50
                        [% ELSE %]<span>New patron card batch</span>[% END %]
51
                    </h1>
49
52
50
                [% IF ( duplicate_message ) %]
53
                [% IF ( duplicate_message ) %]
51
                    <div class="dialog message">
54
                    <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-3 / +6 lines)
Lines 41-47 Link Here
41
41
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
43
43
44
                    <h1>[% IF ( layout_id ) %]<span>Edit</span>[% ELSE %]<span>Create</span>[% END %] <span>patron card layout</span></h1>
44
                    <h1>[% IF ( layout_id ) %]<span>Edit patron card layout</span> [% layout_id | html %]
45
                        [% ELSE %]<span>Create patron card layout</span>[% END %]
46
                    </h1>
45
47
46
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
48
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
47
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
49
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
Lines 279-285 Link Here
279
                </div>
281
                </div>
280
                <div class="col-sm-6">
282
                <div class="col-sm-6">
281
                    <fieldset class="rows">
283
                    <fieldset class="rows">
282
                    <legend>[% IF ( layout_id ) %]<span>Edit</span>[% ELSE %]<span>Create</span>[% END %] <span>patron card graphic layout</span></legend>
284
                    <legend>[% IF ( layout_id ) %]<span>Edit patron card graphic layout</span>
285
                            [% ELSE %]<span>Create patron card graphic layout</span>[% END %]
286
                    </legend>
283
                    <ol>
287
                    <ol>
284
<!--
288
<!--
285
                            <li>
289
                            <li>
286
- 

Return to bug 30733