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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc (-27 / +27 lines)
Lines 1-32 Link Here
1
[%- BLOCK role -%]
1
[%- BLOCK role -%]
2
  [%- SWITCH role.key -%]
2
  [%- SWITCH role.key -%]
3
    [%- CASE 'manager'               -%]Release manager
3
    [%- CASE 'manager'               -%]<span>Release manager</span>
4
    [%- CASE 'manager_assistant'     -%]Release manager assistant
4
    [%- CASE 'manager_assistant'     -%]<span>Release manager assistant</span>
5
    [%- CASE 'manager_mentor'        -%]Release manager mentor
5
    [%- CASE 'manager_mentor'        -%]<span>Release manager mentor</span>
6
    [%- CASE 'qa_manager'            -%]Quality assurance manager
6
    [%- CASE 'qa_manager'            -%]<span>Quality assurance manager</span>
7
    [%- CASE 'qa'                    -%]Quality assurance team
7
    [%- CASE 'qa'                    -%]<span>Quality assurance team</span>
8
    [%- CASE 'documentation'         -%]Documentation manager
8
    [%- CASE 'documentation'         -%]<span>Documentation manager</span>
9
    [%- CASE 'documentation_team'    -%]Documentation team
9
    [%- CASE 'documentation_team'    -%]<span>Documentation team</span>
10
    [%- CASE 'translation'           -%]Translation manager
10
    [%- CASE 'translation'           -%]<span>Translation manager</span>
11
    [%- CASE 'translations'          -%]Translation managers
11
    [%- CASE 'translations'          -%]<span>Translation managers</span>
12
    [%- CASE 'translation_assistant' -%]Translation manager assistant
12
    [%- CASE 'translation_assistant' -%]<span>Translation manager assistant</span>
13
    [%- CASE 'te'                    -%]Topic expert
13
    [%- CASE 'te'                    -%]<span>Topic expert</span>
14
    [%- CASE 'bugwrangler'           -%]Bug wrangler
14
    [%- CASE 'bugwrangler'           -%]<span>Bug wrangler</span>
15
    [%- CASE 'maintainer'            -%]Release maintainer
15
    [%- CASE 'maintainer'            -%]<span>Release maintainer</span>
16
    [%- CASE 'maintainer_assistant'  -%]Release maintainer assistant
16
    [%- CASE 'maintainer_assistant'  -%]<span>Release maintainer assistant</span>
17
    [%- CASE 'maintainer_mentor'     -%]Release maintainer mentor
17
    [%- CASE 'maintainer_mentor'     -%]<span>Release maintainer mentor</span>
18
    [%- CASE 'wiki'                  -%]Wiki curator
18
    [%- CASE 'wiki'                  -%]<span>Wiki curator</span>
19
    [%- CASE 'ci'                    -%]Continuous integration manager
19
    [%- CASE 'ci'                    -%]<span>Continuous integration manager</span>
20
    [%- CASE 'packaging'             -%]Packaging manager
20
    [%- CASE 'packaging'             -%]<span>Packaging manager</span>
21
    [%- CASE 'packaging_assistant'   -%]Packaging manager assistant
21
    [%- CASE 'packaging_assistant'   -%]<span>Packaging manager assistant</span>
22
    [%- CASE 'chairperson'           -%]Meetings chairperson
22
    [%- CASE 'chairperson'           -%]<span>Meetings chairperson</span>
23
    [%- CASE 'newsletter'            -%]Newsletter editor
23
    [%- CASE 'newsletter'            -%]<span>Newsletter editor</span>
24
    [%- CASE 'mm'                    -%]Module maintainer
24
    [%- CASE 'mm'                    -%]<span>Module maintainer</span>
25
    [%- CASE 'vm'                    -%]Virtual machine maintainer
25
    [%- CASE 'vm'                    -%]<span>Virtual machine maintainer</span>
26
    [%- CASE 'database'              -%]Documentation specialist
26
    [%- CASE 'database'              -%]<span>Documentation specialist</span>
27
    [%- CASE 'live_cd'               -%]Live CD maintainer
27
    [%- CASE 'live_cd'               -%]<span>Live CD maintainer</span>
28
    [%- CASE 'accessibility_advocate'-%]Accessibility advocate
28
    [%- CASE 'accessibility_advocate'-%]<span>Accessibility advocate</span>
29
    [%- CASE 'meeting_facilitator'   -%]Meeting facilitator
29
    [%- CASE 'meeting_facilitator'   -%]<span>Meeting facilitator</span>
30
  [%- END -%]
30
  [%- END -%]
31
[%- END -%]
31
[%- END -%]
32
32
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc (-25 / +25 lines)
Lines 11-46 Link Here
11
11
12
[%- BLOCK debit_type_description -%]
12
[%- BLOCK debit_type_description -%]
13
    [%- SWITCH debit_type.code -%]
13
    [%- SWITCH debit_type.code -%]
14
        [%- CASE 'ACCOUNT'          -%]Account creation fee
14
        [%- CASE 'ACCOUNT'          -%]<span>Account creation fee</span>
15
        [%- CASE 'ACCOUNT_RENEW'    -%]Account renewal fee
15
        [%- CASE 'ACCOUNT_RENEW'    -%]<span>Account renewal fee</span>
16
        [%- CASE 'ARTICLE_REQUEST'  -%]Article request fee
16
        [%- CASE 'ARTICLE_REQUEST'  -%]<span>Article request fee</span>
17
        [%- CASE 'LOST'             -%]Lost item
17
        [%- CASE 'LOST'             -%]<span>Lost item</span>
18
        [%- CASE 'MANUAL'           -%]Manual fee
18
        [%- CASE 'MANUAL'           -%]<span>Manual fee</span>
19
        [%- CASE 'NEW_CARD'         -%]New card
19
        [%- CASE 'NEW_CARD'         -%]<span>New card</span>
20
        [%- CASE 'OVERDUE'          -%]Fine
20
        [%- CASE 'OVERDUE'          -%]<span>Fine</span>
21
        [%- CASE 'PROCESSING'       -%]Lost item processing fee
21
        [%- CASE 'PROCESSING'       -%]<span>Lost item processing fee</span>
22
        [%- CASE 'RENT'             -%]Rental fee
22
        [%- CASE 'RENT'             -%]<span>Rental fee</span>
23
        [%- CASE 'RENT_DAILY'       -%]Daily rental fee
23
        [%- CASE 'RENT_DAILY'       -%]<span>Daily rental fee</span>
24
        [%- CASE 'RENT_RENEW'       -%]Renewal of rental item
24
        [%- CASE 'RENT_RENEW'       -%]<span>Renewal of rental item</span>
25
        [%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item
25
        [%- CASE 'RENT_DAILY_RENEW' -%]<span>Renewal of daily rental item</span>
26
        [%- CASE 'RESERVE'          -%]Hold fee
26
        [%- CASE 'RESERVE'          -%]<span>Hold fee</span>
27
        [%- CASE 'RESERVE_EXPIRED'  -%]Hold waiting too long
27
        [%- CASE 'RESERVE_EXPIRED'  -%]<span>Hold waiting too long</span>
28
        [%- CASE 'Payout'           -%]Payout
28
        [%- CASE 'Payout'           -%]<span>Payout</span>
29
        [%- CASE                    -%][% debit_type.description | html %]
29
        [%- CASE                    -%]<span>[% debit_type.description | html %]</span>
30
    [%- END -%]
30
    [%- END -%]
31
[%- END -%]
31
[%- END -%]
32
32
33
[%- BLOCK credit_type_description -%]
33
[%- BLOCK credit_type_description -%]
34
    [%- SWITCH credit_type.code -%]
34
    [%- SWITCH credit_type.code -%]
35
        [%- CASE 'PAYMENT'      -%]Payment
35
        [%- CASE 'PAYMENT'      -%]<span>Payment</span>
36
        [%- CASE 'WRITEOFF'     -%]Writeoff
36
        [%- CASE 'WRITEOFF'     -%]<span>Writeoff</span>
37
        [%- CASE 'FORGIVEN'     -%]Forgiven
37
        [%- CASE 'FORGIVEN'     -%]<span>Forgiven</span>
38
        [%- CASE 'CREDIT'       -%]Credit
38
        [%- CASE 'CREDIT'       -%]<span>Credit</span>
39
        [%- CASE 'LOST_FOUND'   -%]Lost item fee refund
39
        [%- CASE 'LOST_FOUND'   -%]<span>Lost item fee refund</span>
40
        [%- CASE 'OVERPAYMENT'  -%]Overpayment refund
40
        [%- CASE 'OVERPAYMENT'  -%]<span>Overpayment refund</span>
41
        [%- CASE 'REFUND'       -%]Refund
41
        [%- CASE 'REFUND'       -%]<span>Refund</span>
42
        [%- CASE 'CANCELLATION' -%]Cancelled charge
42
        [%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span>
43
        [%- CASE                -%][% credit_type.description | html %]
43
        [%- CASE                -%]<span>[% credit_type.description | html %]</span>
44
    [%- END -%]
44
    [%- END -%]
45
[%- END -%]
45
[%- END -%]
46
46
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc (-17 / +17 lines)
Lines 39-51 Link Here
39
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
39
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
40
        <span class="type">
40
        <span class="type">
41
            [% SWITCH type %]
41
            [% SWITCH type %]
42
            [% CASE 'earlier' %](Earlier heading)
42
            [% CASE 'earlier' %]<span>(Earlier heading)</span>
43
            [% CASE 'later' %](Later heading)
43
            [% CASE 'later' %]<span>(Later heading)</span>
44
            [% CASE 'acronym' %](Acronym)
44
            [% CASE 'acronym' %]<span>(Acronym)</span>
45
            [% CASE 'musical' %](Musical composition)
45
            [% CASE 'musical' %]<span>(Musical composition)</span>
46
            [% CASE 'broader' %](Broader heading)
46
            [% CASE 'broader' %]<span>(Broader heading)</span>
47
            [% CASE 'narrower' %](Narrower heading)
47
            [% CASE 'narrower' %]<span>(Narrower heading)</span>
48
            [% CASE 'parent' %](Immediate parent body)
48
            [% CASE 'parent' %]<span>(Immediate parent body)</span>
49
            [% CASE %][% IF type %]([% type | html %])
49
            [% CASE %][% IF type %]([% type | html %])
50
            [% END %]
50
            [% END %]
51
        [% END %]
51
        [% END %]
Lines 132-146 Link Here
132
132
133
[% BLOCK language %]
133
[% BLOCK language %]
134
  [% SWITCH lang %]
134
  [% SWITCH lang %]
135
   [% CASE ['en', 'eng'] %]English
135
   [% CASE ['en', 'eng'] %]<span>English</span>
136
   [% CASE ['fr', 'fre'] %]French
136
   [% CASE ['fr', 'fre'] %]<span>French</span>
137
   [% CASE ['it', 'ita'] %]Italian
137
   [% CASE ['it', 'ita'] %]<span>Italian</span>
138
   [% CASE ['de', 'ger', 'deu'] %]German
138
   [% CASE ['de', 'ger', 'deu'] %]<span>German</span>
139
   [% CASE ['es', 'spa'] %]Spanish
139
   [% CASE ['es', 'spa'] %]<span>Spanish</span>
140
   [% CASE ['heb'] %]Hebrew
140
   [% CASE ['heb'] %]<span>Hebrew</span>
141
   [% CASE ['ara'] %]Arabic
141
   [% CASE ['ara'] %]<span>Arabic</span>
142
   [% CASE ['gre'] %]Greek (modern)
142
   [% CASE ['gre'] %]<span>Greek (modern)</span>
143
   [% CASE ['grc'] %]Greek (to 1453)
143
   [% CASE ['grc'] %]<span>Greek (to 1453)</span>
144
   [% CASE %][% lang | html %]
144
   [% CASE %]<span>[% lang | html %]</span>
145
  [% END %]
145
  [% END %]
146
[% END %]
146
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_authority_record_modification.inc (-2 / +5 lines)
Lines 1-3 Link Here
1
[% SET KohaSpan %]
1
[% BLOCK report %]
2
[% BLOCK report %]
2
    [% SET report = job.report %]
3
    [% SET report = job.report %]
3
    [% IF report %]
4
    [% IF report %]
Lines 25-35 Link Here
25
            [% ELSIF m.type == 'error' %]
26
            [% ELSIF m.type == 'error' %]
26
                <i class="fa fa-exclamation error"></i>
27
                <i class="fa fa-exclamation error"></i>
27
            [% END %]
28
            [% END %]
29
            [% authority_link = BLOCK %]<a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a>[% END %]
28
            [% SWITCH m.code %]
30
            [% SWITCH m.code %]
29
            [% CASE 'authority_not_modified' %]
31
            [% CASE 'authority_not_modified' %]
30
                Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has not been modified. An error occurred on modifying it[% IF m.error %] ([% m.error | html %])[% END %].
32
                <span>Authority record [% authority_link | $KohaSpan %] has not been modified. An error occurred on modifying it</span>
33
                [% IF m.error %] ([% m.error | html %])[% END %].
31
            [% CASE 'authority_modified' %]
34
            [% CASE 'authority_modified' %]
32
                Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has successfully been modified..
35
                <span>Authority record [% authority_link | $KohaSpan %] has successfully been modified.</span>
33
            [% END %]
36
            [% END %]
34
        </div>
37
        </div>
35
    [% END %]
38
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_biblio_record_deletion.inc (-6 / +6 lines)
Lines 29-45 Link Here
29
            [% END %]
29
            [% END %]
30
            [% SWITCH m.code %]
30
            [% SWITCH m.code %]
31
            [% CASE 'biblio_not_exists' %]
31
            [% CASE 'biblio_not_exists' %]
32
                The biblionumber [% m.biblionumber | html %] does not exist in the database.
32
                <span>The biblionumber [% m.biblionumber | html %] does not exist in the database.</span>
33
            [% CASE 'item_issued' %]
33
            [% CASE 'item_issued' %]
34
                At least one item is checked out on bibliographic record [% m.biblionumber | html %].
34
                <span>At least one item is checked out on bibliographic record [% m.biblionumber | html %].</span>
35
            [% CASE 'reserve_not_cancelled' %]
35
            [% CASE 'reserve_not_cancelled' %]
36
                Bibliographic record [% m.biblionumber | html %] was not deleted. A hold could not be canceled (reserve_id [% m.reserve_id | html %]).
36
                <span>Bibliographic record [% m.biblionumber | html %] was not deleted. A hold could not be canceled (reserve_id [% m.reserve_id | html %]).</span>
37
            [% CASE 'item_not_deleted' %]
37
            [% CASE 'item_not_deleted' %]
38
                The bibliographic record [% m.biblionumber | html %] was not deleted. An error was encountered when deleting an item (itemnumber [% m.itemnumber | html %]).
38
                <span>The bibliographic record [% m.biblionumber | html %] was not deleted. An error was encountered when deleting an item (itemnumber [% m.itemnumber | html %]).</span>
39
            [% CASE 'biblio_not_deleted' %]
39
            [% CASE 'biblio_not_deleted' %]
40
                Bibliographic record [% m.biblionumber | html %] was not deleted. An error occurred.
40
                <span>Bibliographic record [% m.biblionumber | html %] was not deleted. An error occurred.</span>
41
            [% CASE 'biblio_deleted' %]
41
            [% CASE 'biblio_deleted' %]
42
                Bibliographic record [% m.biblionumber | html %] has been deleted successfully.
42
                <span>Bibliographic record [% m.biblionumber | html %] has been deleted successfully.</span>
43
            [% END %]
43
            [% END %]
44
        </div>
44
        </div>
45
    [% END %]
45
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_biblio_record_modification.inc (-6 / +10 lines)
Lines 1-12 Link Here
1
[% USE KohaSpan %]
1
[% BLOCK report %]
2
[% BLOCK report %]
2
    [% SET report = job.report %]
3
    [% SET report = job.report %]
3
    [% IF report %]
4
    [% IF report %]
4
        [% IF report.total_records == report.total_success %]
5
        [% IF report.total_records == report.total_success %]
5
            <div class="dialog message">
6
            <div class="dialog message">
6
                All records have successfully been modified! <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a>
7
                <span>All records have successfully been modified!</span>
8
                <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a>
7
                [% IF lists.count %]
9
                [% IF lists.count %]
8
                    <br />
10
                    <br />
9
                    Add modified records to the following list:
11
                    <span>Add modified records to the following list:</span>
10
                    <select name="add_bibs_to_list" id="add_bibs_to_list">
12
                    <select name="add_bibs_to_list" id="add_bibs_to_list">
11
                        <option value="">Select a list</option>
13
                        <option value="">Select a list</option>
12
                        [% FOREACH list IN lists %]
14
                        [% FOREACH list IN lists %]
Lines 17-24 Link Here
17
            </div>
19
            </div>
18
        [% ELSE %]
20
        [% ELSE %]
19
            <div class="dialog message">
21
            <div class="dialog message">
20
                [% report.total_success | html %] / [% report.total_records | html %] records have successfully been modified. Some errors occurred.
22
                <span>[% report.total_success | html %] / [% report.total_records | html %] records have successfully been modified. Some errors occurred.</span>
21
                [% IF job.status == 'cancelled' %]The job has been cancelled before it finished.[% END %]
23
                [% IF job.status == 'cancelled' %]<span>The job has been cancelled before it finished.</span>[% END %]
22
                <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a>
24
                <a href="/cgi-bin/koha/tools/batch_record_modification.pl" title="New batch record modification">New batch record modification</a>
23
            </div>
25
            </div>
24
        [% END %]
26
        [% END %]
Lines 35-45 Link Here
35
            [% ELSIF m.type == 'error' %]
37
            [% ELSIF m.type == 'error' %]
36
                <i class="fa fa-exclamation error"></i>
38
                <i class="fa fa-exclamation error"></i>
37
            [% END %]
39
            [% END %]
40
            [% biblio_link = BLOCK %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.biblionumber | uri %]">[% m.biblionumber | html %]</a>[% END %]
38
            [% SWITCH m.code %]
41
            [% SWITCH m.code %]
39
            [% CASE 'biblio_not_modified' %]
42
            [% CASE 'biblio_not_modified' %]
40
                Bibliographic record <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.biblionumber | uri %]">[% m.biblionumber | html %]</a> has not been modified. An error occurred on modifying it.[% IF m.error %] ([% m.error | html %])[% END %].
43
                <span>Bibliographic record [% biblio_link %] has not been modified. An error occurred on modifying it.</span>
44
                [% IF m.error %] ([% m.error | html %])[% END %].
41
            [% CASE 'biblio_modified' %]
45
            [% CASE 'biblio_modified' %]
42
                Bibliographic record <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.biblionumber | uri %]">[% m.biblionumber | html %]</a> has successfully been modified.
46
                <span>Bibliographic record [% biblio_link %] has successfully been modified.</span>
43
            [% END %]
47
            [% END %]
44
        </div>
48
        </div>
45
    [% END %]
49
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_hold_cancel.inc (-7 / +10 lines)
Lines 1-3 Link Here
1
[% USE KohaSpan %]
1
[% BLOCK report %]
2
[% BLOCK report %]
2
    [% SET report = job.report %]
3
    [% SET report = job.report %]
3
    [% IF report %]
4
    [% IF report %]
Lines 7-14 Link Here
7
            </div>
8
            </div>
8
        [% ELSE %]
9
        [% ELSE %]
9
            <div class="dialog message">
10
            <div class="dialog message">
10
                [% report.total_success | html %] / [% report.total_holds | html %] holds have successfully been modified. Some errors occurred.
11
                <span>[% report.total_success | html %] / [% report.total_holds | html %] holds have successfully been modified. Some errors occurred.</span>
11
                [% IF job.status == 'cancelled' %]The job has been cancelled before it finished.[% END %]
12
                [% IF job.status == 'cancelled' %]<span>The job has been cancelled before it finished.</span>[% END %]
12
            </div>
13
            </div>
13
        [% END %]
14
        [% END %]
14
    [% END %]
15
    [% END %]
Lines 28-43 Link Here
28
            [% SWITCH m.code %]
29
            [% SWITCH m.code %]
29
            [% CASE 'hold_not_cancelled' %]
30
            [% CASE 'hold_not_cancelled' %]
30
                [% IF m.biblio && m.patron %]
31
                [% IF m.biblio && m.patron %]
31
                    Hold on <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio.biblionumber | uri %]">[% m.biblio.title | html %]</a> for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron %]</a> has not been cancelled.
32
                    <span>Hold on <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio.biblionumber | uri %]">[% m.biblio.title | html %]</a> for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron %]</a> has not been cancelled.</span>
32
                [% END %]
33
                [% END %]
33
                An error occurred on cancelling.
34
                <span>An error occurred on cancelling.</span>
34
                [% SWITCH m.error %]
35
                [% SWITCH m.error %]
35
                [% CASE 'hold_not_found' %]
36
                [% CASE 'hold_not_found' %]
36
                    No hold with id [% m.hold_id | html %] found.
37
                    <span>No hold with id [% m.hold_id | html %] found.</span>
37
                [% CASE %]Unknown error '[% m.error | html %]'.
38
                [% CASE %]<span>Unknown error '[% m.error | html %]'.</span>
38
                [% END %]
39
                [% END %]
39
            [% CASE 'hold_cancelled' %]
40
            [% CASE 'hold_cancelled' %]
40
                Hold on <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio_id | uri %]">[% m.biblio.title | html %]</a> for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron_id | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron %]</a> has successfully been cancelled.
41
                [% biblio_link = BLOCK %]<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% m.biblio_id | uri %]">[% m.biblio.title | html %]</a>[% END %]
42
                [% patron_link = BLOCK %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% m.patron_id | uri %]">[% INCLUDE 'patron-title.inc' patron=m.patron %]</a>[% END %]
43
                <span>Hold on [% biblio_link | $KohaSpan %] for [% patron_link | $KohaSpan %] has successfully been cancelled.</span>
41
            [% END %]
44
            [% END %]
42
        </div>
45
        </div>
43
    [% END %]
46
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_deletion.inc (-8 / +10 lines)
Lines 1-3 Link Here
1
[% USE KohaSpan %]
1
[% BLOCK report %]
2
[% BLOCK report %]
2
    [% SET report = job.report %]
3
    [% SET report = job.report %]
3
    [% IF report %]
4
    [% IF report %]
Lines 39-54 Link Here
39
            [% END %]
40
            [% END %]
40
            [% SWITCH m.code %]
41
            [% SWITCH m.code %]
41
                [% CASE 'item_not_deleted' %]
42
                [% CASE 'item_not_deleted' %]
42
                    Item with barcode <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% m.biblionumber | uri %]&itemnumber=[% m.itemnumber | uri %]">[% m.barcode | html %]</a> cannot be deleted:
43
                    [% item_link = BLOCK %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% m.biblionumber | uri %]&itemnumber=[% m.itemnumber | uri %]">[% m.barcode | html %]</a>[% END %]
44
                    <span>Item with barcode [% item_link | $KohaSpan%] cannot be deleted:</span>
43
                    [% SWITCH m.reason %]
45
                    [% SWITCH m.reason %]
44
                        [% CASE "book_on_loan" %]Item is checked out
46
                        [% CASE "book_on_loan" %]<span>Item is checked out</span>
45
                        [% CASE "not_same_branch" %]Item does not belong to your library
47
                        [% CASE "not_same_branch" %]<span>Item does not belong to your library</span>
46
                        [% CASE "book_reserved" %]Item has a waiting hold
48
                        [% CASE "book_reserved" %]<span>Item has a waiting hold</span>
47
                        [% CASE "linked_analytics" %]Item has linked analytics
49
                        [% CASE "linked_analytics" %]<span>Item has linked analytics</span>
48
                        [% CASE "last_item_for_hold" %]Last item for bibliographic record with biblio-level hold on it
50
                        [% CASE "last_item_for_hold" %]<span>Last item for bibliographic record with biblio-level hold on it</span>
49
                        [% CASE %]Unknown reason '[% m.reason | html %]'
51
                        [% CASE %]<span>Unknown reason '[% m.reason | html %]'</span>
50
                    [% END %]
52
                    [% END %]
51
                [% CASE %]Unknown message '[% m.code | html %]'
53
                [% CASE %]<span>Unknown message '[% m.code | html %]'</span>
52
            [% END %]
54
            [% END %]
53
        </div>
55
        </div>
54
    [% END %]
56
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc (-4 / +4 lines)
Lines 5-16 Link Here
5
    [% IF report %]
5
    [% IF report %]
6
        <div class="dialog message">
6
        <div class="dialog message">
7
            [% IF report.modified_itemnumbers.size %]
7
            [% IF report.modified_itemnumbers.size %]
8
                [% report.modified_itemnumbers.size | html %] item(s) modified (with [% report.modified_fields | html %] field(s) modified).
8
                <span>[% report.modified_itemnumbers.size | html %] item(s) modified (with [% report.modified_fields | html %] field(s) modified).</span>
9
            [% ELSE %]
9
            [% ELSE %]
10
                No items modified.
10
                <span>No items modified.</span>
11
            [% END %]
11
            [% END %]
12
12
13
            [% IF job.status == 'cancelled' %]The job has been cancelled before it finished.[% END %]
13
            [% IF job.status == 'cancelled' %]<span>The job has been cancelled before it finished.</span>[% END %]
14
            <a href="/cgi-bin/koha/tools/batchMod.pl" title="New batch item modification">New batch item modification</a>
14
            <a href="/cgi-bin/koha/tools/batchMod.pl" title="New batch item modification">New batch item modification</a>
15
        </div>
15
        </div>
16
    [% END %]
16
    [% END %]
Lines 27-33 Link Here
27
                <i class="fa fa-exclamation error"></i>
27
                <i class="fa fa-exclamation error"></i>
28
            [% END %]
28
            [% END %]
29
            [% SWITCH m.code %]
29
            [% SWITCH m.code %]
30
            [% CASE %]Unknown message '[% m.code | html %]'
30
            [% CASE %]<span>Unknown message '[% m.code | html %]'</span>
31
            [% END %]
31
            [% END %]
32
        </div>
32
        </div>
33
    [% END %]
33
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc (-4 / +4 lines)
Lines 21-33 Link Here
21
                        <td>
21
                        <td>
22
                            [% SWITCH d.type %]
22
                            [% SWITCH d.type %]
23
                                [% CASE 'MANUAL' %]
23
                                [% CASE 'MANUAL' %]
24
                                    Manual
24
                                    <span>Manual</span>
25
                                [% CASE 'OVERDUES' %]
25
                                [% CASE 'OVERDUES' %]
26
                                Overdues
26
                                    <span>Overdues</span>
27
                                [% CASE 'SUSPENSION' %]
27
                                [% CASE 'SUSPENSION' %]
28
                                    Suspension
28
                                    <span>Suspension</span>
29
                                [% CASE 'DISCHARGE' %]
29
                                [% CASE 'DISCHARGE' %]
30
                                    Discharge
30
                                    <span>Discharge</span>
31
                            [% END %]
31
                            [% END %]
32
                        </td>
32
                        </td>
33
                        <td>
33
                        <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc (-2 / +2 lines)
Lines 104-112 Link Here
104
                    [% ELSE %]
104
                    [% ELSE %]
105
                        <h4>
105
                        <h4>
106
                            [% IF ( msg ) %]
106
                            [% IF ( msg ) %]
107
                                [% msg | html %] (Statuscode: [% statuscode | html %])
107
                                [% msg | html %] <span>(Status code: [% statuscode | html %])</span>
108
                            [% ELSE %]
108
                            [% ELSE %]
109
                                No results found
109
                                <span>No results found</span>
110
                            [% END %]
110
                            [% END %]
111
                        </h4>
111
                        </h4>
112
                    [% END %]
112
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc (-1 / +1 lines)
Lines 71-77 Link Here
71
        [%- data.cardnumber | html -%]
71
        [%- data.cardnumber | html -%]
72
    [%- END -%]
72
    [%- END -%]
73
[%- ELSE -%]
73
[%- ELSE -%]
74
    A patron from library [% Branches.GetName( patron.branchcode ) | html -%]
74
    <span>A patron from library [% Branches.GetName( patron.branchcode ) | html -%]<span>
75
[%- END -%]
75
[%- END -%]
76
76
77
[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
77
[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/renew_strings.inc (-15 / +15 lines)
Lines 1-32 Link Here
1
[% SWITCH error %]
1
[% SWITCH error %]
2
[% CASE 'no_item' %]
2
[% CASE 'no_item' %]
3
    No matching item could be found
3
    <span>No matching item could be found</span>
4
[% CASE 'no_checkout' %]
4
[% CASE 'no_checkout' %]
5
    Item is not checked out
5
    <span>Item is not checked out</span>
6
[% CASE 'too_soon' %]
6
[% CASE 'too_soon' %]
7
    Cannot be renewed yet
7
    <span>Cannot be renewed yet</span>
8
[% CASE 'too_many' %]
8
[% CASE 'too_many' %]
9
    Renewed the maximum number of times
9
    <span>Renewed the maximum number of times</span>
10
[% CASE 'auto_too_soon' %]
10
[% CASE 'auto_too_soon' %]
11
    Scheduled for automatic renewal and cannot be renewed yet
11
    <span>Scheduled for automatic renewal and cannot be renewed yet</span>
12
[% CASE 'auto_too_late' %]
12
[% CASE 'auto_too_late' %]
13
    Scheduled for automatic renewal and cannot be renewed any more
13
    <span>Scheduled for automatic renewal and cannot be renewed any more</span>
14
[% CASE 'auto_account_expired' %]
14
[% CASE 'auto_account_expired' %]
15
    Scheduled for automatic renewal and cannot be renewed because the patron's account has expired
15
    <span>Scheduled for automatic renewal and cannot be renewed because the patron's account has expired</span>
16
[% CASE 'auto_renew' %]
16
[% CASE 'auto_renew' %]
17
    Scheduled for automatic renewal
17
    <span>Scheduled for automatic renewal</span>
18
[% CASE 'auto_too_much_oweing' %]
18
[% CASE 'auto_too_much_oweing' %]
19
    Scheduled for automatic renewal and cannot be renewed because the patron has too many outstanding charges
19
    <span>Scheduled for automatic renewal and cannot be renewed because the patron has too many outstanding charges</span>
20
[% CASE 'on_reserve' %]
20
[% CASE 'on_reserve' %]
21
    On hold for another patron
21
    <span>On hold for another patron</span>
22
[% CASE 'patron_restricted' %]
22
[% CASE 'patron_restricted' %]
23
    Patron is currently restricted
23
    <span>Patron is currently restricted</span>
24
[% CASE 'item_denied_renewal' %]
24
[% CASE 'item_denied_renewal' %]
25
    Item is not allowed renewal
25
    <span>Item is not allowed renewal</span>
26
[% CASE 'onsite_checkout' %]
26
[% CASE 'onsite_checkout' %]
27
    Item is an onsite checkout
27
    <span>Item is an onsite checkout</span>
28
[% CASE 'has_fine' %]
28
[% CASE 'has_fine' %]
29
    Item has an outstanding fine
29
    <span>Item has an outstanding fine</span>
30
[% CASE %]
30
[% CASE %]
31
    Unknown error
31
    <span>Unknown error</span>
32
[% END %]
32
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/transfer_reasons.inc (-10 / +10 lines)
Lines 1-14 Link Here
1
[%- BLOCK transfer_reason -%]
1
[%- BLOCK transfer_reason -%]
2
    [%- SWITCH transfer.reason -%]
2
    [%- SWITCH transfer.reason -%]
3
        [%- CASE 'Manual'                    -%]Manual
3
        [%- CASE 'Manual'                    -%]<span>Manual</span>
4
        [%- CASE 'StockrotationAdvance'      -%]Stock rotation advance
4
        [%- CASE 'StockrotationAdvance'      -%]<span>Stock rotation advance</span>
5
        [%- CASE 'StockrotationRepatriation' -%]Stock rotation repatriation
5
        [%- CASE 'StockrotationRepatriation' -%]<span>Stock rotation repatriation</span>
6
        [%- CASE 'ReturnToHome'              -%]Automatic return to home
6
        [%- CASE 'ReturnToHome'              -%]<span>Automatic return to home</span>
7
        [%- CASE 'ReturnToHolding'           -%]Automatic return to holding
7
        [%- CASE 'ReturnToHolding'           -%]<span>Automatic return to holding</span>
8
        [%- CASE 'RotatingCollection'        -%]Rotating collection
8
        [%- CASE 'RotatingCollection'        -%]<span>Rotating collection</span>
9
        [%- CASE 'Reserve'                   -%]Hold
9
        [%- CASE 'Reserve'                   -%]<span>Hold</span>
10
        [%- CASE 'LostReserve'               -%]Hold lost
10
        [%- CASE 'LostReserve'               -%]<span>Hold lost</span>
11
        [%- CASE 'CancelReserve'             -%]Hold cancelled
11
        [%- CASE 'CancelReserve'             -%]<span>Hold cancelled</span>
12
        [%- CASE                             -%][% transfer.reason | html %]
12
        [%- CASE                             -%]<span>[% transfer.reason | html %]</span>
13
    [%- END -%]
13
    [%- END -%]
14
[%- END -%]
14
[%- END -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/xslt-handler.inc (-7 / +7 lines)
Lines 1-16 Link Here
1
[% SWITCH code %]
1
[% SWITCH code %]
2
    [% CASE 'XSLTH_ERR_NO_FILE' %]
2
    [% CASE 'XSLTH_ERR_NO_FILE' %]
3
        No XSLT file passed.
3
        <span>No XSLT file passed.</span>
4
    [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %]
4
    [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %]
5
        XSLT file not found.
5
        <span>XSLT file not found.</span>
6
    [% CASE 'XSLTH_ERR_LOADING' %]
6
    [% CASE 'XSLTH_ERR_LOADING' %]
7
        Error while loading stylesheet.
7
        <span>Error while loading stylesheet.</span>
8
    [% CASE 'XSLTH_ERR_PARSING_CODE' %]
8
    [% CASE 'XSLTH_ERR_PARSING_CODE' %]
9
        Error while parsing stylesheet.
9
        <span>Error while parsing stylesheet.</span>
10
    [% CASE 'XSLTH_ERR_PARSING_DATA' %]
10
    [% CASE 'XSLTH_ERR_PARSING_DATA' %]
11
        Error while parsing input.
11
        <span>Error while parsing input.</span>
12
    [% CASE 'XSLTH_ERR_TRANSFORMING' %]
12
    [% CASE 'XSLTH_ERR_TRANSFORMING' %]
13
        Error while transforming input.
13
        <span>Error while transforming input.</span>
14
    [% CASE 'XSLTH_NO_STRING_PASSED' %]
14
    [% CASE 'XSLTH_NO_STRING_PASSED' %]
15
        No string to transform.
15
        <span>No string to transform.</span>
16
[% END %]
16
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-5 / +5 lines)
Lines 281-291 Link Here
281
            <h2>Logging system does not behave correctly</h2>
281
            <h2>Logging system does not behave correctly</h2>
282
            [% FOR e IN log4perl_errors %]
282
            [% FOR e IN log4perl_errors %]
283
                [% SWITCH e %]
283
                [% SWITCH e %]
284
                    [% CASE 'missing_config_entry' %]There is no 'log4perl_conf' entry in the config file.
284
                    [% CASE 'missing_config_entry' %]<span>There is no 'log4perl_conf' entry in the config file.</span>
285
                    [% CASE 'cannot_read_config_file' %]The log4perl config file cannot be opened.
285
                    [% CASE 'cannot_read_config_file' %]<span>The log4perl config file cannot be opened.</span>
286
                    [% CASE 'logfile_not_writable' %]One of the logfiles listed in the config file is not writable.
286
                    [% CASE 'logfile_not_writable' %]<span>One of the logfiles listed in the config file is not writable.</span>
287
                    [% CASE 'cannot_init_module' %]The Koha::Logger module cannot be initiated correctly (check the log file).
287
                    [% CASE 'cannot_init_module' %]<span>The Koha::Logger module cannot be initiated correctly (check the log file).</span>
288
                    [% CASE %]Unknown error "[% e | html %]"
288
                    [% CASE %]<span>Unknown error '[% e | html %]'.</span>
289
                [% END %]
289
                [% END %]
290
            [% END %]
290
            [% END %]
291
        [% END %]
291
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-17 / +17 lines)
Lines 217-231 Link Here
217
            <div class="dialog [% m.type | html %]">
217
            <div class="dialog [% m.type | html %]">
218
                [% SWITCH m.code %]
218
                [% SWITCH m.code %]
219
                [% CASE 'no_email' %]
219
                [% CASE 'no_email' %]
220
                    This vendor has no contact selected for sending orders to or is missing an e-mail address.
220
                    <span>This vendor has no contact selected for sending orders to or is missing an e-mail address.</span>
221
                [% CASE 'no_basketno' %]
221
                [% CASE 'no_basketno' %]
222
                    No basket given.
222
                    <span>No basket given.</span>
223
                [% CASE 'no_letter' %]
223
                [% CASE 'no_letter' %]
224
                    There is no notice template with code ACQORDER defined.
224
                    <span>There is no notice template with code ACQORDER defined.</span>
225
                [% CASE 'email_sent' %]
225
                [% CASE 'email_sent' %]
226
                    Order e-mail was sent to the vendor.
226
                    <span>Order e-mail was sent to the vendor.</span>
227
                [% CASE %]
227
                [% CASE %]
228
                    ERROR! - [% m.code | html %]
228
                    <span>ERROR! - [% m.code | html %]</span>
229
                [% END %]
229
                [% END %]
230
            </div>
230
            </div>
231
        [% END %]
231
        [% END %]
Lines 317-325 Link Here
317
                        [% IF ( ediaccount ) %]
317
                        [% IF ( ediaccount ) %]
318
                            [%- BLOCK edi_status -%]
318
                            [%- BLOCK edi_status -%]
319
                                [%- SWITCH edi_order.status -%]
319
                                [%- SWITCH edi_order.status -%]
320
                                    [%- CASE 'Pending'   -%]Pending
320
                                    [%- CASE 'Pending'   -%]<span>Pending</span>
321
                                    [%- CASE 'Sent'      -%]Sent
321
                                    [%- CASE 'Sent'      -%]<span>Sent</span>
322
                                    [%- CASE 'Processed' -%]Processed
322
                                    [%- CASE 'Processed' -%]<span>Processed</span>
323
                                [%- END -%]
323
                                [%- END -%]
324
                            [%- END -%]
324
                            [%- END -%]
325
                            [% IF ( edi_order ) %]
325
                            [% IF ( edi_order ) %]
Lines 337-345 Link Here
337
                            <li>
337
                            <li>
338
                                <span class="label">Create items when:</span>
338
                                <span class="label">Create items when:</span>
339
                                [% SWITCH basket.create_items %]
339
                                [% SWITCH basket.create_items %]
340
                                    [% CASE 'receiving' %]Receiving items
340
                                    [% CASE 'receiving' ]<span>Receiving items</span>
341
                                    [% CASE 'cataloguing' %]Cataloguing items
341
                                    [% CASE 'cataloguing' ]<span>Cataloguing items</span>
342
                                    [% CASE %]Placing orders
342
                                    [% CASE ]<span>Placing orders</span>
343
                                [% END %]
343
                                [% END %]
344
                            </li>
344
                            </li>
345
                        [% END %]
345
                        [% END %]
Lines 355-369 Link Here
355
355
356
                                [% IF basketgroup.closed %]
356
                                [% IF basketgroup.closed %]
357
                                    [% IF ( CAN_user_acquisition_group_manage ) %]
357
                                    [% IF ( CAN_user_acquisition_group_manage ) %]
358
                                        <a href="basketgroup.pl?op=add&booksellerid=[% booksellerid | uri %]&basketgroupid=[% basketgroup.id | uri %]" title="basketgroup">[% basketgroup.name | html %] (closed)</a>
358
                                        <a href="basketgroup.pl?op=add&booksellerid=[% booksellerid | uri %]&basketgroupid=[% basketgroup.id | uri %]" title="basketgroup">[% basketgroup.name | html %] <span>(closed)</span></a>
359
                                    [% ELSE %]
359
                                    [% ELSE %]
360
                                        [% basketgroup.name | html %] (closed)
360
                                        [% basketgroup.name | html %] <span>(closed)</span>
361
                                    [% END %]
361
                                    [% END %]
362
                                [% ELSIF ( ! CAN_user_acquisition_group_manage ) %]
362
                                [% ELSIF ( ! CAN_user_acquisition_group_manage ) %]
363
                                    [%- IF basketgroup.id -%]
363
                                    [%- IF basketgroup.id -%]
364
                                [% basketgroup.name | html %]
364
                                [% basketgroup.name | html %]
365
                                    [%- ELSE -%]
365
                                    [%- ELSE -%]
366
                                        No group
366
                                        <span>No group</span>
367
                                    [%- END -%]
367
                                    [%- END -%]
368
                                [% ELSE %]
368
                                [% ELSE %]
369
                                    [% IF ( CAN_user_acquisition_group_manage ) %]
369
                                    [% IF ( CAN_user_acquisition_group_manage ) %]
Lines 391-397 Link Here
391
                                                        [% UNLESS bg.closed %]
391
                                                        [% UNLESS bg.closed %]
392
                                                            <option value="[% bg.id | html %]">[% bg.name | html %]</option>
392
                                                            <option value="[% bg.id | html %]">[% bg.name | html %]</option>
393
                                                        [% ELSE %]
393
                                                        [% ELSE %]
394
                                                            <option value="[% bg.id | html %]" disabled="disabled">[% bg.name | html %] (closed)</option>
394
                                                            <option value="[% bg.id | html %]" disabled="disabled">[% bg.name | html %] <span>(closed)</span></option>
395
                                                        [% END %]
395
                                                        [% END %]
396
                                                    [% END %]
396
                                                    [% END %]
397
                                                [% END %]
397
                                                [% END %]
Lines 570-576 Link Here
570
                        </td>
570
                        </td>
571
                        [% SET zero_regex = "^0{1,}\.?0{1,}[^1-9]" %] [%# 0 or 0.0 or 0.00 or 00 or 00.0 or 00.00 or 0.000 ... %]
571
                        [% SET zero_regex = "^0{1,}\.?0{1,}[^1-9]" %] [%# 0 or 0.0 or 0.00 or 00 or 00.0 or 00.00 or 0.000 ... %]
572
                        [%# FIXME: use of a regexp is not ideal; bugs 9410 and 10929 suggest better way of handling this %]
572
                        [%# FIXME: use of a regexp is not ideal; bugs 9410 and 10929 suggest better way of handling this %]
573
                        <td class="number [% IF books_loo.rrp_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_excluded | $Price %] [% IF ( books_loo.uncertainprice ) %] (Uncertain) [% END %] </td>
573
                        <td class="number [% IF books_loo.rrp_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_excluded | $Price %] [% IF ( books_loo.uncertainprice ) %] <span>(Uncertain)</span> [% END %] </td>
574
                        <td class="number [% IF books_loo.unitprice_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.unitprice_tax_excluded | $Price %]</td>
574
                        <td class="number [% IF books_loo.unitprice_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.unitprice_tax_excluded | $Price %]</td>
575
                        <td class="number [% IF books_loo.ecost_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.ecost_tax_excluded | $Price %]</td>
575
                        <td class="number [% IF books_loo.ecost_tax_excluded.search(zero_regex) %]error[% END %]">[% books_loo.ecost_tax_excluded | $Price %]</td>
576
                        <td class="number [% IF books_loo.rrp_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_included | $Price %]</td>
576
                        <td class="number [% IF books_loo.rrp_tax_included.search(zero_regex) %]error[% END %]">[% books_loo.rrp_tax_included | $Price %]</td>
Lines 693-699 Link Here
693
                    <td class="number">
693
                    <td class="number">
694
                        [% order.rrp_tax_excluded | $Price %]
694
                        [% order.rrp_tax_excluded | $Price %]
695
                        [% IF ( order.uncertain ) %]
695
                        [% IF ( order.uncertain ) %]
696
                            (Uncertain)
696
                            <span>(Uncertain)</span>
697
                        [% END %]
697
                        [% END %]
698
                    </td>
698
                    </td>
699
                    <td class="number">[% order.ecost_tax_excluded | $Price %]</td>
699
                    <td class="number">[% order.ecost_tax_excluded | $Price %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-3 / +3 lines)
Lines 200-206 fieldset.various li { Link Here
200
                                                                    [% IF ( basket.basketname ) %]
200
                                                                    [% IF ( basket.basketname ) %]
201
                                                                        [% basket.basketname | html %]
201
                                                                        [% basket.basketname | html %]
202
                                                                    [% ELSE %]
202
                                                                    [% ELSE %]
203
                                                                        No name, basketnumber: [% basket.basketno | html %]
203
                                                                        <span>No name, basketnumber: [% basket.basketno | html %]</span>
204
                                                                    [% END %]
204
                                                                    [% END %]
205
                                                                </a>, <br />
205
                                                                </a>, <br />
206
                                                                Total: [% basket.total | $Price %]
206
                                                                Total: [% basket.total | $Price %]
Lines 350-356 fieldset.various li { Link Here
350
                                                <td>[% IF ( basketgroup.name ) %]
350
                                                <td>[% IF ( basketgroup.name ) %]
351
                                                    [% basketgroup.name | html %]
351
                                                    [% basketgroup.name | html %]
352
                                                    [% ELSE %]
352
                                                    [% ELSE %]
353
                                                        Basket group no. [% basketgroup.id | html %]
353
                                                        <span>Basket group no. [% basketgroup.id | html %]</span>
354
                                                    [% END %]
354
                                                    [% END %]
355
                                                </td>
355
                                                </td>
356
                                                <td>[% basketgroup.id | html %]</td>
356
                                                <td>[% basketgroup.id | html %]</td>
Lines 390-396 fieldset.various li { Link Here
390
                                                    [% IF ( basketgroup.name ) %]
390
                                                    [% IF ( basketgroup.name ) %]
391
                                                        [% basketgroup.name | html %]
391
                                                        [% basketgroup.name | html %]
392
                                                        [% ELSE %]
392
                                                        [% ELSE %]
393
                                                            Basket group no. [% basketgroup.id | html %]
393
                                                            <span>Basket group no. [% basketgroup.id | html %]</span>
394
                                                        [% END %]
394
                                                        [% END %]
395
                                                </td>
395
                                                </td>
396
                                                <td>[% basketgroup.id | html %]</td>
396
                                                <td>[% basketgroup.id | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 142-148 Link Here
142
                                          [% IF basket.basketgroup %]
142
                                          [% IF basket.basketgroup %]
143
                                            [% basketgroup = basket.basketgroup %]
143
                                            [% basketgroup = basket.basketgroup %]
144
                                            [% IF basketgroup.closed %]
144
                                            [% IF basketgroup.closed %]
145
                                              [% basketgroup.name | html %] (closed)
145
                                              [% basketgroup.name | html %] <span>(closed)</span>
146
                                            [% ELSE %]
146
                                            [% ELSE %]
147
                                              <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% basket.booksellerid | uri %]&amp;basketgroupid=[% basketgroup.id | uri %]">[% basketgroup.name | html %]</a>
147
                                              <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&amp;booksellerid=[% basket.booksellerid | uri %]&amp;basketgroupid=[% basketgroup.id | uri %]">[% basketgroup.name | html %]</a>
148
                                            [% END %]
148
                                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-5 / +5 lines)
Lines 97-107 Acquisitions &rsaquo; Koha Link Here
97
        </td>
97
        </td>
98
        <td>
98
        <td>
99
            [% SWITCH order.orderstatus %]
99
            [% SWITCH order.orderstatus %]
100
                [% CASE 'new' %]New
100
                [% CASE 'new' %]<span>New</span>
101
                [% CASE 'ordered' %]Ordered
101
                [% CASE 'ordered' %]<span>Ordered</span>
102
                [% CASE 'partial' %]Partially received
102
                [% CASE 'partial' %]<span>Partially received</span>
103
                [% CASE 'complete' %]Received
103
                [% CASE 'complete' %]<span>Received</span>
104
                [% CASE 'cancelled' %]Cancelled
104
                [% CASE 'cancelled' %]<span>Cancelled</span>
105
            [% END %]
105
            [% END %]
106
        </td>
106
        </td>
107
        <td>[% order.basketname | html %] (<a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td>
107
        <td>[% order.basketname | html %] (<a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-5 / +5 lines)
Lines 89-99 Link Here
89
                    </td>
89
                    </td>
90
                    <td>
90
                    <td>
91
                        [% SWITCH order.orderstatus %]
91
                        [% SWITCH order.orderstatus %]
92
                            [% CASE 'new' %]New
92
                            [% CASE 'new' %]<span>New</span>
93
                            [% CASE 'ordered' %]Ordered
93
                            [% CASE 'ordered' %]<span>Ordered</span>
94
                            [% CASE 'partial' %]Partially received
94
                            [% CASE 'partial' %]<span>Partially received</span>
95
                            [% CASE 'complete' %]Received
95
                            [% CASE 'complete' %]<span>Received</span>
96
                            [% CASE 'cancelled' %]Cancelled
96
                            [% CASE 'cancelled' %]<span>Cancelled</span>
97
                        [% END %]
97
                        [% END %]
98
                        [% IF order.is_standing %](standing order)[% END %]
98
                        [% IF order.is_standing %](standing order)[% END %]
99
                    </td>
99
                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +2 lines)
Lines 226-232 Link Here
226
                                                  [% IF budget.b_active %]
226
                                                  [% IF budget.b_active %]
227
                                                      [% budget.b_txt | html %]
227
                                                      [% budget.b_txt | html %]
228
                                                  [% ELSE %]
228
                                                  [% ELSE %]
229
                                                      [% budget.b_txt | html %] (inactive)
229
                                                      [% budget.b_txt | html %] <span>(inactive)</span>
230
                                                  [% END %]
230
                                                  [% END %]
231
                                                  </option>
231
                                                  </option>
232
                                              [% END %]
232
                                              [% END %]
Lines 381-387 Link Here
381
                  <td><p>[% order.branchcode | html %]</p></td>
381
                  <td><p>[% order.branchcode | html %]</p></td>
382
                  <td class="number tax_excluded">[% order.unitprice_tax_excluded | $Price %]</td>
382
                  <td class="number tax_excluded">[% order.unitprice_tax_excluded | $Price %]</td>
383
                  <td class="number tax_included">[% order.unitprice_tax_included | $Price %]</td>
383
                  <td class="number tax_included">[% order.unitprice_tax_included | $Price %]</td>
384
                  <td class="number replacementprice">[% order.replacementprice | $Price %] [% IF ( order.uncertainprice ) %] (Uncertain) [% END %]</td>
384
                  <td class="number replacementprice">[% order.replacementprice | $Price %] [% IF ( order.uncertainprice ) %] <span>(Uncertain)</span> [% END %]</td>
385
                  <td class="number">[% order.quantity | html %]</td>
385
                  <td class="number">[% order.quantity | html %]</td>
386
                  <td class="number tax_excluded">[% order.total_tax_excluded | $Price %]</td>
386
                  <td class="number tax_excluded">[% order.total_tax_excluded | $Price %]</td>
387
                  <td class="number tax_included">[% order.total_tax_included | $Price %]</td>
387
                  <td class="number tax_included">[% order.total_tax_included | $Price %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-5 / +5 lines)
Lines 148-166 Link Here
148
                            [%# FIXME We should only see/display Complete here, right? %]
148
                            [%# FIXME We should only see/display Complete here, right? %]
149
                            [% CASE 'new' %]
149
                            [% CASE 'new' %]
150
                                <td data-order="status_1">
150
                                <td data-order="status_1">
151
                                    New
151
                                    <span>New</span>
152
                            [% CASE 'ordered' %]
152
                            [% CASE 'ordered' %]
153
                                <td data-order="status_2">
153
                                <td data-order="status_2">
154
                                    Ordered
154
                                    <span>Ordered</span>
155
                            [% CASE 'partial' %]
155
                            [% CASE 'partial' %]
156
                                <td data-order="status_3">
156
                                <td data-order="status_3">
157
                                    Partial
157
                                    <span>Partial</span>
158
                            [% CASE 'complete' %]
158
                            [% CASE 'complete' %]
159
                                <td data-order="status_4">
159
                                <td data-order="status_4">
160
                                    Complete
160
                                    <span>Complete</span>
161
                            [% CASE 'cancelled' %]
161
                            [% CASE 'cancelled' %]
162
                                <td data-order="status_5">
162
                                <td data-order="status_5">
163
                                    Cancelled
163
                                    <span>Cancelled</span>
164
                          [% END %]
164
                          [% END %]
165
                        </td>
165
                        </td>
166
                        <td>
166
                        <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-7 / +7 lines)
Lines 66-74 Link Here
66
    [% END %]
66
    [% END %]
67
    <h1>
67
    <h1>
68
        [% IF ( invoiceclosedate ) %]
68
        [% IF ( invoiceclosedate ) %]
69
        Receipt summary for <em>[% name | html %]</em> [% IF ( invoice ) %] <em> [ [% invoice | html %] ] </em>[% END %]
69
            <span>Receipt summary for <em>[% name | html %]</em><span> [% IF ( invoice ) %] <em> [ [% invoice | html %] ] </em>[% END %]
70
        [% ELSE %]
70
        [% ELSE %]
71
            Receive orders from [% name | html %]
71
            <span>Receive orders from [% name | html %]</span>
72
        [% END %]
72
        [% END %]
73
    </h1>
73
    </h1>
74
74
Lines 85-91 Link Here
85
85
86
    [% IF (error_cancelling_receipt) %]
86
    [% IF (error_cancelling_receipt) %]
87
      <div class="dialog alert">
87
      <div class="dialog alert">
88
      Cannot cancel receipt. Possible reasons :
88
      <span>Cannot cancel receipt. Possible reasons :</span>
89
      <ul>
89
      <ul>
90
        <li>
90
        <li>
91
          The order line you are trying to cancel was created from a partial receipt
91
          The order line you are trying to cancel was created from a partial receipt
Lines 135-141 Link Here
135
    </div>
135
    </div>
136
[% ELSE %]
136
[% ELSE %]
137
    <p>
137
    <p>
138
        Invoice is closed, so you can't receive orders anymore.
138
        <span>Invoice is closed, so you can't receive orders anymore.</span>
139
        [% IF CAN_user_acquisition_reopen_closed_invoices %]
139
        [% IF CAN_user_acquisition_reopen_closed_invoices %]
140
            <a href="/cgi-bin/koha/acqui/invoice.pl?op=reopen&invoiceid=[% invoiceid | uri %]&referer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]">Reopen it</a>.
140
            <a href="/cgi-bin/koha/acqui/invoice.pl?op=reopen&invoiceid=[% invoiceid | uri %]&referer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid | uri %]">Reopen it</a>.
141
        [% END %]
141
        [% END %]
Lines 269-285 Link Here
269
                    [% IF loop_receive.cannot_cancel or ( order.basket.effective_create_items == "receiving" and loop_receive.holds > 0 ) %]
269
                    [% IF loop_receive.cannot_cancel or ( order.basket.effective_create_items == "receiving" and loop_receive.holds > 0 ) %]
270
                      [% IF loop_receive.cannot_cancel %]
270
                      [% IF loop_receive.cannot_cancel %]
271
                        [% span_title = BLOCK %]
271
                        [% span_title = BLOCK %]
272
                            Cannot cancel receipt of this order line because it
272
                            <span>Cannot cancel receipt of this order line because it
273
                            was created from a partial receipt of order line no.
273
                            was created from a partial receipt of order line no.
274
                            [% order.parent_ordernumber | html %], which is
274
                            [% order.parent_ordernumber | html %], which is
275
                            already received. Try cancelling this one first and
275
                            already received. Try cancelling this one first and
276
                            retry.
276
                            retry.</span>
277
                        [% END %]
277
                        [% END %]
278
                      [% ELSE %]
278
                      [% ELSE %]
279
                        [%# FIXME Here we block the cancellation if holds exist. Actually it could be possible if items will be exist after the deletion %]
279
                        [%# FIXME Here we block the cancellation if holds exist. Actually it could be possible if items will be exist after the deletion %]
280
                        [%# Some additional checks should be added in the pl file %]
280
                        [%# Some additional checks should be added in the pl file %]
281
                        [% span_title = BLOCK %]
281
                        [% span_title = BLOCK %]
282
                          Cannot cancel receipt of this order line because at least one reservation exists on the records.
282
                          <span>Cannot cancel receipt of this order line because at least one reservation exists on the records.</span>
283
                        [% END %]
283
                        [% END %]
284
                      [% END %]
284
                      [% END %]
285
                      <span title="[% span_title | collapse | html %]">
285
                      <span title="[% span_title | collapse | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +3 lines)
Lines 356-366 Link Here
356
356
357
[% IF close_form %]
357
[% IF close_form %]
358
  [% IF budget_periods.size == 0 %]
358
  [% IF budget_periods.size == 0 %]
359
    You cannot move funds of this budget, there is no active budget.
359
    <span>You cannot move funds of this budget, there is no active budget.
360
    Please create a new active budget and retry.
360
    Please create a new active budget and retry.</span>
361
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
361
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
362
  [% ELSIF number_of_unreceived_orders == 0 %]
362
  [% ELSIF number_of_unreceived_orders == 0 %]
363
    There are no unreceived orders for this budget.
363
    <span>There are no unreceived orders for this budget.</span>
364
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
364
    <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Back</a>
365
  [% ELSE %]
365
  [% ELSE %]
366
    <h3>The unreceived orders from the following funds will be moved</h3>
366
    <h3>The unreceived orders from the following funds will be moved</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-13 / +13 lines)
Lines 250-280 Link Here
250
                        <div class="dialog [% m.type | html %]">
250
                        <div class="dialog [% m.type | html %]">
251
                            [% SWITCH m.code %]
251
                            [% SWITCH m.code %]
252
                            [% CASE 'error_on_update' %]
252
                            [% CASE 'error_on_update' %]
253
                                An error occurred when updating this authorized value. Perhaps the value already exists.
253
                                <span>An error occurred when updating this authorized value. Perhaps the value already exists.</span>
254
                            [% CASE 'error_on_insert' %]
254
                            [% CASE 'error_on_insert' %]
255
                                An error occurred when inserting this authorized value. Perhaps the value or the category already exists.
255
                                <span>An error occurred when inserting this authorized value. Perhaps the value or the category already exists.</span>
256
                            [% CASE 'error_on_insert_cat' %]
256
                            [% CASE 'error_on_insert_cat' %]
257
                                An error occurred when inserting this authorized value category. Perhaps the category name already exists.
257
                                <span>An error occurred when inserting this authorized value category. Perhaps the category name already exists.</span>
258
                            [% CASE 'error_on_delete' %]
258
                            [% CASE 'error_on_delete' %]
259
                                An error occurred when deleting this authorized value. Check the logs.
259
                                <span>An error occurred when deleting this authorized value. Check the logs.</span>
260
                            [% CASE 'error_on_delete_category' %]
260
                            [% CASE 'error_on_delete_category' %]
261
                                An error occurred when deleting this authorized value category. Check the logs.
261
                                <span>An error occurred when deleting this authorized value category. Check the logs.</span>
262
                            [% CASE 'success_on_update' %]
262
                            [% CASE 'success_on_update' %]
263
                                Authorized value updated successfully.
263
                                <span>Authorized value updated successfully.</span>
264
                            [% CASE 'success_on_insert' %]
264
                            [% CASE 'success_on_insert' %]
265
                                Authorized value added successfully.
265
                                <span>Authorized value added successfully.</span>
266
                            [% CASE 'success_on_insert_cat' %]
266
                            [% CASE 'success_on_insert_cat' %]
267
                                Authorized value category added successfully.
267
                                <span>Authorized value category added successfully.</span>
268
                            [% CASE 'success_on_delete' %]
268
                            [% CASE 'success_on_delete' %]
269
                                Authorized value deleted successfully.
269
                                <span>Authorized value deleted successfully.</span>
270
                            [% CASE 'success_on_delete_category' %]
270
                            [% CASE 'success_on_delete_category' %]
271
                                Authorized value category deleted successfully.
271
                                <span>Authorized value category deleted successfully.</span>
272
                            [% CASE 'cat_already_exists' %]
272
                            [% CASE 'cat_already_exists' %]
273
                                This authorized value category already exists.
273
                                <span>This authorized value category already exists.</span>
274
                            [% CASE 'invalid_category_name' %]
274
                            [% CASE 'invalid_category_name' %]
275
                                The authorized value category 'branches', 'itemtypes' and 'cn_source' are used internally by Koha and are not valid.
275
                                <span>The authorized value category 'branches', 'itemtypes' and 'cn_source' are used internally by Koha and are not valid.</span>
276
                            [% CASE %]
276
                            [% CASE %]
277
                                [% m.code | html %]
277
                                <span>[% m.code | html %]</span>
278
                            [% END %]
278
                            [% END %]
279
                        </div>
279
                        </div>
280
                    [% END # /FOR m IN messages %]
280
                    [% END # /FOR m IN messages %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-6 / +6 lines)
Lines 69-85 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
69
    <div class="dialog [% m.type | html %]">
69
    <div class="dialog [% m.type | html %]">
70
        [% SWITCH m.code %]
70
        [% SWITCH m.code %]
71
        [% CASE 'error_on_update' %]
71
        [% CASE 'error_on_update' %]
72
            An error occurred when updating this authority type. Perhaps it already exists.
72
            <span>An error occurred when updating this authority type. Perhaps it already exists.</span>
73
        [% CASE 'error_on_insert' %]
73
        [% CASE 'error_on_insert' %]
74
            An error occurred when adding this authority type. The authority type code might already exist.
74
            <span>An error occurred when adding this authority type. The authority type code might already exist.</span>
75
        [% CASE 'error_on_delete' %]
75
        [% CASE 'error_on_delete' %]
76
            An error occurred when deleting this authority type. Check the logs.
76
            <span>An error occurred when deleting this authority type. Check the logs.</span>
77
        [% CASE 'success_on_update' %]
77
        [% CASE 'success_on_update' %]
78
            Authority type updated successfully.
78
            <span>Authority type updated successfully.</span>
79
        [% CASE 'success_on_insert' %]
79
        [% CASE 'success_on_insert' %]
80
            Authority type added successfully.
80
            <span>Authority type added successfully.</span>
81
        [% CASE 'success_on_delete' %]
81
        [% CASE 'success_on_delete' %]
82
            Authority type deleted successfully.
82
            <span>Authority type deleted successfully.</span>
83
        [% CASE %]
83
        [% CASE %]
84
            [% m.code | html %]
84
            [% m.code | html %]
85
        [% END %]
85
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-13 / +13 lines)
Lines 6-20 Link Here
6
[% BLOCK show_job_status %]
6
[% BLOCK show_job_status %]
7
    [% SWITCH job.status %]
7
    [% SWITCH job.status %]
8
        [% CASE "new" %]
8
        [% CASE "new" %]
9
            New
9
            <span>New</span>
10
        [% CASE "cancelled" %]
10
        [% CASE "cancelled" %]
11
            Cancelled
11
            <span>Cancelled</span>
12
        [% CASE "finished" %]
12
        [% CASE "finished" %]
13
            Finished
13
            <span>Finished</span>
14
        [% CASE "started" %]
14
        [% CASE "started" %]
15
            Started
15
            <span>Started</span>
16
        [% CASE "running" %]
16
        [% CASE "running" %]
17
            Running
17
            <span>Running</span>
18
        [% CASE # Default case %]
18
        [% CASE # Default case %]
19
            [% job.status | html %]
19
            [% job.status | html %]
20
    [% END -%]
20
    [% END -%]
Lines 22-41 Link Here
22
[% BLOCK show_job_type %]
22
[% BLOCK show_job_type %]
23
    [% SWITCH job_type %]
23
    [% SWITCH job_type %]
24
    [% CASE 'batch_biblio_record_modification' %]
24
    [% CASE 'batch_biblio_record_modification' %]
25
        Batch bibliographic record modification
25
        <span>Batch bibliographic record modification</span>
26
    [% CASE 'batch_biblio_record_deletion' %]
26
    [% CASE 'batch_biblio_record_deletion' %]
27
        Batch bibliographic record record deletion
27
        <span>Batch bibliographic record record deletion</span>
28
    [% CASE 'batch_authority_record_modification' %]
28
    [% CASE 'batch_authority_record_modification' %]
29
        Batch authority record modification
29
        <span>Batch authority record modification</span>
30
    [% CASE 'batch_authority_record_deletion' %]
30
    [% CASE 'batch_authority_record_deletion' %]
31
        Batch authority record deletion
31
        <span>Batch authority record deletion</span>
32
    [% CASE 'batch_item_record_modification' %]
32
    [% CASE 'batch_item_record_modification' %]
33
        Batch item record modification
33
        <span>Batch item record modification</span>
34
    [% CASE 'batch_item_record_deletion' %]
34
    [% CASE 'batch_item_record_deletion' %]
35
        Batch item record deletion
35
        <span>Batch item record deletion</span>
36
    [% CASE "batch_hold_cancel" %]
36
    [% CASE "batch_hold_cancel" %]
37
        Batch hold cancellation
37
        <span>Batch hold cancellation</span>
38
    [% CASE %]Unknown job type '[% job_type | html %]'
38
    [% CASE %]<span>Unknown job type '[% job_type | html %]'</span>
39
    [% END %]
39
    [% END %]
40
40
41
[% END %]
41
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-8 / +8 lines)
Lines 75-95 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
75
    <div class="dialog [% m.type | html %]">
75
    <div class="dialog [% m.type | html %]">
76
        [% SWITCH m.code %]
76
        [% SWITCH m.code %]
77
        [% CASE 'error_on_update' %]
77
        [% CASE 'error_on_update' %]
78
            An error occurred when updating this framework. Perhaps it already exists.
78
            <span>An error occurred when updating this framework. Perhaps it already exists.</span>
79
        [% CASE 'error_on_insert' %]
79
        [% CASE 'error_on_insert' %]
80
            An error occurred when adding this framework. The framework might already exist.
80
            <span>An error occurred when adding this framework. The framework might already exist.</span>
81
        [% CASE 'error_on_delete' %]
81
        [% CASE 'error_on_delete' %]
82
            An error occurred when deleting this framework. Check the logs.
82
            <span>An error occurred when deleting this framework. Check the logs.</span>
83
        [% CASE 'success_on_update' %]
83
        [% CASE 'success_on_update' %]
84
            Framework updated successfully.
84
            <span>Framework updated successfully.</span>
85
        [% CASE 'success_on_insert' %]
85
        [% CASE 'success_on_insert' %]
86
            Framework added successfully.
86
            <span>Framework added successfully.</span>
87
        [% CASE 'success_on_delete' %]
87
        [% CASE 'success_on_delete' %]
88
            Framework deleted successfully.
88
            <span>Framework deleted successfully.</span>
89
        [% CASE 'already_exists' %]
89
        [% CASE 'already_exists' %]
90
            This framework code already exists.
90
            <span>This framework code already exists.</span>
91
        [% CASE %]
91
        [% CASE %]
92
            [% m.code | html %]
92
            <span>[% m.code | html %]</span>
93
        [% END %]
93
        [% END %]
94
    </div>
94
    </div>
95
[% END %]
95
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-18 / +18 lines)
Lines 77-118 Libraries &rsaquo; Administration &rsaquo; Koha Link Here
77
    <div class="dialog [% m.type | html %]">
77
    <div class="dialog [% m.type | html %]">
78
        [% SWITCH m.code %]
78
        [% SWITCH m.code %]
79
        [% CASE 'error_on_update' %]
79
        [% CASE 'error_on_update' %]
80
            An error occurred when updating this library. Perhaps it already exists.
80
            <span>An error occurred when updating this library. Perhaps it already exists.</span>
81
        [% CASE 'error_on_insert' %]
81
        [% CASE 'error_on_insert' %]
82
            An error occurred when adding this library. The branchcode might already exist.
82
            <span>An error occurred when adding this library. The branchcode might already exist.</span>
83
        [% CASE 'error_on_delete' %]
83
        [% CASE 'error_on_delete' %]
84
            An error occurred when deleting this library. Check the logs.
84
            <span>An error occurred when deleting this library. Check the logs.</span>
85
        [% CASE 'success_on_update' %]
85
        [% CASE 'success_on_update' %]
86
            Library updated successfully.
86
            <span>Library updated successfully.</span>
87
        [% CASE 'success_on_insert' %]
87
        [% CASE 'success_on_insert' %]
88
            Library added successfully.
88
            <span>Library added successfully.</span>
89
        [% CASE 'success_on_delete' %]
89
        [% CASE 'success_on_delete' %]
90
            Library deleted successfully.
90
            <span>Library deleted successfully.</span>
91
        [% CASE 'cannot_delete_library' %]
91
        [% CASE 'cannot_delete_library' %]
92
            This library cannot be deleted. Patrons or items are still using it
92
            <span>This library cannot be deleted. Patrons or items are still using it</span>
93
            [% IF m.data.patrons_count and m.data.items_count %]
93
            [% IF m.data.patrons_count and m.data.items_count %]
94
                ([% m.data.patrons_count | html %] patrons and [% m.data.items_count | html %] items).
94
                <span>([% m.data.patrons_count | html %] patrons and [% m.data.items_count | html %] items).</span>
95
            [% ELSIF m.data.patrons_count %]
95
            [% ELSIF m.data.patrons_count %]
96
                ([% m.data.patrons_count | html %] patrons).
96
                <span>([% m.data.patrons_count | html %] patrons).</span>
97
            [% ELSIF m.data.items_count %]
97
            [% ELSIF m.data.items_count %]
98
                ([% m.data.items_count | html %] items).
98
                <span>([% m.data.items_count | html %] items).</span>
99
            [% END %]
99
            [% END %]
100
        [% CASE 'error_on_update_category' %]
100
        [% CASE 'error_on_update_category' %]
101
            An error occurred when updating this library category. Perhaps it already exists.
101
            <span>An error occurred when updating this library category. Perhaps it already exists.</span>
102
        [% CASE 'error_on_insert_category' %]
102
        [% CASE 'error_on_insert_category' %]
103
            An error occurred when adding this library category. The categorycode might already exist.
103
            <span>An error occurred when adding this library category. The categorycode might already exist.</span>
104
        [% CASE 'error_on_delete_category' %]
104
        [% CASE 'error_on_delete_category' %]
105
            An error occurred when deleting this library category. Check the logs.
105
            <span>An error occurred when deleting this library category. Check the logs.</span>
106
        [% CASE 'success_on_update_category' %]
106
        [% CASE 'success_on_update_category' %]
107
            Library category updated successfully.
107
            <span>Library category updated successfully.</span>
108
        [% CASE 'success_on_insert_category' %]
108
        [% CASE 'success_on_insert_category' %]
109
            Library category added successfully.
109
            <span>Library category added successfully.</span>
110
        [% CASE 'success_on_delete_category' %]
110
        [% CASE 'success_on_delete_category' %]
111
            Library category deleted successfully.
111
            <span>Library category deleted successfully.</span>
112
        [% CASE 'cannot_delete_category' %]
112
        [% CASE 'cannot_delete_category' %]
113
            This library category cannot be deleted. [% m.data.libraries_count | html %] libraries are still using it.
113
            <span>This library category cannot be deleted. [% m.data.libraries_count | html %] libraries are still using it.</span>
114
        [% CASE %]
114
        [% CASE %]
115
            [% m.code | html %]
115
            <span>[% m.code | html %]</span>
116
        [% END %]
116
        [% END %]
117
    </div>
117
    </div>
118
[% END %]
118
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-9 / +9 lines)
Lines 76-98 Cash registers &rsaquo; Administration &rsaquo; Koha Link Here
76
                <div class="dialog [% m.type | html %]">
76
                <div class="dialog [% m.type | html %]">
77
                    [% SWITCH m.code %]
77
                    [% SWITCH m.code %]
78
                    [% CASE 'success_on_insert' %]
78
                    [% CASE 'success_on_insert' %]
79
                        Cash register added successfully.
79
                        <span>Cash register added successfully.</span>
80
                    [% CASE 'error_on_insert' %]
80
                    [% CASE 'error_on_insert' %]
81
                        An error occurred when adding this cash register.
81
                        <span>An error occurred when adding this cash register.</span>
82
                    [% CASE 'success_on_update' %]
82
                    [% CASE 'success_on_update' %]
83
                        Cash register updated successfully.
83
                        <span>Cash register updated successfully.</span>
84
                    [% CASE 'error_on_update' %]
84
                    [% CASE 'error_on_update' %]
85
                        An error occurred when updating this cash register.
85
                        <span>An error occurred when updating this cash register.</span>
86
                    [% CASE 'success_on_default' %]
86
                    [% CASE 'success_on_default' %]
87
                        Library default updated successfully.
87
                        <span>Library default updated successfully.</span>
88
                    [% CASE 'error_on_update' %]
88
                    [% CASE 'error_on_update' %]
89
                        An error on setting library default.
89
                        <span>An error on setting library default.</span>
90
                    [% CASE 'success_on_archive' %]
90
                    [% CASE 'success_on_archive' %]
91
                        Cash register archived successfully.
91
                        <span>Cash register archived successfully.</span>
92
                    [% CASE 'success_on_restore' %]
92
                    [% CASE 'success_on_restore' %]
93
                        Cash register restored successfully.
93
                        <span>Cash register restored successfully.</span>
94
                    [% CASE %]
94
                    [% CASE %]
95
                        [% m.code | html %]
95
                        <span>[% m.code | html %]</span>
96
                    [% END %]
96
                    [% END %]
97
                </div>
97
                </div>
98
                [% END %]
98
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-39 / +39 lines)
Lines 95-115 Link Here
95
    <div class="dialog [% m.type | html %]">
95
    <div class="dialog [% m.type | html %]">
96
        [% SWITCH m.code %]
96
        [% SWITCH m.code %]
97
        [% CASE 'error_on_update' %]
97
        [% CASE 'error_on_update' %]
98
            An error occurred when updating this patron category. Perhaps it already exists.
98
            <span>An error occurred when updating this patron category. Perhaps it already exists.</span>
99
        [% CASE 'error_on_insert' %]
99
        [% CASE 'error_on_insert' %]
100
            An error occurred when inserting this patron category. The patron category might already exist.
100
            <span>An error occurred when inserting this patron category. The patron category might already exist.</span>
101
        [% CASE 'error_on_delete' %]
101
        [% CASE 'error_on_delete' %]
102
            An error occurred when deleting this patron category. Check the logs.
102
            <span>An error occurred when deleting this patron category. Check the logs.</span>
103
        [% CASE 'success_on_update' %]
103
        [% CASE 'success_on_update' %]
104
            Patron category updated successfully.
104
            <span>Patron category updated successfully.</span>
105
        [% CASE 'success_on_insert' %]
105
        [% CASE 'success_on_insert' %]
106
            Patron category inserted successfully.
106
            <span>Patron category inserted successfully.</span>
107
        [% CASE 'success_on_delete' %]
107
        [% CASE 'success_on_delete' %]
108
            Patron category deleted successfully.
108
            <span>Patron category deleted successfully.</span>
109
        [% CASE 'already_exists' %]
109
        [% CASE 'already_exists' %]
110
            This patron category already exists.
110
            <span>This patron category already exists.</span>
111
        [% CASE %]
111
        [% CASE %]
112
            [% m.code | html %]
112
            <span>[% m.code | html %]</span>
113
        [% END %]
113
        [% END %]
114
    </div>
114
    </div>
115
[% END %]
115
[% END %]
Lines 462-472 Link Here
462
                      <td>
462
                      <td>
463
                          [% SWITCH category.checkprevcheckout %]
463
                          [% SWITCH category.checkprevcheckout %]
464
                          [% CASE 'yes' %]
464
                          [% CASE 'yes' %]
465
                              Yes
465
                              <span>Yes</span>
466
                          [% CASE 'no' %]
466
                          [% CASE 'no' %]
467
                              No
467
                              <span>No</span>
468
                          [% CASE 'inherit' %]
468
                          [% CASE 'inherit' %]
469
                              Inherit
469
                              <span>Inherit</span>
470
                          [% END %]
470
                          [% END %]
471
                      </td>
471
                      </td>
472
                  </tr>
472
                  </tr>
Lines 476-486 Link Here
476
                    <td>
476
                    <td>
477
                        [% SWITCH category.default_privacy %]
477
                        [% SWITCH category.default_privacy %]
478
                        [% CASE 'default' %]
478
                        [% CASE 'default' %]
479
                            Default
479
                            <span>Default</span>
480
                        [% CASE 'never' %]
480
                        [% CASE 'never' %]
481
                            Never
481
                            <span>Never</span>
482
                        [% CASE 'forever' %]
482
                        [% CASE 'forever' %]
483
                            Forever
483
                            <span>Forever</span>
484
                        [% END %]
484
                        [% END %]
485
                    </td>
485
                    </td>
486
                </tr>
486
                </tr>
Lines 544-555 Link Here
544
                        </td>
544
                        </td>
545
                        <td>
545
                        <td>
546
                            [% SWITCH category.category_type %]
546
                            [% SWITCH category.category_type %]
547
                                [% CASE 'A' %]Adult
547
                                [% CASE 'A' %]<span>Adult</span>
548
                                [% CASE 'C' %]Child
548
                                [% CASE 'C' %]<span>Child</span>
549
                                [% CASE 'P' %]Prof.
549
                                [% CASE 'P' %]<span>Prof.</span>
550
                                [% CASE 'I' %]Org.
550
                                [% CASE 'I' %]<span>Org.</span>
551
                                [% CASE 'S' %]Staff
551
                                [% CASE 'S' %]<span>Staff</span>
552
                                [% CASE 'X' %]Statistical
552
                                [% CASE 'X' %]<span>Statistical</span>
553
                            [% END %]
553
                            [% END %]
554
                        </td>
554
                        </td>
555
                        <td>
555
                        <td>
Lines 589-607 Link Here
589
                                        [% NEXT IF !Koha.Preference( 'ILLModule' ) && prefs.message_name.match('^Ill_') %]
589
                                        [% NEXT IF !Koha.Preference( 'ILLModule' ) && prefs.message_name.match('^Ill_') %]
590
                                        [% FOREACH transport IN prefs.transports %]
590
                                        [% FOREACH transport IN prefs.transports %]
591
                                            [% IF ( transport.transport ) %]
591
                                            [% IF ( transport.transport ) %]
592
                                                [% IF ( prefs.Item_Due ) %]Item due
592
                                                [% IF ( prefs.Item_Due ) %]<span>Item due</span>
593
                                                [% ELSIF ( prefs.Advance_Notice ) %]Advance notice
593
                                                [% ELSIF ( prefs.Advance_Notice ) %]<span>Advance notice</span>
594
                                                [% ELSIF ( prefs.Hold_Filled ) %]Hold filled
594
                                                [% ELSIF ( prefs.Hold_Filled ) %]<span>Hold filled</span>
595
                                                [% ELSIF ( prefs.Item_Check_in ) %]Item check-in
595
                                                [% ELSIF ( prefs.Item_Check_in ) %]<span>Item check-in</span>
596
                                                [% ELSIF ( prefs.Item_Checkout ) %]Item checkout
596
                                                [% ELSIF ( prefs.Item_Checkout ) %]<span>Item checkout</span>
597
                                                [% ELSIF ( prefs.Ill_ready ) %]Interlibrary loan ready
597
                                                [% ELSIF ( prefs.Ill_ready ) %]<span>Interlibrary loan ready</span>
598
                                                [% ELSIF ( prefs.Ill_unavailable ) %]Interlibrary loan unavailable
598
                                                [% ELSIF ( prefs.Ill_unavailable ) %]<span>Interlibrary loan unavailable</span>
599
                                                [% ELSIF ( prefs.Auto_Renewals ) %]Auto renewal
599
                                                [% ELSIF ( prefs.Auto_Renewals ) %]<span>Auto renewal</span>
600
                                                [% ELSIF ( prefs.Hold_Reminder ) %]Hold reminder
600
                                                [% ELSIF ( prefs.Hold_Reminder ) %]<span>Hold reminder</span>
601
                                                [% ELSE %]Unknown
601
                                                [% ELSE %]<span>Unknown</span>
602
                                                [% END %]:
602
                                                [% END %]:
603
                                                <strong>[% transport.transport | html %]</strong><br />
603
                                                <strong>[% transport.transport | html %]</strong><br />
604
                                            [% ELSE %]None<br />[% END %]
604
                                            [% ELSE %]<span>None</span><br />[% END %]
605
                                        [% END %]
605
                                        [% END %]
606
                                    [% END %]
606
                                    [% END %]
607
                                [% ELSE %]
607
                                [% ELSE %]
Lines 634-662 Link Here
634
                          <td>
634
                          <td>
635
                              [% SWITCH category.checkprevcheckout %]
635
                              [% SWITCH category.checkprevcheckout %]
636
                              [% CASE 'yes' %]
636
                              [% CASE 'yes' %]
637
                              Yes
637
                              <span>Yes</span>
638
                              [% CASE 'no' %]
638
                              [% CASE 'no' %]
639
                              No
639
                              <span>No</span>
640
                              [% CASE 'inherit' %]
640
                              [% CASE 'inherit' %]
641
                              Inherit
641
                              <span>Inherit</span>
642
                              [% END %]
642
                              [% END %]
643
                          </td>
643
                          </td>
644
                        [% END %]
644
                        [% END %]
645
                        <td>
645
                        <td>
646
                            [% SWITCH category.default_privacy %]
646
                            [% SWITCH category.default_privacy %]
647
                            [% CASE 'default' %]
647
                            [% CASE 'default' %]
648
                                Default
648
                                <span>Default</span>
649
                            [% CASE 'never' %]
649
                            [% CASE 'never' %]
650
                                Never
650
                                <span>Never</span>
651
                            [% CASE 'forever' %]
651
                            [% CASE 'forever' %]
652
                                Forever
652
                                <span>Forever</span>
653
                            [% END %]
653
                            [% END %]
654
                        </td>
654
                        </td>
655
                        <td>
655
                        <td>
656
                            [% IF category.exclude_from_local_holds_priority %]
656
                            [% IF category.exclude_from_local_holds_priority %]
657
                                Yes
657
                                <span>Yes</span>
658
                            [% ELSE %]
658
                            [% ELSE %]
659
                                No
659
                                <span>No</span>
660
                            [% END %]
660
                            [% END %]
661
                        </td>
661
                        </td>
662
                        <td class="actions">
662
                        <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-8 / +8 lines)
Lines 74-94 Link Here
74
    <div class="dialog [% m.type | html %]">
74
    <div class="dialog [% m.type | html %]">
75
        [% SWITCH m.code %]
75
        [% SWITCH m.code %]
76
        [% CASE 'error_on_update' %]
76
        [% CASE 'error_on_update' %]
77
            An error occurred when updating this city. Perhaps it already exists.
77
            <span>An error occurred when updating this city. Perhaps it already exists.</span>
78
        [% CASE 'error_on_insert' %]
78
        [% CASE 'error_on_insert' %]
79
            An error occurred when adding this city. The city id might already exist.
79
            <span>An error occurred when adding this city. The city id might already exist.</span>
80
        [% CASE 'error_on_delete' %]
80
        [% CASE 'error_on_delete' %]
81
            An error occurred when deleting this city. Check the logs.
81
            <span>An error occurred when deleting this city. Check the logs.</span>
82
        [% CASE 'success_on_update' %]
82
        [% CASE 'success_on_update' %]
83
            City updated successfully.
83
            <span>City updated successfully.</span>
84
        [% CASE 'success_on_insert' %]
84
        [% CASE 'success_on_insert' %]
85
            City added successfully.
85
            <span>City added successfully.</span>
86
        [% CASE 'success_on_delete' %]
86
        [% CASE 'success_on_delete' %]
87
            City deleted successfully.
87
            <span>City deleted successfully.</span>
88
        [% CASE 'already_exists' %]
88
        [% CASE 'already_exists' %]
89
            This city already exists.
89
            <span>This city already exists.</span>
90
        [% CASE %]
90
        [% CASE %]
91
            [% m.code | html %]
91
            <span>[% m.code | html %]</span>
92
        [% END %]
92
        [% END %]
93
    </div>
93
    </div>
94
[% END %]
94
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-19 / +19 lines)
Lines 107-149 Classification sources &rsaquo; Administration &rsaquo; Koha Link Here
107
    <div class="dialog [% m.type | html %]">
107
    <div class="dialog [% m.type | html %]">
108
        [% SWITCH m.code %]
108
        [% SWITCH m.code %]
109
        [% CASE 'error_on_update_source' %]
109
        [% CASE 'error_on_update_source' %]
110
            An error occurred when updating this classification source.
110
            <span>An error occurred when updating this classification source.</span>
111
        [% CASE 'success_on_update_source' %]
111
        [% CASE 'success_on_update_source' %]
112
            Classification source updated successfully.
112
            <span>Classification source updated successfully.</span>
113
        [% CASE 'error_on_insert_source' %]
113
        [% CASE 'error_on_insert_source' %]
114
            An error occurred when adding this classification source. Perhaps the code already exists?
114
            <span>An error occurred when adding this classification source. Perhaps the code already exists?</span>
115
        [% CASE 'success_on_insert_source' %]
115
        [% CASE 'success_on_insert_source' %]
116
            Classification source added successfully.
116
            <span>Classification source added successfully.</span>
117
        [% CASE 'error_on_delete_source' %]
117
        [% CASE 'error_on_delete_source' %]
118
            An error occurred when deleting this classification source.
118
            <span>An error occurred when deleting this classification source.</span>
119
        [% CASE 'success_on_delete_source' %]
119
        [% CASE 'success_on_delete_source' %]
120
            Classification source deleted successfully.
120
            <span>Classification source deleted successfully.</span>
121
        [% CASE 'error_on_update_sort_rule' %]
121
        [% CASE 'error_on_update_sort_rule' %]
122
            An error occurred when updating this filing rule.
122
            <span>An error occurred when updating this filing rule.</span>
123
        [% CASE 'success_on_update_sort_rule' %]
123
        [% CASE 'success_on_update_sort_rule' %]
124
            Filing rule updated successfully.
124
            <span>Filing rule updated successfully.</span>
125
        [% CASE 'error_on_insert_sort_rule' %]
125
        [% CASE 'error_on_insert_sort_rule' %]
126
            An error occurred when adding this filing rule. Perhaps the code already exists?
126
            <span>An error occurred when adding this filing rule. Perhaps the code already exists?</span>
127
        [% CASE 'success_on_insert_sort_rule' %]
127
        [% CASE 'success_on_insert_sort_rule' %]
128
            Filing rule added successfully.
128
            <span>Filing rule added successfully.</span>
129
        [% CASE 'error_on_delete_sort_rule' %]
129
        [% CASE 'error_on_delete_sort_rule' %]
130
            An error occurred when deleting this filing rule. Perhaps it is used by at least one classification source?
130
            <span>An error occurred when deleting this filing rule. Perhaps it is used by at least one classification source?</span>
131
        [% CASE 'success_on_delete_sort_rule' %]
131
        [% CASE 'success_on_delete_sort_rule' %]
132
            Filing rule deleted successfully.
132
            <span>Filing rule deleted successfully.</span>
133
        [% CASE 'error_on_update_split_rule' %]
133
        [% CASE 'error_on_update_split_rule' %]
134
            An error occurred when updating this splitting rule.
134
            <span>An error occurred when updating this splitting rule.</span>
135
        [% CASE 'success_on_update_split_rule' %]
135
        [% CASE 'success_on_update_split_rule' %]
136
            Splitting rule updated successfully.
136
            <span>Splitting rule updated successfully.</span>
137
        [% CASE 'error_on_insert_split_rule' %]
137
        [% CASE 'error_on_insert_split_rule' %]
138
            An error occurred when adding this splitting rule. Perhaps the code already exists?
138
            <span>An error occurred when adding this splitting rule. Perhaps the code already exists?</span>
139
        [% CASE 'success_on_insert_split_rule' %]
139
        [% CASE 'success_on_insert_split_rule' %]
140
            Splitting rule added successfully.
140
            <span>Splitting rule added successfully.</span>
141
        [% CASE 'error_on_delete_split_rule' %]
141
        [% CASE 'error_on_delete_split_rule' %]
142
            An error occurred when deleting this splitting rule. Perhaps it is used by at least one classification source?
142
            <span>An error occurred when deleting this splitting rule. Perhaps it is used by at least one classification source?</span>
143
        [% CASE 'success_on_delete_split_rule' %]
143
        [% CASE 'success_on_delete_split_rule' %]
144
            Splitting rule deleted successfully.
144
            <span>Splitting rule deleted successfully.</span>
145
        [% CASE %]
145
        [% CASE %]
146
            [% m.code | html %]
146
            <span>[% m.code | html %]</span>
147
        [% END %]
147
        [% END %]
148
    </div>
148
    </div>
149
[% END %]
149
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-7 / +7 lines)
Lines 64-78 Link Here
64
                <div class="dialog [% m.type | html %]">
64
                <div class="dialog [% m.type | html %]">
65
                    [% SWITCH m.code %]
65
                    [% SWITCH m.code %]
66
                    [% CASE 'success_on_saving' %]
66
                    [% CASE 'success_on_saving' %]
67
                        Credit type saved successfully.
67
                        <span>Credit type saved successfully</span>
68
                    [% CASE 'error_on_saving' %]
68
                    [% CASE 'error_on_saving' %]
69
                        An error occurred when saving this credit type.
69
                        <span>An error occurred when saving this credit type</span>
70
                    [% CASE 'success_on_archive' %]
70
                    [% CASE 'success_on_archive' %]
71
                        Credit type archived successfully.
71
                        <span>Credit type archived successfully</span>
72
                    [% CASE 'success_on_restore' %]
72
                    [% CASE 'success_on_restore' %]
73
                        Credit type restored successfully.
73
                        <span>Credit type restored successfully</span>
74
                    [% CASE %]
74
                    [% CASE %]
75
                        [% m.code | html %]
75
                        <span>[% m.code | html %]</span>
76
                    [% END %]
76
                    [% END %]
77
                </div>
77
                </div>
78
                [% END %]
78
                [% END %]
Lines 127-133 Link Here
127
                                <li>
127
                                <li>
128
                                    <label for="branches">Libraries limitation: </label>
128
                                    <label for="branches">Libraries limitation: </label>
129
                                    [% IF credit_type && credit_type.is_system %]
129
                                    [% IF credit_type && credit_type.is_system %]
130
                                        No library limitation
130
                                        <span>No library limitation</span>
131
                                    [% ELSE %]
131
                                    [% ELSE %]
132
                                        <select id="branches" name="branches" multiple size="10">
132
                                        <select id="branches" name="branches" multiple size="10">
133
                                            <option value="">All libraries</option>
133
                                            <option value="">All libraries</option>
Lines 193-199 Link Here
193
                                                [% limits_count = credit_type.library_limits.count %]
193
                                                [% limits_count = credit_type.library_limits.count %]
194
                                                [% tnx('{count} library limitation', '{count} library limitations', limits_count, { count => limits_count }) %]
194
                                                [% tnx('{count} library limitation', '{count} library limitations', limits_count, { count => limits_count }) %]
195
                                        [% ELSE %]
195
                                        [% ELSE %]
196
                                            No limitation
196
                                            <span>No library limitation</span>
197
                                        [% END %]
197
                                        [% END %]
198
                                    </td>
198
                                    </td>
199
                                    <td class="actions">
199
                                    <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-12 / +12 lines)
Lines 72-90 Link Here
72
    <div class="dialog [% m.type | html %]">
72
    <div class="dialog [% m.type | html %]">
73
        [% SWITCH m.code %]
73
        [% SWITCH m.code %]
74
        [% CASE 'error_on_update' %]
74
        [% CASE 'error_on_update' %]
75
            An error occurred when updating this currency. Perhaps it already exists.
75
            <span>An error occurred when updating this currency. Perhaps it already exists</span>
76
        [% CASE 'error_on_insert' %]
76
        [% CASE 'error_on_insert' %]
77
            An error occurred when adding this currency. The currency code might already exist.
77
            <span>An error occurred when adding this currency. The currency code might already exist</span>
78
        [% CASE 'error_on_delete' %]
78
        [% CASE 'error_on_delete' %]
79
            An error occurred when deleting this currency. Check the logs.
79
            <span>An error occurred when deleting this currency. Check the logs</span>
80
        [% CASE 'success_on_update' %]
80
        [% CASE 'success_on_update' %]
81
            Currency updated successfully.
81
            <span>Currency updated successfully</span>
82
        [% CASE 'success_on_insert' %]
82
        [% CASE 'success_on_insert' %]
83
            Currency added successfully.
83
            <span>Currency added successfully</span>
84
        [% CASE 'success_on_delete' %]
84
        [% CASE 'success_on_delete' %]
85
            Currency deleted successfully.
85
            <span>Currency deleted successfully</span>
86
        [% CASE %]
86
        [% CASE %]
87
            [% m.code | html %]
87
            <span>[% m.code | html %]</span>
88
        [% END %]
88
        [% END %]
89
    </div>
89
    </div>
90
[% END %]
90
[% END %]
Lines 98-106 Link Here
98
    <fieldset class="rows">
98
    <fieldset class="rows">
99
        <legend>
99
        <legend>
100
            [% IF currency %]
100
            [% IF currency %]
101
                Modify currency
101
                <span>Modify currency</span>
102
            [% ELSE %]
102
            [% ELSE %]
103
                New currency
103
                <span>New currency</span>
104
            [% END %]
104
            [% END %]
105
        </legend>
105
        </legend>
106
        <ol>
106
        <ol>
Lines 163-173 Link Here
163
        <h3>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3>
163
        <h3>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h3>
164
        <p>
164
        <p>
165
            [% IF nb_of_orders %]
165
            [% IF nb_of_orders %]
166
                This currency is used by [% nb_of_orders | html %] orders.
166
                <span>This currency is used by [% nb_of_orders | html %] orders.</span>
167
            [% ELSIF nb_of_vendors %]
167
            [% ELSIF nb_of_vendors %]
168
                This currency is used by [% nb_of_vendors | html %] vendors.
168
                <span>This currency is used by [% nb_of_vendors | html %] vendors.</span>
169
            [% END %]
169
            [% END %]
170
            Deletion not possible
170
            <span>Deletion not possible</span>
171
        </p>
171
        </p>
172
        <form action="/cgi-bin/koha/admin/currency.pl" method="post">
172
        <form action="/cgi-bin/koha/admin/currency.pl" method="post">
173
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
173
            <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-5 / +5 lines)
Lines 62-76 Link Here
62
                <div class="dialog [% m.type | html %]">
62
                <div class="dialog [% m.type | html %]">
63
                    [% SWITCH m.code %]
63
                    [% SWITCH m.code %]
64
                    [% CASE 'success_on_saving' %]
64
                    [% CASE 'success_on_saving' %]
65
                        Debit type saved successfully.
65
                        <span>Debit type saved successfully</span>
66
                    [% CASE 'error_on_saving' %]
66
                    [% CASE 'error_on_saving' %]
67
                        An error occurred when saving this debit type.
67
                        <span>An error occurred when saving this debit type</span>
68
                    [% CASE 'success_on_archive' %]
68
                    [% CASE 'success_on_archive' %]
69
                        Debit type archived successfully.
69
                        <span>Debit type archived successfully</span>
70
                    [% CASE 'success_on_restore' %]
70
                    [% CASE 'success_on_restore' %]
71
                        Debit type restored successfully.
71
                        <span>Debit type restored successfully</span>
72
                    [% CASE %]
72
                    [% CASE %]
73
                        [% m.code | html %]
73
                        <span>[% m.code | html %]</span>
74
                    [% END %]
74
                    [% END %]
75
                </div>
75
                </div>
76
                [% END %]
76
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-8 / +8 lines)
Lines 74-94 Link Here
74
    <div class="dialog [% m.type | html %]">
74
    <div class="dialog [% m.type | html %]">
75
        [% SWITCH m.code %]
75
        [% SWITCH m.code %]
76
        [% CASE 'error_on_update' %]
76
        [% CASE 'error_on_update' %]
77
            An error occurred when updating this desk. Perhaps it already exists.
77
            <span>An error occurred when updating this desk. Perhaps it already exists</span>
78
        [% CASE 'error_on_insert' %]
78
        [% CASE 'error_on_insert' %]
79
            An error occurred when adding this desk. The desk ID might already exist.
79
            <span>An error occurred when adding this desk. The desk ID might already exist</span>
80
        [% CASE 'error_on_delete' %]
80
        [% CASE 'error_on_delete' %]
81
            An error occurred when deleting this desk. Check the logs.
81
            <span>An error occurred when deleting this desk. Check the logs</span>
82
        [% CASE 'success_on_update' %]
82
        [% CASE 'success_on_update' %]
83
            Desk updated successfully.
83
            <span>Desk updated successfully</span>
84
        [% CASE 'success_on_insert' %]
84
        [% CASE 'success_on_insert' %]
85
            Desk added successfully.
85
            <span>Desk added successfully</span>
86
        [% CASE 'success_on_delete' %]
86
        [% CASE 'success_on_delete' %]
87
            Desk deleted successfully.
87
            <span>Desk deleted successfully</span>
88
        [% CASE 'already_exists' %]
88
        [% CASE 'already_exists' %]
89
            This desk already exists.
89
            <span>This desk already exists</span>
90
        [% CASE %]
90
        [% CASE %]
91
            [% m.code | html %]
91
            <span>[% m.code | html %]</span>
92
        [% END %]
92
        [% END %]
93
    </div>
93
    </div>
94
[% END %]
94
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt (-4 / +3 lines)
Lines 11-22 Link Here
11
        <div class="plugindesc">
11
        <div class="plugindesc">
12
        [% SWITCH plugin.name %]
12
        [% SWITCH plugin.name %]
13
        [% CASE 'AuthorityFile' %]
13
        [% CASE 'AuthorityFile' %]
14
            Suggest authorities which are relevant to the term the user searched for.
14
            <span>Suggest authorities which are relevant to the term the user searched for.</span>
15
        [% CASE 'ExplodedTerms' %]
15
        [% CASE 'ExplodedTerms' %]
16
            Suggest that patrons expand their searches to include
16
            <span>Suggest that patrons expand their searches to include broader/narrower/related terms.</span>
17
            broader/narrower/related terms.
18
        [% CASE 'LibrisSpellcheck' %]
17
        [% CASE 'LibrisSpellcheck' %]
19
            Use the LIBRIS spellcheck API.
18
            <span>Use the LIBRIS spellcheck API.</span>
20
        [% END %]
19
        [% END %]
21
        </div>
20
        </div>
22
    </div>
21
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-14 / +14 lines)
Lines 118-140 Item types &rsaquo; Administration &rsaquo; Koha Link Here
118
    <div class="dialog [% m.type | html %]">
118
    <div class="dialog [% m.type | html %]">
119
        [% SWITCH m.code %]
119
        [% SWITCH m.code %]
120
        [% CASE 'error_on_update' %]
120
        [% CASE 'error_on_update' %]
121
            An error occurred when updating this item type. Perhaps the value already exists.
121
            <span>An error occurred when updating this item type. Perhaps the value already exists</span>
122
        [% CASE 'error_on_insert' %]
122
        [% CASE 'error_on_insert' %]
123
            An error occurred when inserting this item type. Perhaps the value already exists.
123
            <span>An error occurred when inserting this item type. Perhaps the value already exists</span>
124
        [% CASE 'error_on_delete' %]
124
        [% CASE 'error_on_delete' %]
125
            An error occurred when deleting this item type. Check the logs.
125
            <span>An error occurred when deleting this item type. Check the logs</span>
126
        [% CASE 'success_on_update' %]
126
        [% CASE 'success_on_update' %]
127
            Item type updated successfully.
127
            <span>Item type updated successfully</span>
128
        [% CASE 'success_on_insert' %]
128
        [% CASE 'success_on_insert' %]
129
            Item type inserted successfully.
129
            <span>Item type inserted successfully</span>
130
        [% CASE 'success_on_delete' %]
130
        [% CASE 'success_on_delete' %]
131
            Item type deleted successfully.
131
            <span>Item type deleted successfully</span>
132
        [% CASE 'already_exists' %]
132
        [% CASE 'already_exists' %]
133
            This item type already exists.
133
            <span>This item type already exists</span>
134
        [% CASE 'cannot_be_deleted' %]
134
        [% CASE 'cannot_be_deleted' %]
135
            Cannot delete this item type. <p><strong>This record is in use</strong>. Deletion is not possible.</p>
135
            <span>Cannot delete this item type. <p><strong>This record is in use</strong>. Deletion is not possible.</p></span>
136
        [% CASE %]
136
        [% CASE %]
137
            [% m.code | html %]
137
            <span>[% m.code | html %]</span>
138
        [% END %]
138
        [% END %]
139
    </div>
139
    </div>
140
[% END %]
140
[% END %]
Lines 209-217 Item types &rsaquo; Administration &rsaquo; Koha Link Here
209
                    </select>
209
                    </select>
210
                    <div class="hint">
210
                    <div class="hint">
211
                        [% IF ( CAN_user_parameters_manage_auth_values ) %]
211
                        [% IF ( CAN_user_parameters_manage_auth_values ) %]
212
                            Options are defined by the authorized value <a target="_blank" href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ITEMTYPECAT">ITEMTYPECAT</a>.
212
                            <span>Options are defined by the authorized value <a target="_blank" href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ITEMTYPECAT">ITEMTYPECAT</a>.</span>
213
                        [% ELSE %]
213
                        [% ELSE %]
214
                            Options are defined by the authorized value ITEMTYPECAT.
214
                            <span>Options are defined by the authorized value ITEMTYPECAT.</span>
215
                        [% END %]
215
                        [% END %]
216
                    </div>
216
                    </div>
217
                </li>
217
                </li>
Lines 474-486 Item types &rsaquo; Administration &rsaquo; Koha Link Here
474
            <td>
474
            <td>
475
                [% IF itemtype.parent_type %]
475
                [% IF itemtype.parent_type %]
476
                    [% IF itemtype.parent.translated_descriptions.size %]
476
                    [% IF itemtype.parent.translated_descriptions.size %]
477
                        [% itemtype.parent.description | html %] (default)<br/>
477
                        [% itemtype.parent.description | html %] <span>(default)</span><br/>
478
                    [% ELSE %]
478
                    [% ELSE %]
479
                        [% itemtype.parent.description | html %]
479
                        [% itemtype.parent.description | html %]
480
                    [% END %]
480
                    [% END %]
481
                    </br>
481
                    </br>
482
                    [% IF itemtype.translated_descriptions.size %]
482
                    [% IF itemtype.translated_descriptions.size %]
483
                        [% itemtype.description | html %] (default)<br/>
483
                        [% itemtype.description | html %] <span>(default)</span><br/>
484
                        [% FOR description IN itemtype.translated_descriptions %]
484
                        [% FOR description IN itemtype.translated_descriptions %]
485
                            [% IF description.translation == itemtype.translated_description %]
485
                            [% IF description.translation == itemtype.translated_description %]
486
                            --    <strong>[% description.translation | html %]</strong>
486
                            --    <strong>[% description.translation | html %]</strong>
Lines 494-500 Item types &rsaquo; Administration &rsaquo; Koha Link Here
494
                    [% END %]
494
                    [% END %]
495
                [% ELSE %]
495
                [% ELSE %]
496
                    [% IF itemtype.translated_descriptions.size %]
496
                    [% IF itemtype.translated_descriptions.size %]
497
                        [% itemtype.description | html %] (default)<br/>
497
                        [% itemtype.description | html %] <span>(default)</span><br/>
498
                        [% FOR description IN itemtype.translated_descriptions %]
498
                        [% FOR description IN itemtype.translated_descriptions %]
499
                            [% IF description.translation == itemtype.translated_description %]
499
                            [% IF description.translation == itemtype.translated_description %]
500
                                <strong>[% description.translation | html %]</strong>
500
                                <strong>[% description.translation | html %]</strong>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-6 / +6 lines)
Lines 30-38 Link Here
30
    <div class="dialog [% m.type | html %]">
30
    <div class="dialog [% m.type | html %]">
31
        [% SWITCH m.code %]
31
        [% SWITCH m.code %]
32
        [% CASE 'error_on_insert' %]
32
        [% CASE 'error_on_insert' %]
33
            An error occurred when adding this library. The library id might already exist in this group.
33
            <span>An error occurred when adding this library. The library id might already exist in this group.</span>
34
        [% CASE %]
34
        [% CASE %]
35
            [% m.code | html %]
35
            <span>[% m.code | html %]</span>
36
        [% END %]
36
        [% END %]
37
    </div>
37
    </div>
38
[% END %]
38
[% END %]
Lines 40-56 Link Here
40
[% IF added %]
40
[% IF added %]
41
    <div class="dialog message group-added">
41
    <div class="dialog message group-added">
42
        [% IF added.branchcode %]
42
        [% IF added.branchcode %]
43
            [% added.library.branchname | html | $KohaSpan class = 'name' %] added to group.
43
            <span>[% added.library.branchname | html | $KohaSpan class = 'name' %] added to group.</span>
44
        [% ELSE %]
44
        [% ELSE %]
45
            Group [% added.title | html | $KohaSpan class = 'name' %] created.
45
            <span>Group [% added.title | html | $KohaSpan class = 'name' %] created.</span>
46
        [% END %]
46
        [% END %]
47
    </div>
47
    </div>
48
[% ELSIF deleted %]
48
[% ELSIF deleted %]
49
    <div class="dialog message group-deleted">
49
    <div class="dialog message group-deleted">
50
        [% IF deleted.title %]
50
        [% IF deleted.title %]
51
            Group [% deleted.title | html | $KohaSpan class = 'name' %] has been deleted.
51
            <span>Group [% deleted.title | html | $KohaSpan class = 'name' %] has been deleted.</span>
52
        [% ELSE %]
52
        [% ELSE %]
53
            [% deleted.library | html | $KohaSpan class = 'name' %] has been removed from group.
53
            <span>[% deleted.library | html | $KohaSpan class = 'name' %] has been removed from group.</span>
54
        [% END %]
54
        [% END %]
55
    </div>
55
    </div>
56
[% ELSIF error_duplicate_title %]
56
[% ELSIF error_duplicate_title %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-3 / +3 lines)
Lines 44-54 Link Here
44
                <div class="dialog [% m.type | html %]">
44
                <div class="dialog [% m.type | html %]">
45
                    [% SWITCH m.code %]
45
                    [% SWITCH m.code %]
46
                    [% CASE 'invalid_tag_regexp' %]
46
                    [% CASE 'invalid_tag_regexp' %]
47
                      Invalid regular expression "[% m.tag | html %]".
47
                      <span>Invalid regular expression "[% m.tag | html %]".</span>
48
                    [% CASE 'invalid_control_field_actions' %]
48
                    [% CASE 'invalid_control_field_actions' %]
49
                      Invalid combination of actions for tag [% m.tag | html %]. Control field rules do not allow "Appended: Append" and "Removed: Skip".
49
                      <span>Invalid combination of actions for tag [% m.tag | html %]. Control field rules do not allow "Appended: Append" and "Removed: Skip".</span>
50
                    [% CASE %]
50
                    [% CASE %]
51
                      [% m.code | html %]
51
                      <span>[% m.code | html %]</span>
52
                    [% END %]
52
                    [% END %]
53
                </div>
53
                </div>
54
                [% END %]
54
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +2 lines)
Lines 55-62 Link Here
55
                    [% IF ( frameworkcode ) %]
55
                    [% IF ( frameworkcode ) %]
56
                        [% frameworkcode | html %]
56
                        [% frameworkcode | html %]
57
                    [% ELSE %]
57
                    [% ELSE %]
58
                        Default
58
                        <span>Default</span>
59
                    [% END %] framework structure
59
                    [% END %] <span>framework structure</span>
60
                </a>
60
                </a>
61
            </li>
61
            </li>
62
62
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +1 lines)
Lines 43-49 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
43
                    [% IF framework %]
43
                    [% IF framework %]
44
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
44
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
45
                    [% ELSE %]
45
                    [% ELSE %]
46
                        Default MARC framework
46
                        <span>Default MARC framework</span>
47
                    [% END%]
47
                    [% END%]
48
                </a>
48
                </a>
49
            </li>
49
            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-7 / +7 lines)
Lines 18-30 Link Here
18
18
19
[% BLOCK norms_text %]
19
[% BLOCK norms_text %]
20
    [% SWITCH norm %]
20
    [% SWITCH norm %]
21
        [% CASE 'none' %]None
21
        [% CASE 'none' ]<span>None</span>
22
        [% CASE 'remove_spaces' %]Remove spaces
22
        [% CASE 'remove_spaces' ]<span>Remove spaces</span>
23
        [% CASE 'upper_case' %]Uppercase
23
        [% CASE 'upper_case' ]<span>Uppercase</span>
24
        [% CASE 'lower_case' %]Lowercase
24
        [% CASE 'lower_case' ]<span>Lowercase</span>
25
        [% CASE 'legacy_default' %]Legacy default
25
        [% CASE 'legacy_default' ]<span>Legacy default</span>
26
        [% CASE 'ISBN' %]ISBN
26
        [% CASE 'ISBN' ]<span>ISBN</span>
27
        [% CASE %][% norm | html %]
27
        [% CASE ]<span>[% norm | html %]</span>
28
    [% END %]
28
    [% END %]
29
[% END %]
29
[% END %]
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +2 lines)
Lines 186-193 Link Here
186
                        [% FOR w IN LINE.WARNINGS %]
186
                        [% FOR w IN LINE.WARNINGS %]
187
                            <div class="dialog alert">
187
                            <div class="dialog alert">
188
                                [% SWITCH w %]
188
                                [% SWITCH w %]
189
                                [% CASE "bcrypt_config_not_set" %]Pseudonymization must only be turned on if the 'bcrypt_settings' configuration entry exists and is correctly filled in the Koha configuration file.
189
                                [% CASE "bcrypt_config_not_set" %]<span>Pseudonymization must only be turned on if the 'bcrypt_settings' configuration entry exists and is correctly filled in the Koha configuration file.</span>
190
                                [% CASE %]Unknown warning "[% w | html %]"
190
                                [% CASE %]<span>Unknown warning "[% w | html %]"</span>
191
                                [% END %]
191
                                [% END %]
192
                            </div>
192
                            </div>
193
                        [% END %]
193
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-5 / +5 lines)
Lines 64-78 Link Here
64
    <div class="dialog [% m.type | html %]" id="smtp_action_result_dialog">
64
    <div class="dialog [% m.type | html %]" id="smtp_action_result_dialog">
65
        [% SWITCH m.code %]
65
        [% SWITCH m.code %]
66
        [% CASE 'error_on_update' %]
66
        [% CASE 'error_on_update' %]
67
            An error occurred trying to open the server for editing. The passed id is invalid.
67
            <span>An error occurred trying to open the server for editing. The passed id is invalid.</span>
68
        [% CASE 'error_on_insert' %]
68
        [% CASE 'error_on_insert' %]
69
            An error occurred when adding the server. The library already has an SMTP server set.
69
            <span>An error occurred when adding the server. The library already has an SMTP server set.</span>
70
        [% CASE 'success_on_update' %]
70
        [% CASE 'success_on_update' %]
71
            Server updated successfully.
71
            <span>Server updated successfully.</span>
72
        [% CASE 'success_on_insert' %]
72
        [% CASE 'success_on_insert' %]
73
            Server added successfully.
73
            <span>Server added successfully.</span>
74
        [% CASE %]
74
        [% CASE %]
75
            [% m.code | html %]
75
            <span>[% m.code | html %]</span>
76
        [% END %]
76
        [% END %]
77
    </div>
77
    </div>
78
[% END %]
78
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-9 / +9 lines)
Lines 39-59 Link Here
39
    <div class="dialog [% m.type | html %]">
39
    <div class="dialog [% m.type | html %]">
40
        [% SWITCH m.code %]
40
        [% SWITCH m.code %]
41
        [% CASE 'error_on_update' %]
41
        [% CASE 'error_on_update' %]
42
            An error occurred when updating this patron category. Perhaps it already exists.
42
            <span>An error occurred when updating this patron category. Perhaps it already exists</span>
43
        [% CASE 'error_on_insert' %]
43
        [% CASE 'error_on_insert' %]
44
            An error occurred when inserting this patron category. The patron category might already exist.
44
            <span>An error occurred when inserting this patron category. The patron category might already exist</span>
45
        [% CASE 'error_on_delete' %]
45
        [% CASE 'error_on_delete' %]
46
            An error occurred when deleting this patron category. Check the logs.
46
            <span>An error occurred when deleting this patron category. Check the logs</span>
47
        [% CASE 'success_on_update' %]
47
        [% CASE 'success_on_update' %]
48
            Patron category updated successfully.
48
            <span>Patron category updated successfully</span>
49
        [% CASE 'success_on_insert' %]
49
        [% CASE 'success_on_insert' %]
50
            Patron category inserted successfully.
50
            <span>Patron category inserted successfully</span>
51
        [% CASE 'success_on_delete' %]
51
        [% CASE 'success_on_delete' %]
52
            Patron category deleted successfully.
52
            <span>Patron category deleted successfully</span>
53
        [% CASE 'already_exists' %]
53
        [% CASE 'already_exists' %]
54
            This patron category already exists.
54
            <span>This patron category already exists</span>
55
        [% CASE %]
55
        [% CASE %]
56
            [% m.code | html %]
56
            <span>[% m.code | html %]</span>
57
        [% END %]
57
        [% END %]
58
    </div>
58
    </div>
59
[% END %]
59
[% END %]
Lines 181-187 Link Here
181
                            [% IF UsageStatsLastUpdateTime %]
181
                            [% IF UsageStatsLastUpdateTime %]
182
                                [% UsageStatsLastUpdateTime | html %]
182
                                [% UsageStatsLastUpdateTime | html %]
183
                            [% ELSE %]
183
                            [% ELSE %]
184
                                Your data have never been shared
184
                                <span>Your data have never been shared</span>
185
                            [% END %]
185
                            [% END %]
186
                        </li>
186
                        </li>
187
                        <li>
187
                        <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +2 lines)
Lines 5-13 Link Here
5
5
6
[% BLOCK ServerType %]
6
[% BLOCK ServerType %]
7
    [% IF (server.servertype||type) == 'sru' %]
7
    [% IF (server.servertype||type) == 'sru' %]
8
        SRU
8
        <span>SRU</span>
9
    [% ELSIF (server.servertype||type) == 'zed' %]
9
    [% ELSIF (server.servertype||type) == 'zed' %]
10
        Z39.50
10
        </span>Z39.50</span>
11
    [% END %]
11
    [% END %]
12
[% END %]
12
[% END %]
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +5 lines)
Lines 809-819 Note that permanent location is a code, and location may be an authval. Link Here
809
            <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
809
            <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
810
            <td>
810
            <td>
811
              [% SWITCH order.orderstatus %]
811
              [% SWITCH order.orderstatus %]
812
                [% CASE 'new' %]New
812
                [% CASE 'new' ]<span>New</span>
813
                [% CASE 'ordered' %]Ordered
813
                [% CASE 'ordered' ]<span>Ordered</span>
814
                [% CASE 'partial' %]Partial
814
                [% CASE 'partial' ]<span>Partial</span>
815
                [% CASE 'complete' %]Complete
815
                [% CASE 'complete' ]<span>Complete</span>
816
                [% CASE 'cancelled' %]Cancelled
816
                [% CASE 'cancelled' ]<span>Cancelled</span>
817
              [% END %]
817
              [% END %]
818
            </td>
818
            </td>
819
            <td>[% order.quantity | html %]</td>
819
            <td>[% order.quantity | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +1 lines)
Lines 507-513 Link Here
507
                                                            [% IF ( holdfor ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]&amp;findborrower=[% holdfor_cardnumber | uri %]">Place hold for [% holdfor_firstname | html %] [% holdfor_surname | html %] ([% holdfor_cardnumber | html %])</a></span>[% END %]
507
                                                            [% IF ( holdfor ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]&amp;findborrower=[% holdfor_cardnumber | uri %]">Place hold for [% holdfor_firstname | html %] [% holdfor_surname | html %] ([% holdfor_cardnumber | html %])</a></span>[% END %]
508
                                                            [% IF ( holdforclub ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]&amp;club=[% holdforclub | uri %]">Place hold for [% holdforclub_name | html %]</a></span>[% END %]
508
                                                            [% IF ( holdforclub ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]&amp;club=[% holdforclub | uri %]">Place hold for [% holdforclub_name | html %]</a></span>[% END %]
509
                                                        [% ELSE %]
509
                                                        [% ELSE %]
510
                                                            Holds ([% Biblio.HoldsCount( SEARCH_RESULT.biblionumber ) | html %])
510
                                                            <span>Holds ([% Biblio.HoldsCount( SEARCH_RESULT.biblionumber ) | html %])</span>
511
                                                        [% END %]
511
                                                        [% END %]
512
                                                    [% END # /IF SEARCH_RESULT.norequests %]
512
                                                    [% END # /IF SEARCH_RESULT.norequests %]
513
                                                    [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %]
513
                                                    [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-1 / +1 lines)
Lines 124-130 Link Here
124
                                                [% IF ( resultsloo.publicationyear ) %] - [% resultsloo.publicationyear | html %][% END %]
124
                                                [% IF ( resultsloo.publicationyear ) %] - [% resultsloo.publicationyear | html %][% END %]
125
                                                [% IF ( resultsloo.publishercode ) %]- [% resultsloo.publishercode | html %][% END %]
125
                                                [% IF ( resultsloo.publishercode ) %]- [% resultsloo.publishercode | html %][% END %]
126
                                                [% IF ( resultsloo.copyrightdate ) %] - [% resultsloo.copyrightdate | html %][% END %]
126
                                                [% IF ( resultsloo.copyrightdate ) %] - [% resultsloo.copyrightdate | html %][% END %]
127
                                                [% IF ( resultsloo.edition ) %]Edition: [% resultsloo.edition | html %][% END %]
127
                                                [% IF ( resultsloo.edition ) %]<span>Edition: </span>[% resultsloo.edition | html %][% END %]
128
                                                [% IF ( resultsloo.place ) %] ; [% resultsloo.place | html %][% END %]
128
                                                [% IF ( resultsloo.place ) %] ; [% resultsloo.place | html %][% END %]
129
                                                [% IF ( resultsloo.pages ) %] - [% resultsloo.pages | html %][% END %]
129
                                                [% IF ( resultsloo.pages ) %] - [% resultsloo.pages | html %][% END %]
130
                                                [% IF ( resultsloo.item('size') ) %] ; [% resultsloo.item('size') | html %][% END %]
130
                                                [% IF ( resultsloo.item('size') ) %] ; [% resultsloo.item('size') | html %][% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt (-1 / +1 lines)
Lines 77-83 div#result { margin-top: 1em; } Link Here
77
                        <td>
77
                        <td>
78
                            [% record.biblionumber | html %]
78
                            [% record.biblionumber | html %]
79
                            [% IF loop.first %]
79
                            [% IF loop.first %]
80
                                (record kept)
80
                                <span>(record kept)</span>
81
                            [% END %]
81
                            [% END %]
82
                        </td>
82
                        </td>
83
                        [% FOREACH key IN report_header.keys.sort %]
83
                        [% FOREACH key IN report_header.keys.sort %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +1 lines)
Lines 126-132 Link Here
126
        <td>
126
        <td>
127
            [% IF ( hold_info.barcodes.size ) %]
127
            [% IF ( hold_info.barcodes.size ) %]
128
                [% SET barcode = hold_info.barcodes.first %]
128
                [% SET barcode = hold_info.barcodes.first %]
129
                [% IF ( hold_info.item ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %]
129
                [% IF ( hold_info.item ) %]<span>Only [% barcode | html %]</span>[% ELSE %]<span>[% barcode | html %] or any available.</span>[% END %]
130
            [% END %]
130
            [% END %]
131
        </td>
131
        </td>
132
        <td>
132
        <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +1 lines)
Lines 117-123 Link Here
117
                        [% END %]
117
                        [% END %]
118
                        [% IF ( reserveloo.pendingorders ) %]<br><strong>[% reserveloo.pendingorders | html %] pending</strong>[% END %]
118
                        [% IF ( reserveloo.pendingorders ) %]<br><strong>[% reserveloo.pendingorders | html %] pending</strong>[% END %]
119
                    [% ELSE %]
119
                    [% ELSE %]
120
                        0 to order
120
                        <span>0 to order</span>
121
                    [% END %]
121
                    [% END %]
122
                </p>
122
                </p>
123
            </td>
123
            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-11 / +11 lines)
Lines 125-140 Link Here
125
                                     <h3>Reason for transfer</h3>
125
                                     <h3>Reason for transfer</h3>
126
                                     <p>
126
                                     <p>
127
                                         [%- SWITCH trigger -%]
127
                                         [%- SWITCH trigger -%]
128
                                             [%- CASE 'Manual' -%]Manual
128
                                             [%- CASE 'Manual' -]<span>Manual</span>
129
                                             [%- CASE 'StockrotationAdvance' -%]Stock rotation advance
129
                                             [%- CASE 'StockrotationAdvance' -]<span>Stock rotation advance</span>
130
                                             [%- CASE 'StockrotationRepatriation' -%]Stock rotation repatriation
130
                                             [%- CASE 'StockrotationRepatriation' -]<span>Stock rotation repatriation</span>
131
                                             [%- CASE 'ReturnToHome' -%]Return to home library
131
                                             [%- CASE 'ReturnToHome' -]<span>Return to home library</span>
132
                                             [%- CASE 'ReturnToHolding' -%]Return to holding library
132
                                             [%- CASE 'ReturnToHolding' -]<span>Return to holding library</span>
133
                                             [%- CASE 'RotatingCollection' -%]Rotating collection
133
                                             [%- CASE 'RotatingCollection' -]<span>Rotating collection</span>
134
                                             [%- CASE 'Reserve' -%]Reserve
134
                                             [%- CASE 'Reserve' -]<span>Reserve</span>
135
                                             [%- CASE 'LostReserve' -%]Lost reserve
135
                                             [%- CASE 'LostReserve' -]<span>Lost reserve</span>
136
                                             [%- CASE 'CancelReserve' -%]Cancelled reserve
136
                                             [%- CASE 'CancelReserve' -]<span>Cancelled reserve</span>
137
                                             [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit
137
                                             [%- CASE 'TransferCancellation' -]<span>Transfer was cancelled whilst in transit</span>
138
                                         [%- END -%]
138
                                         [%- END -%]
139
                                     </p>
139
                                     </p>
140
                                 </div>
140
                                 </div>
Lines 1081-1087 Link Here
1081
                                                    [% riloo.duedate | html %]
1081
                                                    [% riloo.duedate | html %]
1082
                                                [% END %]
1082
                                                [% END %]
1083
                                            [% ELSE %]
1083
                                            [% ELSE %]
1084
                                                Not checked out
1084
                                                <span>Not checked out</span>
1085
                                            [% END %]
1085
                                            [% END %]
1086
                                            [% IF ( riloo.damaged ) %]
1086
                                            [% IF ( riloo.damaged ) %]
1087
                                                <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => riloo.damaged ) | html %]</span>
1087
                                                <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => riloo.damaged ) | html %]</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +1 lines)
Lines 725-731 Link Here
725
                                        [% INCLUDE $tpl log=log %]
725
                                        [% INCLUDE $tpl log=log %]
726
                                    [% END %]
726
                                    [% END %]
727
                                [% ELSE %]
727
                                [% ELSE %]
728
                                    There are no recorded logs for this request
728
                                    <span>There are no recorded logs for this request</span>
729
                                [% END %]
729
                                [% END %]
730
                                </div>
730
                                </div>
731
                                <div class="modal-footer">
731
                                <div class="modal-footer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-8 / +8 lines)
Lines 2-12 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[%- BLOCK translate_label_types -%]
3
[%- BLOCK translate_label_types -%]
4
    [%-  SWITCH type -%]
4
    [%-  SWITCH type -%]
5
        [%- CASE 'BIB' -%] Only the bibliographic data is printed
5
        [%- CASE 'BIB' -]<span> Only the bibliographic data is printed</span>
6
        [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data
6
        [%- CASE 'BARBIB'-]<span> Barcode proceeds bibliographic data</span>
7
        [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode
7
        [%- CASE 'BIBBAR'-]<span> Bibliographic data proceeds barcode</span>
8
        [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels
8
        [%- CASE 'ALT' -]<span> Barcode and bibliographic data are printed on alternating labels</span>
9
        [%- CASE 'BAR' -%] Only the barcode is printed
9
        [%- CASE 'BAR' -]<span> Only the barcode is printed</span>
10
    [%- END -%]
10
    [%- END -%]
11
[%- END -%]
11
[%- END -%]
12
    [% INCLUDE 'doc-head-open.inc' %]
12
    [% INCLUDE 'doc-head-open.inc' %]
Lines 16-24 Link Here
16
16
17
[% BLOCK translate_justification_types %]
17
[% BLOCK translate_justification_types %]
18
[%  SWITCH type %]
18
[%  SWITCH type %]
19
[%   CASE 'L' %]Left
19
[%   CASE 'L' ]<span>Left</span>
20
[%   CASE 'C' %]Center
20
[%   CASE 'C' ]<span>Center</span>
21
[%   CASE 'R' %]Right
21
[%   CASE 'R' ]<span>Right</span>
22
[%  END %]
22
[%  END %]
23
[% END %]
23
[% END %]
24
<body id="labels_label-edit-layout" class="tools labels">
24
<body id="labels_label-edit-layout" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-5 / +5 lines)
Lines 86-100 Link Here
86
                                                    [% END %]
86
                                                    [% END %]
87
                                                    [% SWITCH unit.type %]
87
                                                    [% SWITCH unit.type %]
88
                                                    [%   CASE 'POINT' %]
88
                                                    [%   CASE 'POINT' %]
89
                                                    PostScript points
89
                                                        <span>PostScript points</span>
90
                                                    [%   CASE 'AGATE' %]
90
                                                    [%   CASE 'AGATE' %]
91
                                                    Agates
91
                                                        <span>Agates</span>
92
                                                    [%   CASE 'INCH' %]
92
                                                    [%   CASE 'INCH' %]
93
                                                    US Inches
93
                                                        <span>US Inches</span>
94
                                                    [%   CASE 'MM' %]
94
                                                    [%   CASE 'MM' %]
95
                                                    SI Millimeters
95
                                                        <span>SI Millimeters</span>
96
                                                    [%   CASE 'CM' %]
96
                                                    [%   CASE 'CM' %]
97
                                                    SI Centimeters
97
                                                        <span>SI Centimeters</span>
98
                                                    [% END %]
98
                                                    [% END %]
99
                                                    </option>
99
                                                    </option>
100
                                                    [% END %]
100
                                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-8 / +8 lines)
Lines 3-16 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% BLOCK translate_label_element %]
4
[% BLOCK translate_label_element %]
5
[%-  SWITCH element -%]
5
[%-  SWITCH element -%]
6
[%-  CASE 'layout'    -%]layout
6
[%-  CASE 'layout'    -]<span>layout</span>
7
[%-  CASE 'Layouts'   -%]Layouts
7
[%-  CASE 'Layouts'   -]<span>Layouts</span>
8
[%-  CASE 'template'  -%]template
8
[%-  CASE 'template'  -]<span>template</span>
9
[%-  CASE 'Templates' -%]Templates
9
[%-  CASE 'Templates' -]<span>Templates</span>
10
[%-  CASE 'profile'   -%]profile
10
[%-  CASE 'profile'   -]<span>profile</span>
11
[%-  CASE 'Profiles'  -%]Profiles
11
[%-  CASE 'Profiles'  -]<span>Profiles</span>
12
[%-  CASE 'batch'     -%]batch
12
[%-  CASE 'batch'     -]<span>batch</span>
13
[%-  CASE 'Batches'   -%]Batches
13
[%-  CASE 'Batches'   -]<span>Batches</span>
14
[%-  END -%]
14
[%-  END -%]
15
[% END %]
15
[% END %]
16
    [% INCLUDE 'doc-head-open.inc' %]
16
    [% INCLUDE 'doc-head-open.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-24 / +16 lines)
Lines 20-41 Link Here
20
          <li>
20
          <li>
21
            <span class="label" class="required"> Delivery day:</span>
21
            <span class="label" class="required"> Delivery day:</span>
22
            [% hpd = housebound_profile.day %]
22
            [% hpd = housebound_profile.day %]
23
            [% IF hpd == 'any' %]
23
            [% IF hpd == 'any' %]<span>Any</span>
24
              Any
24
            [% ELSIF hpd == 'monday' %]<span>Monday</span>
25
            [% ELSIF hpd == 'monday' %]
25
            [% ELSIF hpd == 'tuesday' %]<span>Tuesday</span>
26
              Monday
26
            [% ELSIF hpd == 'wednesday' %]<span>Wednesday</span>
27
            [% ELSIF hpd == 'tuesday' %]
27
            [% ELSIF hpd == 'thursday' %]<span>Thursday</span>
28
              Tuesday
28
            [% ELSIF hpd == 'friday' %]<span>Friday</span>
29
            [% ELSIF hpd == 'wednesday' %]
29
            [% ELSIF hpd == 'saturday' %]<span>Saturday</span>
30
              Wednesday
30
            [% ELSIF hpd == 'sunday' %]<span>Sunday</span>
31
            [% ELSIF hpd == 'thursday' %]
32
              Thursday
33
            [% ELSIF hpd == 'friday' %]
34
              Friday
35
            [% ELSIF hpd == 'saturday' %]
36
              Saturday
37
            [% ELSIF hpd == 'sunday' %]
38
              Sunday
39
            [% END %]
31
            [% END %]
40
          </li>
32
          </li>
41
          <li>
33
          <li>
Lines 96-116 Link Here
96
                <div class="dialog [% m.type | html %]">
88
                <div class="dialog [% m.type | html %]">
97
                    [% SWITCH m.code %]
89
                    [% SWITCH m.code %]
98
                    [% CASE 'error_on_profile_store' %]
90
                    [% CASE 'error_on_profile_store' %]
99
                        An error occurred whilst updating this housebound profile.
91
                        <span>An error occurred whilst updating this housebound profile</span>
100
                    [% CASE 'error_on_profile_create' %]
92
                    [% CASE 'error_on_profile_create' %]
101
                        An error occurred whilst creating this housebound profile.
93
                        <span>An error occurred whilst creating this housebound profile</span>
102
                    [% CASE 'error_on_visit_load' %]
94
                    [% CASE 'error_on_visit_load' %]
103
                        An error occurred whilst loading the housebound visit.
95
                        <span>An error occurred whilst loading the housebound visit</span>
104
                    [% CASE 'error_on_visit_delete' %]
96
                    [% CASE 'error_on_visit_delete' %]
105
                        An error occurred whilst deleting a housebound visit.
97
                        <span>An error occurred whilst deleting a housebound visit</span>
106
                    [% CASE 'error_on_visit_store' %]
98
                    [% CASE 'error_on_visit_store' %]
107
                        An error occurred whilst updating a housebound visit.
99
                        <span>An error occurred whilst updating a housebound visit</span>
108
                    [% CASE 'error_on_visit_create' %]
100
                    [% CASE 'error_on_visit_create' %]
109
                        An error occurred whilst creating a new housebound visit.
101
                        <span>An error occurred whilst creating a new housebound visit</span>
110
                    [% CASE %]
102
                    [% CASE %]
111
                        [% m.code | html %]
103
                        <span>[% m.code | html %]</span>
112
                    [% END %]
104
                    [% END %]
113
                    Please try again later.
105
                    <span>Please try again later</span>
114
                </div>
106
                </div>
115
            [% END %]
107
            [% END %]
116
108
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-15 / +15 lines)
Lines 83-89 legend:hover { Link Here
83
                            <div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div>
83
                            <div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div>
84
                        [% CASE 'error_on_update_patron' %]
84
                        [% CASE 'error_on_update_patron' %]
85
                            <div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div>
85
                            <div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div>
86
                        [% CASE %]Unhandled error: [% message.error | html %]
86
                        [% CASE %]<div class="dialog alert">Unhandled error: [% message.error | html %]</div>
87
                    [% END %]
87
                    [% END %]
88
                [% END %]
88
                [% END %]
89
            [% END %]
89
            [% END %]
Lines 198-217 legend:hover { Link Here
198
                                <input type="checkbox" id="toggle_hidden_fields" title="These fields are collapsed by default by the CollapseFieldsPatronAddForm system preference"><strong>Show collapsed fields:</strong>
198
                                <input type="checkbox" id="toggle_hidden_fields" title="These fields are collapsed by default by the CollapseFieldsPatronAddForm system preference"><strong>Show collapsed fields:</strong>
199
                                [% FOREACH field IN fieldstohide.split(',') %]
199
                                [% FOREACH field IN fieldstohide.split(',') %]
200
                                    [% SWITCH field %]
200
                                    [% SWITCH field %]
201
                                        [% CASE 'identity' %] Patron identity |
201
                                        [% CASE 'identity' %] <span>Patron identity</span> |
202
                                        [% CASE 'guarantor' %] Guarantor information |
202
                                        [% CASE 'guarantor' %] <span>Guarantor information</span> |
203
                                        [% CASE 'primary_address' %] Main address |
203
                                        [% CASE 'primary_address' %] <span>Main address</span> |
204
                                        [% CASE 'primary_contact' %] Contact information |
204
                                        [% CASE 'primary_contact' %] <span>Contact information</span> |
205
                                        [% CASE 'alt_address' %] Alternate address |
205
                                        [% CASE 'alt_address' %] <span>Alternate address</span> |
206
                                        [% CASE 'alt_contact' %] Alternate contact |
206
                                        [% CASE 'alt_contact' %] <span>Alternate contact</span> |
207
                                        [% CASE 'lib_mgmt' %] Library management |
207
                                        [% CASE 'lib_mgmt' %] <span>Library management</span> |
208
                                        [% CASE 'lib_setup' %] Library setup |
208
                                        [% CASE 'lib_setup' %] <span>Library setup</span> |
209
                                        [% CASE 'login' %] OPAC/Staff interface login |
209
                                        [% CASE 'login' %] <span>OPAC/Staff interface login</span> |
210
                                        [% CASE 'flags' %] Patron account flags |
210
                                        [% CASE 'flags' %] <span>Patron account flags</span> |
211
                                        [% CASE 'debarments' %] Patron restrictions |
211
                                        [% CASE 'debarments' %] <span>Patron restrictions</span> |
212
                                        [% CASE 'housebound' %] Housebound roles |
212
                                        [% CASE 'housebound' %] <span>Housebound roles</span> |
213
                                        [% CASE 'additional' %] Additional attributes and identifiers |
213
                                        [% CASE 'additional' %] <span>Additional attributes and identifiers</span> |
214
                                        [% CASE 'messaging' %] Patron messaging preferences |
214
                                        [% CASE 'messaging' %] <span>Patron messaging preferences</span> |
215
                                    [% END %]
215
                                    [% END %]
216
                                [% END %]
216
                                [% END %]
217
                            </p>
217
                            </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-24 / +24 lines)
Lines 51-80 Link Here
51
51
52
[% BLOCK display_names %]
52
[% BLOCK display_names %]
53
    [% SWITCH rs %]
53
    [% SWITCH rs %]
54
        [% CASE 'Accountline'           %]account lines
54
        [% CASE 'Accountline'           %]<span>account lines</span>
55
        [% CASE 'ArticleRequest'        %]article requests
55
        [% CASE 'ArticleRequest'        %]<span>article requests</span>
56
        [% CASE 'BorrowerAttribute'     %]extended patron attributes
56
        [% CASE 'BorrowerAttribute'     %]<span>extended patron attributes</span>
57
        [% CASE 'BorrowerDebarment'     %]patron restrictions
57
        [% CASE 'BorrowerDebarment'     %]<span>patron restrictions</span>
58
        [% CASE 'BorrowerFile'          %]patrons files
58
        [% CASE 'BorrowerFile'          %]<span>patrons files</span>
59
        [% CASE 'BorrowerModification'  %]patron modification requests
59
        [% CASE 'BorrowerModification'  %]<span>patron modification requests</span>
60
        [% CASE 'ClubEnrollment'        %]club enrollments
60
        [% CASE 'ClubEnrollment'        %]<span>club enrollments</span>
61
        [% CASE 'Issue'                 %]checkouts
61
        [% CASE 'Issue'                 %]<span>checkouts</span>
62
        [% CASE 'ItemsLastBorrower'     %]marks as last borrower of item
62
        [% CASE 'ItemsLastBorrower'     %]<span>marks as last borrower of item</span>
63
        [% CASE 'Linktracker'           %]tracked link clicks
63
        [% CASE 'Linktracker'           %]<span>tracked link clicks</span>
64
        [% CASE 'Message'               %]patron messages
64
        [% CASE 'Message'               %]<span>patron messages</span>
65
        [% CASE 'MessageQueue'          %]patron notices
65
        [% CASE 'MessageQueue'          %]<span>patron notices</span>
66
        [% CASE 'OldIssue'              %]previous checkouts
66
        [% CASE 'OldIssue'              %]<span>previous checkouts</span>
67
        [% CASE 'OldReserve'            %]filled holds
67
        [% CASE 'OldReserve'            %]<span>filled holds</span>
68
        [% CASE 'Rating'                %]ratings
68
        [% CASE 'Rating'                %]<span>ratings</span>
69
        [% CASE 'Reserve'               %]current holds
69
        [% CASE 'Reserve'               %]<span>current holds</span>
70
        [% CASE 'Review'                %]reviews
70
        [% CASE 'Review'                %]<span>reviews</span>
71
        [% CASE 'Statistic'             %]statistics
71
        [% CASE 'Statistic'             %]<span>statistics</span>
72
        [% CASE 'SearchHistory'         %]historical searches
72
        [% CASE 'SearchHistory'         %]<span>historical searches</span>
73
        [% CASE 'Suggestion'            %]purchase suggestions
73
        [% CASE 'Suggestion'            %]<span>purchase suggestions</span>
74
        [% CASE 'TagAll'                %]tags
74
        [% CASE 'TagAll'                %]<span>tags</span>
75
        [% CASE 'Virtualshelfcontent'   %]list items
75
        [% CASE 'Virtualshelfcontent'   %]<span>list items</span>
76
        [% CASE 'Virtualshelfshare'     %]list shares
76
        [% CASE 'Virtualshelfshare'     %]<span>list shares</span>
77
        [% CASE 'Virtualshelve'         %]lists
77
        [% CASE 'Virtualshelve'         %]<span>lists</span>
78
        [% CASE %][% rs | html %]
78
        [% CASE %][% rs | html %]
79
    [% END %]
79
    [% END %]
80
[% END %]
80
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-6 / +6 lines)
Lines 238-254 Link Here
238
                                                <span class="label">Main contact method: </span>
238
                                                <span class="label">Main contact method: </span>
239
                                                [% SWITCH patron.primary_contact_method %]
239
                                                [% SWITCH patron.primary_contact_method %]
240
                                                    [% CASE 'phone' %]
240
                                                    [% CASE 'phone' %]
241
                                                        Primary phone
241
                                                        <span>Primary phone</span>
242
                                                    [% CASE 'phonepro' %]
242
                                                    [% CASE 'phonepro' %]
243
                                                        Secondary phone
243
                                                        <span>Secondary phone</span>
244
                                                    [% CASE 'mobile' %]
244
                                                    [% CASE 'mobile' %]
245
                                                        Other phone
245
                                                        <span>Other phone</span>
246
                                                    [% CASE 'email' %]
246
                                                    [% CASE 'email' %]
247
                                                        Primary email
247
                                                        <span>Primary email</span>
248
                                                    [% CASE 'emailpro' %]
248
                                                    [% CASE 'emailpro' %]
249
                                                        Secondary email
249
                                                        <span>Secondary email</span>
250
                                                    [% CASE 'fax' %]
250
                                                    [% CASE 'fax' %]
251
                                                        Fax
251
                                                        <span>Fax</span>
252
                                                [% END %]
252
                                                [% END %]
253
                                            </li>
253
                                            </li>
254
                                        [% END %]
254
                                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-10 / +10 lines)
Lines 87-102 Link Here
87
                                        <td data-order="[% QUEUED_MESSAGE.time_queued | html %]">[% QUEUED_MESSAGE.time_queued | $KohaDates  with_hours => 1 %]</td>
87
                                        <td data-order="[% QUEUED_MESSAGE.time_queued | html %]">[% QUEUED_MESSAGE.time_queued | $KohaDates  with_hours => 1 %]</td>
88
                                        <td>
88
                                        <td>
89
                                            [% IF ( QUEUED_MESSAGE.failure_code ) %]
89
                                            [% IF ( QUEUED_MESSAGE.failure_code ) %]
90
                                                [% IF ( QUEUED_MESSAGE.failure_code == "INVALID_BORNUMBER" ) %]Invalid borrowernumber [% borrowernumber | html %]
90
            [% IF ( QUEUED_MESSAGE.failure_code == "INVALID_BORNUMBER" ) %]<span><span>Invalid borrowernumber [% borrowernumber | html %]</span>
91
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_EMAIL' ) %]Unable to find an email address for this borrower
91
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_EMAIL' ) %]<span>Unable to find an email address for this borrower</span>
92
                                                [% ELSIF (matches = QUEUED_MESSAGE.failure_code.match('INVALID_EMAIL:(\w+)') ) %]Invalid [% matches.0 | html %] email address found [% borrowernumber | html %]
92
            [% ELSIF (matches = QUEUED_MESSAGE.failure_code.match('INVALID_EMAIL:(\w+)') ) %]<span>Invalid [% matches.0 | html %] email address found [% borrowernumber | html %]</span>
93
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_FROM' ) %]Missing from email address
93
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_FROM' ) %]<span>Missing from email address</span>
94
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == 'MISSING_SMS' ) %]Missing SMS number
94
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'MISSING_SMS' ) %]<span>Missing SMS number</span>
95
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == 'DUPLICATE_MESSAGE' ) %]Message is duplicate
95
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'DUPLICATE_MESSAGE' ) %]<span>Message is duplicate</span>
96
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_NOTES' ) %]No notes from SMS driver
96
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_NOTES' ) %]<span>No notes from SMS driver</span>
97
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == 'SENDMAIL' ) %]Unhandled email failure, check the logs for further details
97
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'SENDMAIL' ) %]<span>Unhandled email failure, check the logs for further details</span>
98
                                                [% ELSIF ( QUEUED_MESSAGE.failure_code == "UNKNOWN_ERROR" ) %]Unknown error
98
            [% ELSIF ( QUEUED_MESSAGE.failure_code == "UNKNOWN_ERROR" ) %]<span>Unknown error</span>
99
                                                [% ELSE %]Error occurred while sending email.
99
            [% ELSE %]<span>Error occurred while sending email.</span>
100
                                                [% END %]
100
                                                [% END %]
101
                                            [% END %]
101
                                            [% END %]
102
                                        </td>
102
                                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
      [% slip | $raw %]
26
      [% slip | $raw %]
27
    [% END %]
27
    [% END %]
28
  [% ELSE %]
28
  [% ELSE %]
29
    No print template found
29
    <span>No print template found</span>
30
  [% END %]
30
  [% END %]
31
</div>
31
</div>
32
32
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
      [% slip | $raw %]
26
      [% slip | $raw %]
27
    [% END %]
27
    [% END %]
28
  [% ELSE %]
28
  [% ELSE %]
29
    No print template found
29
    <span>No print template found</span>
30
  [% END %]
30
  [% END %]
31
</div>
31
</div>
32
32
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-6 / +6 lines)
Lines 60-76 Link Here
60
                          <th>
60
                          <th>
61
                            [% SWITCH cn %]
61
                            [% SWITCH cn %]
62
                            [% CASE 'itype' %]
62
                            [% CASE 'itype' %]
63
                                Item type
63
                                <span>Item type</span>
64
                            [% CASE 'ccode' %]
64
                            [% CASE 'ccode' %]
65
                                Collection
65
                                <span>Collection</span>
66
                            [% CASE 'location' %]
66
                            [% CASE 'location' %]
67
                                Shelving location
67
                                <span>Shelving location</span>
68
                            [% CASE 'homebranch' %]
68
                            [% CASE 'homebranch' %]
69
                                Home library
69
                                <span>Home library</span>
70
                            [% CASE 'holdingbranch' %]
70
                            [% CASE 'holdingbranch' %]
71
                                Holding library
71
                                <span>Holding library</span>
72
                            [% CASE %]
72
                            [% CASE %]
73
                                [% cn | html %]
73
                                <span>[% cn | html %]</span>
74
                            [% END %]
74
                            [% END %]
75
                          </th>
75
                          </th>
76
                      [% END %]
76
                      [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-4 / +4 lines)
Lines 61-73 Link Here
61
                            <td>
61
                            <td>
62
                                [% SWITCH ( operation.action ) -%]
62
                                [% SWITCH ( operation.action ) -%]
63
                                    [%   CASE "issue" -%]
63
                                    [%   CASE "issue" -%]
64
                                        Check out
64
                                        <span>Check out</span>
65
                                    [%   CASE "return" -%]
65
                                    [%   CASE "return" -%]
66
                                        Check in
66
                                        <span>Check in</span>
67
                                    [%   CASE "payment" -%]
67
                                    [%   CASE "payment" -%]
68
                                        Payment
68
                                        <span>Payment</span>
69
                                    [%   CASE # default case -%]
69
                                    [%   CASE # default case -%]
70
                                        [% operation.action | html %]
70
                                        <span>[% operation.action | html %]</span>
71
                                [% END -%]
71
                                [% END -%]
72
                            </td>
72
                            </td>
73
			                <td>
73
			                <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-13 / +13 lines)
Lines 2-24 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% BLOCK translate_card_element %]
3
[% BLOCK translate_card_element %]
4
[%-  SWITCH element -%]
4
[%-  SWITCH element -%]
5
[%-  CASE 'layout'    -%]layout
5
[%-  CASE 'layout'    -]<span>layout</span>
6
[%-  CASE 'Layouts'   -%]Layouts
6
[%-  CASE 'Layouts'   -]<span>Layouts</span>
7
[%-  CASE 'template'  -%]template
7
[%-  CASE 'template'  -]<span>template</span>
8
[%-  CASE 'Templates' -%]Templates
8
[%-  CASE 'Templates' -]<span>Templates</span>
9
[%-  CASE 'profile'   -%]profile
9
[%-  CASE 'profile'   -]<span>profile</span>
10
[%-  CASE 'Profiles'  -%]Profiles
10
[%-  CASE 'Profiles'  -]<span>Profiles</span>
11
[%-  CASE 'batch'     -%]batch
11
[%-  CASE 'batch'     -]<span>batch</span>
12
[%-  CASE 'Batches'   -%]Batches
12
[%-  CASE 'Batches'   -]<span>Batches</span>
13
[%-  CASE 'Actions'   -%]Actions
13
[%-  CASE 'Actions'   -]<span>Actions</span>
14
[%-  END -%]
14
[%-  END -%]
15
[% END %]
15
[% END %]
16
[% BLOCK translate_card_elements %]
16
[% BLOCK translate_card_elements %]
17
[%-  SWITCH element -%]
17
[%-  SWITCH element -%]
18
[%-  CASE 'layout'    -%]layouts
18
[%-  CASE 'layout'    -]<span>layouts</span>
19
[%-  CASE 'template'  -%]templates
19
[%-  CASE 'template'  -]<span>templates</span>
20
[%-  CASE 'profile'   -%]profiles
20
[%-  CASE 'profile'   -]<span>profiles</span>
21
[%-  CASE 'batch'     -%]batches
21
[%-  CASE 'batch'     -]<span>batches</span>
22
[%-  END -%]
22
[%-  END -%]
23
[% END %]
23
[% END %]
24
24
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/printreceipt.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
      [% slip | $raw %]
26
      [% slip | $raw %]
27
    [% END %]
27
    [% END %]
28
  [% ELSE %]
28
  [% ELSE %]
29
    No print template found
29
    <span>No print template found</span>
30
  [% END %]
30
  [% END %]
31
</div>
31
</div>
32
32
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-13 / +13 lines)
Lines 48-65 Link Here
48
            [% FOREACH loopfilte IN mainloo.loopfilter %]
48
            [% FOREACH loopfilte IN mainloo.loopfilter %]
49
                <p>
49
                <p>
50
                    [% SWITCH loopfilte.crit %]
50
                    [% SWITCH loopfilte.crit %]
51
                        [% CASE '0' %] Placed on (from)
51
                        [% CASE '0' %]<span>Placed on (from)</span>
52
                        [% CASE '1' %] Placed on (to)
52
                        [% CASE '1' %]<span>Placed on (to)</span>
53
                        [% CASE '2' %] Received on (from)
53
                        [% CASE '2' %]<span>Received on (from)</span>
54
                        [% CASE '3' %] Received on (to)
54
                        [% CASE '3' %]<span>Received on (to)</span>
55
                        [% CASE '4' %] Vendor
55
                        [% CASE '4' %]<span>Vendor</span>
56
                        [% CASE '5' %] Home library
56
                        [% CASE '5' %]<span>Home library</span>
57
                        [% CASE '6' %] Collection
57
                        [% CASE '6' %]<span>Collection</span>
58
                        [% CASE '7' %] Item type
58
                        [% CASE '7' %]<span>Item type</span>
59
                        [% CASE '8' %] Fund
59
                        [% CASE '8' %]<span>Fund</span>
60
                        [% CASE '9' %] Sort1
60
                        [% CASE '9' %]<span>Sort1</span>
61
                        [% CASE '10' %] Sort2
61
                        [% CASE '10' %]<span>Sort2</span>
62
                        [% CASE %] Unknown filter
62
                        [% CASE %]<span>Unknown filter</span>
63
                    [% END %]
63
                    [% END %]
64
                    : [% loopfilte.filter | html %]
64
                    : [% loopfilte.filter | html %]
65
                </p>
65
                </p>
Lines 192-198 Link Here
192
                    [% IF ccode_label %]
192
                    [% IF ccode_label %]
193
                        [% ccode_label | html %]
193
                        [% ccode_label | html %]
194
                    [% ELSE %]
194
                    [% ELSE %]
195
                        Collection
195
                        <span>Collection</span>
196
                    [% END %]
196
                    [% END %]
197
                </td>
197
                </td>
198
                <td><input type="radio" name="Line" value="items.ccode" /></td>
198
                <td><input type="radio" name="Line" value="items.ccode" /></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (-11 / +11 lines)
Lines 54-80 Link Here
54
                        <li>
54
                        <li>
55
                            [% SWITCH loopfilte.crit -%]
55
                            [% SWITCH loopfilte.crit -%]
56
                                [% CASE "Issue From" -%]
56
                                [% CASE "Issue From" -%]
57
                                    Checked out after [% loopfilte.filter | $KohaDates %]
57
                                    <span>Checked out after [% loopfilte.filter | $KohaDates %]</span>
58
                                [% CASE "Issue To" -%]
58
                                [% CASE "Issue To" -%]
59
                                    Checked out before [% loopfilte.filter | $KohaDates %]
59
                                    <span>Checked out before [% loopfilte.filter | $KohaDates %]</span>
60
                                [% CASE "Return From" -%]
60
                                [% CASE "Return From" -%]
61
                                    Checked in after [% loopfilte.filter | $KohaDates %]
61
                                    <span>Checked in after [% loopfilte.filter | $KohaDates %]</span>
62
                                [% CASE "Return To" -%]
62
                                [% CASE "Return To" -%]
63
                                    Checked in before [% loopfilte.filter | $KohaDates %]
63
                                    <span>Checked in before [% loopfilte.filter | $KohaDates %]</span>
64
                                [% CASE "Branch" -%]
64
                                [% CASE "Branch" -%]
65
                                    Library is [% Branches.GetName( loopfilte.filter ) | html %]
65
                                    <span>Library is [% Branches.GetName( loopfilte.filter ) | html %]</span>
66
                                [% CASE "Doc Type" -%]
66
                                [% CASE "Doc Type" -%]
67
                                    Item type is [% ItemTypes.GetDescription( loopfilte.filter ) | html %]
67
                                    <span>Item type is [% ItemTypes.GetDescription( loopfilte.filter ) | html %]</span>
68
                                [% CASE "Bor Cat" -%]
68
                                [% CASE "Bor Cat" -%]
69
                                    Patron category code is [% loopfilte.filter | html %]
69
                                    <span>Patron category code is [% loopfilte.filter | html %]</span>
70
                                [% CASE "Day" -%]
70
                                [% CASE "Day" -%]
71
                                    Day is [% loopfilte.filter | html %]
71
                                    <span>Day is [% loopfilte.filter | html %]</span>
72
                                [% CASE "Month" -%]
72
                                [% CASE "Month" -%]
73
                                    Month is [% loopfilte.filter | html %]
73
                                    <span>Month is [% loopfilte.filter | html %]</span>
74
                                [% CASE "Year" -%]
74
                                [% CASE "Year" -%]
75
                                    Year is [% loopfilte.filter | html %]
75
                                    <span>Year is [% loopfilte.filter | html %]</span>
76
                                [% CASE # default case -%]
76
                                [% CASE # default case -%]
77
                                    [% loopfilte.crit | html %] = [% loopfilte.filter | html %]
77
                                    <span>[% loopfilte.crit | html %] = [% loopfilte.filter | html %]</span>
78
                            [% END -%]
78
                            [% END -%]
79
                        </li>
79
                        </li>
80
                    [% END %]
80
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-6 / +6 lines)
Lines 11-22 Link Here
11
11
12
[%- BLOCK area_name -%]
12
[%- BLOCK area_name -%]
13
    [%- SWITCH area -%]
13
    [%- SWITCH area -%]
14
        [%- CASE 'CIRC' -%]Circulation
14
        [%- CASE 'CIRC' -]<span>Circulation</span>
15
        [%- CASE 'CAT'  -%]Catalog
15
        [%- CASE 'CAT'  -]<span>Catalog</span>
16
        [%- CASE 'PAT'  -%]Patrons
16
        [%- CASE 'PAT'  -]<span>Patrons</span>
17
        [%- CASE 'ACQ'  -%]Acquisitions
17
        [%- CASE 'ACQ'  -]<span>Acquisitions</span>
18
        [%- CASE 'ACC'  -%]Accounts
18
        [%- CASE 'ACC'  -]<span>Accounts</span>
19
        [%- CASE 'SER'  -%]Serials
19
        [%- CASE 'SER'  -]<span>Serials</span>
20
    [%- END -%]
20
    [%- END -%]
21
[%- END -%]
21
[%- END -%]
22
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-6 / +6 lines)
Lines 9-20 Link Here
9
9
10
[%- BLOCK area_name -%]
10
[%- BLOCK area_name -%]
11
    [%- SWITCH area -%]
11
    [%- SWITCH area -%]
12
        [%- CASE 'CIRC' -%]Circulation
12
        [%- CASE 'CIRC' -%]<span>Circulation</span>
13
        [%- CASE 'CAT'  -%]Catalog
13
        [%- CASE 'CAT'  -%]<span>Catalog</span>
14
        [%- CASE 'PAT'  -%]Patrons
14
        [%- CASE 'PAT'  -%]<span>Patrons</span>
15
        [%- CASE 'ACQ'  -%]Acquisitions
15
        [%- CASE 'ACQ'  -%]<span>Acquisitions</span>
16
        [%- CASE 'ACC'  -%]Accounts
16
        [%- CASE 'ACC'  -%]<span>Accounts</span>
17
        [%- CASE 'SER'  -%]Serials
17
        [%- CASE 'SER'  -%]<span>Serials</span>
18
    [%- END -%]
18
    [%- END -%]
19
[%- END -%]
19
[%- END -%]
20
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-17 / +16 lines)
Lines 59-82 Link Here
59
                    <li>
59
                    <li>
60
                [% END %]
60
                [% END %]
61
                [% SWITCH loopfilte.crit %]
61
                [% SWITCH loopfilte.crit %]
62
                    [% CASE 0 %]Period from
62
                    [% CASE 0 ]<span>Period from [% loopfilte.filter | html %]</span>
63
                    [% CASE 1 %]Period to
63
                    [% CASE 1 ]<span>Period to [% loopfilte.filter | html %]</span>
64
                    [% CASE 2 %]Patron category =
64
                    [% CASE 2 ]<span>Patron category = [% loopfilte.filter | html %]</span>
65
                    [% CASE 3 %]Item type =
65
                    [% CASE 3 ]<span>Item type = [% loopfilte.filter | html %]</span>
66
                    [% CASE 4 %]Issuing library =
66
                    [% CASE 4 ]<span>Issuing library = [% loopfilte.filter | html %]</span>
67
                    [% CASE 5 %]Collection =
67
                    [% CASE 5 ]<span>Collection = [% loopfilte.filter | html %]</span>
68
                    [% CASE 6 %]Location =
68
                    [% CASE 6 ]<span>Location = [% loopfilte.filter | html %]</span>
69
                    [% CASE 7 %]Item call number &gt;=
69
                    [% CASE 7 ]<span>Item call number &gt;= [% loopfilte.filter | html %]</span>
70
                    [% CASE 8 %]Item call number &lt;
70
                    [% CASE 8 ]<span>Item call number &lt; [% loopfilte.filter | html %]</span>
71
                    [% CASE 9 %]Patron sort1 =
71
                    [% CASE 9 ]<span>Patron sort1 = [% loopfilte.filter | html %]</span>
72
                    [% CASE 10 %]Patron sort2 =
72
                    [% CASE 10 ]<span>Patron sort2 = [% loopfilte.filter | html %]</span>
73
                    [% CASE 11 %]Home library =
73
                    [% CASE 11 ]<span>Home library = [% loopfilte.filter | html %]</span>
74
                    [% CASE 12 %]Holding library =
74
                    [% CASE 12 ]<span>Holding library = [% loopfilte.filter | html %]</span>
75
                    [% CASE 13 %]Patron library =
75
                    [% CASE 13 ]<span>Patron library = [% loopfilte.filter | html %]</span>
76
                    [% CASE 14 %]Issuing library =
76
                    [% CASE 14 ]<span>Issuing library = [% loopfilte.filter | html %]</span>
77
                    [% CASE %][% loopfilte.crit | html %] =
77
                    [% CASE ]<span>[% loopfilte.crit | html %] = [% loopfilte.filter | html %]</span>
78
                [% END %]
78
                [% END %]
79
                [% loopfilte.filter | html %]
80
				</li>
79
				</li>
81
            [% END %]
80
            [% END %]
82
            </ul>
81
            </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 / +1 lines)
Lines 113-119 Link Here
113
                [% bdgclass=budgetsloo.active? "": "b_inactive" | html %]
113
                [% bdgclass=budgetsloo.active? "": "b_inactive" | html %]
114
                    <option class="[% bdgclass | html %]" value="[% budgetsloo.value | html %]">
114
                    <option class="[% bdgclass | html %]" value="[% budgetsloo.value | html %]">
115
            [% END %]
115
            [% END %]
116
            [% budgetsloo.description | html %] [% IF !budgetsloo.active %](inactive)[% END %]
116
            [% budgetsloo.description | html %] [% IF !budgetsloo.active %]<span>(inactive)</span>[% END %]
117
            </option>
117
            </option>
118
        [% END %]
118
        [% END %]
119
        </select>
119
        </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-16 / +16 lines)
Lines 650-684 Link Here
650
                                                            <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
650
                                                            <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
651
                                                            [% IF itemloo.not_holdable %]
651
                                                            [% IF itemloo.not_holdable %]
652
                                                                [% IF itemloo.not_holdable == 'damaged' %]
652
                                                                [% IF itemloo.not_holdable == 'damaged' %]
653
                                                                    Item damaged
653
                                                                    <span>Item damaged</span>
654
                                                                [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
654
                                                                [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
655
                                                                    Age restricted
655
                                                                    <span>Age restricted</span>
656
                                                                [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
656
                                                                [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
657
                                                                    Exceeded max holds per record
657
                                                                    <span>Exceeded max holds per record</span>
658
                                                                [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
658
                                                                [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
659
                                                                    Daily hold limit reached for patron
659
                                                                    <span>Daily hold limit reached for patron</span>
660
                                                                [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
660
                                                                [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
661
                                                                    Too many holds
661
                                                                    <span>Too many holds</span>
662
                                                                [% ELSIF itemloo.not_holdable == 'notReservable' %]
662
                                                                [% ELSIF itemloo.not_holdable == 'notReservable' %]
663
                                                                    Not holdable
663
                                                                    <span>Not holdable</span>
664
                                                                [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
664
                                                                [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
665
                                                                    Patron is from different library
665
                                                                    <span>Patron is from different library</span>
666
                                                                [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %]
666
                                                                [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %]
667
                                                                    Cannot place hold from patron's library
667
                                                                    <span>Cannot place hold from patron's library</span>
668
                                                                [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
668
                                                                [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
669
                                                                    Patron already has hold for this item
669
                                                                    <span>Patron already has hold for this item</span>
670
                                                                [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
670
                                                                [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
671
                                                                    Cannot be transferred to pickup library
671
                                                                    <span>Cannot be transferred to pickup library</span>
672
                                                                [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
672
                                                                [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
673
                                                                    Only pickup locations within the same hold group are allowed
673
                                                                    <span>Only pickup locations within the same hold group are allowed</span>
674
                                                                [% ELSIF itemloo.not_holdable == 'noReservesAllowed' %]
674
                                                                [% ELSIF itemloo.not_holdable == 'noReservesAllowed' %]
675
                                                                    No reserves are allowed on this item
675
                                                                    <span>No reserves are allowed on this item</span>
676
                                                                [% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %]
676
                                                                [% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %]
677
                                                                    Library is not a pickup location
677
                                                                    <span>Library is not a pickup location</span>
678
                                                                [% ELSIF itemloo.not_holdable == 'no_valid_pickup_location' %]
678
                                                                [% ELSIF itemloo.not_holdable == 'no_valid_pickup_location' %]
679
                                                                    No valid pickup location
679
                                                                    <span>No valid pickup location</span>
680
                                                                [% ELSE %]
680
                                                                [% ELSE %]
681
                                                                    [% itemloo.not_holdable | html %]
681
                                                                    <span>[% itemloo.not_holdable | html %]</span>
682
                                                                [% END %]
682
                                                                [% END %]
683
                                                            [% END %]
683
                                                            [% END %]
684
                                                        </span>
684
                                                        </span>
Lines 1072-1078 Link Here
1072
                                                                [% IF i %]
1072
                                                                [% IF i %]
1073
                                                                    [% ItemTypes.GetDescription( i ) | html %]
1073
                                                                    [% ItemTypes.GetDescription( i ) | html %]
1074
                                                                [% ELSE %]
1074
                                                                [% ELSE %]
1075
                                                                    Any item type
1075
                                                                    <span>Any item type</span>
1076
                                                                [% END %]
1076
                                                                [% END %]
1077
                                                            </h5>
1077
                                                            </h5>
1078
1078
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +2 lines)
Lines 230-236 Link Here
230
                    [% IF serial.publisheddate %]
230
                    [% IF serial.publisheddate %]
231
                        [% serial.publisheddate | $KohaDates %]
231
                        [% serial.publisheddate | $KohaDates %]
232
                    [% ELSE %]
232
                    [% ELSE %]
233
                        Unknown
233
                        <span>Unknown</span>
234
                    [% END %]
234
                    [% END %]
235
                </td>
235
                </td>
236
                <td data-order="[% serial.publisheddatetext | html %]">
236
                <td data-order="[% serial.publisheddatetext | html %]">
Lines 242-248 Link Here
242
                    [% IF serial.planneddate %]
242
                    [% IF serial.planneddate %]
243
                        [% serial.planneddate | $KohaDates %]
243
                        [% serial.planneddate | $KohaDates %]
244
                    [% ELSE %]
244
                    [% ELSE %]
245
                        Unknown
245
                        <span>Unknown</span>
246
                    [% END %]
246
                    [% END %]
247
                </td>
247
                </td>
248
                <td>
248
                <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
          [% IF (prediction.publicationdate) %]
65
          [% IF (prediction.publicationdate) %]
66
            [% prediction.publicationdate | $KohaDates %]
66
            [% prediction.publicationdate | $KohaDates %]
67
          [% ELSE %]
67
          [% ELSE %]
68
            unknown
68
            <span>unknown</span>
69
          [% END %]
69
          [% END %]
70
        </td>
70
        </td>
71
        [% IF (ask_for_irregularities) %]
71
        [% IF (ask_for_irregularities) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-7 / +7 lines)
Lines 333-346 Link Here
333
                                        [% IF serialslis.planneddate %]
333
                                        [% IF serialslis.planneddate %]
334
                                            [% serialslis.planneddate | html %]
334
                                            [% serialslis.planneddate | html %]
335
                                        [% ELSE %]
335
                                        [% ELSE %]
336
                                            Unknown
336
                                            <span>Unknown</span>
337
                                        [% END %]
337
                                        [% END %]
338
                                    </td>
338
                                    </td>
339
                                    <td>
339
                                    <td>
340
                                        [% IF serialslis.publisheddate %]
340
                                        [% IF serialslis.publisheddate %]
341
                                            [% serialslis.publisheddate | html %]
341
                                            [% serialslis.publisheddate | html %]
342
                                        [% ELSE %]
342
                                        [% ELSE %]
343
                                            Unknown
343
                                            <span>Unknown</span>
344
                                        [% END %]
344
                                        [% END %]
345
                                    </td>
345
                                    </td>
346
                                    <td>
346
                                    <td>
Lines 468-478 Link Here
468
                                                <td data-order="[% order.basket.creationdate | uri %]">[% order.basket.creationdate | $KohaDates%]</td>
468
                                                <td data-order="[% order.basket.creationdate | uri %]">[% order.basket.creationdate | $KohaDates%]</td>
469
                                                <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates %]</td>
469
                                                <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates %]</td>
470
                                                    [% SWITCH order.orderstatus %]
470
                                                    [% SWITCH order.orderstatus %]
471
                                                        [% CASE 'new' %]<td data-order="status_1">New
471
                                                        [% CASE 'new' %]<td data-order="status_1"><span>New</span>
472
                                                        [% CASE 'ordered' %]<td data-order="status_2">Ordered
472
                                                        [% CASE 'ordered' %]<td data-order="status_2"><span>Ordered</span>
473
                                                        [% CASE 'partial' %]<td data-order="status_3">Partial
473
                                                        [% CASE 'partial' %]<td data-order="status_3"><span>Partial</span>
474
                                                        [% CASE 'complete' %]<td data-order="status_4">Complete
474
                                                        [% CASE 'complete' %]<td data-order="status_4"><span>Complete</span>
475
                                                        [% CASE 'cancelled' %]<td data-order="status_5">Cancelled
475
                                                        [% CASE 'cancelled' %]<td data-order="status_5"><span>Cancelled</span>
476
                                                    [% END %]
476
                                                    [% END %]
477
                                                </td>
477
                                                </td>
478
                                                <td>[% order.order_internalnote | html %]</td>
478
                                                <td>[% order.order_internalnote | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (-4 / +4 lines)
Lines 10-19 Link Here
10
10
11
[% BLOCK translate_frequnit %]
11
[% BLOCK translate_frequnit %]
12
[%  SWITCH frequnit %]
12
[%  SWITCH frequnit %]
13
[%   CASE 'day'     %] day
13
[%   CASE 'day'   %]<span> day</span>
14
[%   CASE 'week'    %] week
14
[%   CASE 'week'  %]<span> week</span>
15
[%   CASE 'month'   %] month
15
[%   CASE 'month' %]<span> month</span>
16
[%   CASE 'year'    %] year
16
[%   CASE 'year'  %]<span> year</span>
17
[%  END %]
17
[%  END %]
18
[% END %]
18
[% END %]
19
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt (-3 / +3 lines)
Lines 49-57 Link Here
49
                <option value="[% value | html %]">
49
                <option value="[% value | html %]">
50
            [% END %]
50
            [% END %]
51
            [% SWITCH subtype %]
51
            [% SWITCH subtype %]
52
                [% CASE 'numberlength'%]issues
52
                [% CASE 'numberlength' %]<span>issues</span>
53
                [% CASE 'weeklength'  %]weeks
53
                [% CASE 'weeklength'   %]<span>weeks</span>
54
                [% CASE 'monthlength' %]months
54
                [% CASE 'monthlength'  %]<span>months</span>
55
            [% END %]
55
            [% END %]
56
            </option>
56
            </option>
57
        [% END %]
57
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-21 / +21 lines)
Lines 195-216 Link Here
195
                                <span class="label">Status:</span>
195
                                <span class="label">Status:</span>
196
                                [% SET status_found = 0 %]
196
                                [% SET status_found = 0 %]
197
                                [% IF ( STATUS == 'ASKED' ) %]
197
                                [% IF ( STATUS == 'ASKED' ) %]
198
                                    Pending
198
                                    <span>Pending</span>
199
                                    [% SET status_found = 1 %]
199
                                    [% SET status_found = 1 %]
200
                                [% ELSIF ( STATUS == 'ACCEPTED' ) %]
200
                                [% ELSIF ( STATUS == 'ACCEPTED' ) %]
201
                                    Accepted
201
                                    <span>Accepted<span>
202
                                    [% SET status_found = 1 %]
202
                                    [% SET status_found = 1 %]
203
                                [% ELSIF ( STATUS == 'CHECKED' ) %]
203
                                [% ELSIF ( STATUS == 'CHECKED' ) %]
204
                                    Checked
204
                                    <span>Checked</span>
205
                                    [% SET status_found = 1 %]
205
                                    [% SET status_found = 1 %]
206
                                [% ELSIF ( STATUS == 'REJECTED' ) %]
206
                                [% ELSIF ( STATUS == 'REJECTED' ) %]
207
                                    Rejected
207
                                    <span>Rejected</span>
208
                                    [% SET status_found = 1 %]
208
                                    [% SET status_found = 1 %]
209
                                [% ELSIF ( STATUS == 'ORDERED' ) %]
209
                                [% ELSIF ( STATUS == 'ORDERED' ) %]
210
                                    Ordered
210
                                    <span>Ordered</span>
211
                                    [% SET status_found = 1 %]
211
                                    [% SET status_found = 1 %]
212
                                [% ELSIF ( STATUS == 'AVAILABLE' ) %]
212
                                [% ELSIF ( STATUS == 'AVAILABLE' ) %]
213
                                    Available
213
                                    <span>Available</span>
214
                                    [% SET status_found = 1 %]
214
                                    [% SET status_found = 1 %]
215
                                [% ELSE %]
215
                                [% ELSE %]
216
                                    [% FOREACH s IN SuggestionStatuses %]
216
                                    [% FOREACH s IN SuggestionStatuses %]
Lines 335-345 Link Here
335
                <div class="dialog [% m.type | html %]">
335
                <div class="dialog [% m.type | html %]">
336
                    [% SWITCH m.code %]
336
                    [% SWITCH m.code %]
337
                    [% CASE 'biblio_exists' %]
337
                    [% CASE 'biblio_exists' %]
338
                        A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.
338
                        <span>A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span>
339
                    [%  CASE 'manager_not_enough_permissions' %]
339
                    [%  CASE 'manager_not_enough_permissions' %]
340
                        The manager you selected does not have sufficient permissions.
340
                        <span>The manager you selected does not have sufficient permissions.</span>
341
                    [% CASE %]
341
                    [% CASE %]
342
                        [% m.code | html %]
342
                        <span>[% m.code | html %]</span>
343
                    [% END %]
343
                    [% END %]
344
                </div> <!-- /.dialog -->
344
                </div> <!-- /.dialog -->
345
            [% END %]
345
            [% END %]
Lines 675-685 Link Here
675
                <div class="dialog [% m.type | html %]">
675
                <div class="dialog [% m.type | html %]">
676
                    [% SWITCH m.code %]
676
                    [% SWITCH m.code %]
677
                    [% CASE 'already_exists' %]
677
                    [% CASE 'already_exists' %]
678
                        The suggestion has not been added. A suggestion with this title already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id | html %]&op=show'>suggestion #[% m.id | html %]</a>)
678
                        <span>The suggestion has not been added. A suggestion with this title already exists (<a href='/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% m.id | html %]&op=show'>suggestion #[% m.id | html %]</a>)</span>
679
                    [% CASE 'biblio_exists' %]
679
                    [% CASE 'biblio_exists' %]
680
                        A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.
680
                        <span>A similar document already exists: <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span>
681
                    [% CASE %]
681
                    [% CASE %]
682
                        [% m.code | html %]
682
                        <span>[% m.code | html %]</span>
683
                    [% END %]
683
                    [% END %]
684
                </div> <!-- /.dialog -->
684
                </div> <!-- /.dialog -->
685
            [% END # /FOR m %]
685
            [% END # /FOR m %]
Lines 691-710 Link Here
691
                                <li>
691
                                <li>
692
                            <a href="#[% suggestion.suggestiontype | uri %]">
692
                            <a href="#[% suggestion.suggestiontype | uri %]">
693
                            [% IF ( suggestion.suggestiontypelabel ) %]
693
                            [% IF ( suggestion.suggestiontypelabel ) %]
694
                                [% IF (suggestion.suggestiontypelabel == "Pending") %]Pending
694
                                [% IF (suggestion.suggestiontypelabel == "Pending") %]<span>Pending</span>
695
                                [% ELSIF (suggestion.suggestiontypelabel == "Accepted") %]Accepted
695
                                [% ELSIF (suggestion.suggestiontypelabel == "Accepted") %]<span>Accepted</span>
696
                                [% ELSIF (suggestion.suggestiontypelabel == "Checked") %]Checked
696
                                [% ELSIF (suggestion.suggestiontypelabel == "Checked") %]<span>Checked</span>
697
                                [% ELSIF (suggestion.suggestiontypelabel == "Rejected") %]Rejected
697
                                [% ELSIF (suggestion.suggestiontypelabel == "Rejected") %]<span>Rejected</span>
698
                                [% ELSIF (suggestion.suggestiontypelabel == "Available") %]Available
698
                                [% ELSIF (suggestion.suggestiontypelabel == "Available") %]<span>Available</span>
699
                                [% ELSIF (suggestion.suggestiontypelabel == "Ordered") %]Ordered
699
                                [% ELSIF (suggestion.suggestiontypelabel == "Ordered") %]<span>Ordered</span>
700
                                [% ELSIF (suggestion.suggestiontypelabel == "Unknown") %]Status unknown
700
                                [% ELSIF (suggestion.suggestiontypelabel == "Unknown") %]<span>Status unknown</span>
701
                                [% ELSIF (suggestion.suggestiontypelabel == "__ANY__") %]Any
701
                                [% ELSIF (suggestion.suggestiontypelabel == "__ANY__") %]<span>Any</span>
702
                                [% ELSE %][% suggestion.suggestiontypelabel | html %][% END %]
702
                                [% ELSE %][% suggestion.suggestiontypelabel | html %][% END %]
703
                            [% ELSE %]
703
                            [% ELSE %]
704
                                [% IF ( suggestion.suggestiontype ) %]
704
                                [% IF ( suggestion.suggestiontype ) %]
705
                                    [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.suggestiontype ) | html %]
705
                                    [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.suggestiontype ) | html %]
706
                                [% ELSE %]
706
                                [% ELSE %]
707
                                    No name
707
                                    <span>No name</span>
708
                                [% END %]
708
                                [% END %]
709
                            [% END %]
709
                            [% END %]
710
                            ([% suggestion.suggestions_loop.size | html %])</a></li>
710
                            ([% suggestion.suggestions_loop.size | html %])</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-9 / +10 lines)
Lines 64-80 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
64
  [% IF ( message_loop ) %]
64
  [% IF ( message_loop ) %]
65
  <div class="dialog alert" id="main_error">
65
  <div class="dialog alert" id="main_error">
66
    [% FOREACH message_loo IN message_loop %]
66
    [% FOREACH message_loo IN message_loop %]
67
        [% IF ( message_loo.date_from ) %]<strong>Error: </strong>"Date from" is not a legal value ("[% message_loo.date_from | html %]").
67
        [% IF ( message_loo.date_from ) %]<strong>Error: </strong><span>"Date from" is not a legal value ("[% message_loo.date_from | html %]").</span>
68
        [% ELSIF ( message_loo.date_to ) %]<strong>Error: </strong>"Date to" is not a legal value ("[% message_loo.date_to | html %]").
68
        [% ELSIF ( message_loo.date_to ) %]<strong>Error: </strong><span>"Date to" is not a legal value ("[% message_loo.date_to | html %]").</span>
69
        [% ELSIF ( message_loo.failed_ok ) %]<strong>Error: </strong>Failed to approve term ([% message_loo.failed_ok | html %]).
69
        [% ELSIF ( message_loo.failed_ok ) %]<strong>Error: </strong><span>Failed to approve term ([% message_loo.failed_ok | html %]).</span>
70
        [% ELSIF ( message_loo.failed_rej ) %]<strong>Error: </strong>Failed to reject term ([% message_loo.failed_rej | html %]).
70
        [% ELSIF ( message_loo.failed_rej ) %]<strong>Error: </strong><span>Failed to reject term ([% message_loo.failed_rej | html %]).</span>
71
        [% ELSIF ( message_loo.approver ) %]No match for user ([% message_loo.approver | html %]). FILTER REQUIRES BORROWERNUMBER (not name).
71
        [% ELSIF ( message_loo.approver ) %]<span>No match for user ([% message_loo.approver | html %]). FILTER REQUIRES BORROWERNUMBER (not name).</span>
72
        [% ELSIF ( message_loo.approved_by ) %]<strong>Error: </strong>No match for borrowernumber ([% message_loo.approved_by | html %]).
72
        [% ELSIF ( message_loo.approved_by ) %]<strong>Error: </strong><span>No match for borrowernumber ([% message_loo.approved_by | html %]).</span>
73
        [% ELSIF ( message_loo.op_zero ) %]<strong>Error: </strong> The root koha user in your KOHA_CONF file
73
        [% ELSIF ( message_loo.op_zero ) %]<strong>Error: </strong>
74
            <span>The root koha user in your KOHA_CONF file
74
            (default: kohaadmin) is not a valid tag moderator. These actions are logged
75
            (default: kohaadmin) is not a valid tag moderator. These actions are logged
75
            by borrowernumber, so the moderator must exist in your borrowers table.
76
            by borrowernumber, so the moderator must exist in your borrowers table.
76
            Please log in as a different authorized staff user to moderate tags.
77
            Please log in as a different authorized staff user to moderate tags.</span>
77
        [% ELSE %]Unrecognized error!
78
        [% ELSE %]<span>Unrecognized error!</span>
78
        [% END %]
79
        [% END %]
79
            <br />
80
            <br />
80
        [% END %]
81
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-9 / +9 lines)
Lines 46-54 Link Here
46
            <li>
46
            <li>
47
                <a href="#" aria-current="page">
47
                <a href="#" aria-current="page">
48
                    [% IF additional_content.idnew %]
48
                    [% IF additional_content.idnew %]
49
                        <span>Modify additional content<span>
49
                        <span>Modify additional content</span>
50
                    [% ELSE %]
50
                    [% ELSE %]
51
                        <span>Add additional content<span>
51
                        <span>Add additional content</span>
52
                    [% END %]
52
                    [% END %]
53
                    ([% IF category == 'news' %]<span>News</span>[% ELSE %]<span>HTML customizations</span>[% END %])
53
                    ([% IF category == 'news' %]<span>News</span>[% ELSE %]<span>HTML customizations</span>[% END %])
54
                </a>
54
                </a>
Lines 84-102 Link Here
84
        <div class="dialog [% m.type | html %]">
84
        <div class="dialog [% m.type | html %]">
85
            [% SWITCH m.code %]
85
            [% SWITCH m.code %]
86
            [% CASE 'error_on_update' %]
86
            [% CASE 'error_on_update' %]
87
                An error occurred when updating this content. Perhaps it already exists.
87
                <span>An error occurred when updating this content. Perhaps it already exists</span>
88
            [% CASE 'error_on_insert' %]
88
            [% CASE 'error_on_insert' %]
89
                An error occurred when adding this content. Check the logs
89
                <span>An error occurred when adding this content. Check the logs
90
            [% CASE 'error_on_delete' %]
90
            [% CASE 'error_on_delete' %]
91
                An error occurred when deleting this content. Check the logs.
91
                <span>An error occurred when deleting this content. Check the logs</span>
92
            [% CASE 'success_on_update' %]
92
            [% CASE 'success_on_update' %]
93
                Content updated successfully.
93
                <span>Content updated successfully</span>
94
            [% CASE 'success_on_insert' %]
94
            [% CASE 'success_on_insert' %]
95
                Content added successfully.
95
                <span>Content added successfully</span>
96
            [% CASE 'success_on_delete' %]
96
            [% CASE 'success_on_delete' %]
97
                Content deleted successfully.
97
                <span>Content deleted successfully</span>
98
            [% CASE %]
98
            [% CASE %]
99
                [% m.code | html %]
99
                <span>[% m.code | html %]</span>
100
            [% END %]
100
            [% END %]
101
        </div>
101
        </div>
102
    [% END %]
102
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-2 / +2 lines)
Lines 43-52 Link Here
43
        <div class="dialog alert" style="margin:auto;">
43
        <div class="dialog alert" style="margin:auto;">
44
      [% END %]
44
      [% END %]
45
      [% IF message.code == 'cannot_enqueue_job' %]
45
      [% IF message.code == 'cannot_enqueue_job' %]
46
          Cannot enqueue this job.
46
          <span>Cannot enqueue this job.</span>
47
      [% END %]
47
      [% END %]
48
      [% IF message.error %]
48
      [% IF message.error %]
49
        (The error was: [% message.error | html %], see the Koha log file for more information).
49
        <span>(The error was: [% message.error | html %], see the Koha log file for more information).</span>
50
      [% END %]
50
      [% END %]
51
      </div>
51
      </div>
52
    [% END %]
52
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-2 / +2 lines)
Lines 65-74 Link Here
65
            <div class="dialog alert" style="margin:auto;">
65
            <div class="dialog alert" style="margin:auto;">
66
          [% END %]
66
          [% END %]
67
          [% IF message.code == 'cannot_enqueue_job' %]
67
          [% IF message.code == 'cannot_enqueue_job' %]
68
              Cannot enqueue this job.
68
              <span>Cannot enqueue this job.</span>
69
          [% END %]
69
          [% END %]
70
          [% IF message.error %]
70
          [% IF message.error %]
71
            (The error was: [% message.error | html %], see the Koha log file for more information).
71
            <span>(The error was: [% message.error | html %], see the Koha log file for more information).</span>
72
          [% END %]
72
          [% END %]
73
          </div>
73
          </div>
74
        [% END %]
74
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
                                    <div><i class="fa fa-exclamation error"></i>
50
                                    <div><i class="fa fa-exclamation error"></i>
51
                                [% END %]
51
                                [% END %]
52
                                [% IF message.error %]
52
                                [% IF message.error %]
53
                                    (The error was: [% message.error | html %]. See the Koha logfile for more information).
53
                                    <span>(The error was: [% message.error | html %]. See the Koha logfile for more information).</span>
54
                                [% END %]
54
                                [% END %]
55
                                </div>
55
                                </div>
56
                            [% END %]
56
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-14 / +14 lines)
Lines 61-81 Link Here
61
    <div class="dialog [% m.type | html %]">
61
    <div class="dialog [% m.type | html %]">
62
        [% SWITCH m.code %]
62
        [% SWITCH m.code %]
63
        [% CASE 'error_on_update' %]
63
        [% CASE 'error_on_update' %]
64
            An error occurred when updating this CSV profile. Perhaps it already exists.
64
            <span>An error occurred when updating this CSV profile. Perhaps it already exists</span>
65
        [% CASE 'error_on_insert' %]
65
        [% CASE 'error_on_insert' %]
66
            An error occurred when adding this CSV profile.
66
            <span>An error occurred when adding this CSV profile</span>
67
        [% CASE 'error_on_delete' %]
67
        [% CASE 'error_on_delete' %]
68
            An error occurred when deleting this CSV profile. Check the logs.
68
            <span>An error occurred when deleting this CSV profile. Check the logs</span>
69
        [% CASE 'success_on_update' %]
69
        [% CASE 'success_on_update' %]
70
            CSV profile updated successfully.
70
            <span>CSV profile updated successfully</span>
71
        [% CASE 'success_on_insert' %]
71
        [% CASE 'success_on_insert' %]
72
            CSV profile added successfully.
72
            <span>CSV profile added successfully</span>
73
        [% CASE 'success_on_delete' %]
73
        [% CASE 'success_on_delete' %]
74
            CSV profile deleted successfully.
74
            <span>CSV profile deleted successfully</span>
75
        [% CASE 'already_exists' %]
75
        [% CASE 'already_exists' %]
76
            This CSV profile already exists.
76
            <span>This CSV profile already exists</span>
77
        [% CASE %]
77
        [% CASE %]
78
            [% m.code | html %]
78
            <span>[% m.code | html %]</span>
79
        [% END %]
79
        [% END %]
80
    </div>
80
    </div>
81
[% END %]
81
[% END %]
Lines 126-137 Link Here
126
[% END %]
126
[% END %]
127
127
128
[% BLOCK used_for_description %]
128
[% BLOCK used_for_description %]
129
    [% IF used_for_code == 'export_records' %] Export records
129
    [% IF used_for_code == 'export_records' ]<span> Export records</span>
130
    [% ELSIF used_for_code == 'late_issues' %] Late serial issues claims
130
    [% ELSIF used_for_code == 'late_issues' ]<span> Late serial issues claims</span>
131
    [% ELSIF used_for_code == 'late_orders' %] Export late orders
131
    [% ELSIF used_for_code == 'late_orders' ]<span> Export late orders</span>
132
    [% ELSIF used_for_code == 'export_basket' %] Basket export in acquisition
132
    [% ELSIF used_for_code == 'export_basket' ]<span> Basket export in acquisition</span>
133
    [% ELSIF used_for_code == 'export_lost_items' %] Export lost items in report
133
    [% ELSIF used_for_code == 'export_lost_items' ]<span> Export lost items in report</span>
134
    [% ELSE %] Unknown usage
134
    [% ELSE ]<span> Unknown usage</span>
135
    [% END %]
135
    [% END %]
136
[% END %]
136
[% END %]
137
137
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
[% FOR m IN messages %]
40
[% FOR m IN messages %]
41
    <div class="dialog [% m.type | html %]">
41
    <div class="dialog [% m.type | html %]">
42
        [% SWITCH m.code %]
42
        [% SWITCH m.code %]
43
        [% CASE 'invalid_mimetype' %]The file used does not have a valid format. Only csv and txt are allowed.
43
        [% CASE 'invalid_mimetype' %]<span>The file used does not have a valid format. Only csv and txt are allowed.</span>
44
        [% CASE %][% m.code | html %]
44
        [% CASE %][% m.code | html %]
45
        [% END %]
45
        [% END %]
46
    </div>
46
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-6 / +6 lines)
Lines 292-308 Link Here
292
            <td>
292
            <td>
293
            [% FOREACH problem IN result.problems %]
293
            [% FOREACH problem IN result.problems %]
294
                [% IF problem.key == 'wrongplace' %]
294
                [% IF problem.key == 'wrongplace' %]
295
                    Found in wrong place<br/>
295
                    <span>Found in wrong place<span><br/>
296
                [% ELSIF problem.key == 'changestatus' %]
296
                [% ELSIF problem.key == 'changestatus' %]
297
                    Unknown not-for-loan status<br/>
297
                    <span>Unknown not-for-loan status<span><br/>
298
                [% ELSIF problem.key == 'not_scanned' %]
298
                [% ELSIF problem.key == 'not_scanned' %]
299
                    Missing (not scanned)<br/>
299
                    <span>Missing (not scanned)</span><br/>
300
                [% ELSIF problem.key == 'checkedout' %]
300
                [% ELSIF problem.key == 'checkedout' %]
301
                    Still checked out<br/>
301
                    <span>Still checked out</span><br/>
302
                [% ELSIF problem.key == 'no_barcode' %]
302
                [% ELSIF problem.key == 'no_barcode' %]
303
                    No barcode<br/>
303
                    <span>No barcode</span><br/>
304
                [% ELSIF problem.key == 'out_of_order' %]
304
                [% ELSIF problem.key == 'out_of_order' %]
305
                    Item may be shelved out of order<br/>
305
                    <span>Item may be shelved out of order</span><br/>
306
                [% END %]
306
                [% END %]
307
            [% END %]
307
            [% END %]
308
            </td>
308
            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-18 / +11 lines)
Lines 191-197 Link Here
191
                                            [% IF lette.branchname %]
191
                                            [% IF lette.branchname %]
192
                                                [% lette.branchname | html %]
192
                                                [% lette.branchname | html %]
193
                                            [% ELSE %]
193
                                            [% ELSE %]
194
                                                (All libraries)
194
                                                <span>(All libraries)</span>
195
                                            [% END %]
195
                                            [% END %]
196
                                        </td>
196
                                        </td>
197
                                        <td>
197
                                        <td>
Lines 304-310 Link Here
304
                                            [% IF ( branchcode ) %]
304
                                            [% IF ( branchcode ) %]
305
                                               [% Branches.GetName( branchcode ) | html %]
305
                                               [% Branches.GetName( branchcode ) | html %]
306
                                            [% ELSE %]
306
                                            [% ELSE %]
307
                                                All libraries
307
                                                <span>All libraries</span>
308
                                            [% END %]
308
                                            [% END %]
309
                                        [% END %]
309
                                        [% END %]
310
                                    </li>
310
                                    </li>
Lines 439-458 Link Here
439
                                    [% NEXT IF letter.message_transport_type == "phone" && !Koha.Preference('PhoneNotification') %]
439
                                    [% NEXT IF letter.message_transport_type == "phone" && !Koha.Preference('PhoneNotification') %]
440
                                    <h3>
440
                                    <h3>
441
                                        [% SWITCH letter.message_transport_type %]
441
                                        [% SWITCH letter.message_transport_type %]
442
                                            [% CASE 'email' %]
442
                                            [% CASE 'email' %]<span>Email</span>
443
                                              Email
443
                                            [% CASE 'print' %]<span>Print</span>
444
                                            [% CASE 'print' %]
444
                                            [% CASE 'sms' %]<span>SMS</span>
445
                                              Print
445
                                            [% CASE 'feed' %]<span>Feed</span>
446
                                            [% CASE 'sms' %]
446
                                            [% CASE 'itiva' %]<span>Phone ( Itiva )</span>
447
                                              SMS
447
                                            [% CASE 'phone' %]<span>Phone</span>
448
                                            [% CASE 'feed' %]
448
                                            [% CASE %]<span>[% letter.message_transport_type | html %]</span>
449
                                              Feed
450
                                            [% CASE 'itiva' %]
451
                                              Phone ( Itiva )
452
                                            [% CASE 'phone' %]
453
                                                Phone
454
                                            [% CASE %]
455
                                              [% letter.message_transport_type | html %]
456
                                        [% END %]
449
                                        [% END %]
457
                                    </h3>
450
                                    </h3>
458
                                    [% IF letter.message_transport_type == "sms" and not Koha.Preference("SMSSendDriver") %]
451
                                    [% IF letter.message_transport_type == "sms" and not Koha.Preference("SMSSendDriver") %]
Lines 546-552 Link Here
546
                            </tr>
539
                            </tr>
547
                            </thead>
540
                            </thead>
548
                            <tr>
541
                            <tr>
549
                                <td>[% IF letter.branchcode %][% Branches.GetName( letter.branchcode ) | html %][% ELSE %](All libraries)[% END %]</td>
542
                                <td>[% IF letter.branchcode %][% Branches.GetName( letter.branchcode ) | html %][% ELSE %]<span>(All libraries)</span>[% END %]</td>
550
                                <td>[% letter.module | html %]</td>
543
                                <td>[% letter.module | html %]</td>
551
                                <td>[% letter.code | html %]</td>
544
                                <td>[% letter.code | html %]</td>
552
                                <td>[% letter.name | html %]</td>
545
                                <td>[% letter.name | html %]</td>
Lines 567-573 Link Here
567
                [% END # /IF delete_confirm %]
560
                [% END # /IF delete_confirm %]
568
561
569
                [% IF ( delete_confirmed ) %]
562
                [% IF ( delete_confirmed ) %]
570
                    Data deleted
563
                    <span>Data deleted</span>
571
                    <form action="[% action | html %]" method="post">
564
                    <form action="[% action | html %]" method="post">
572
                    <input type="submit" value="OK" />
565
                    <input type="submit" value="OK" />
573
                    </form>
566
                    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-17 / +17 lines)
Lines 167-173 Link Here
167
                                        [% IF ( current_matcher_id ) %]
167
                                        [% IF ( current_matcher_id ) %]
168
                                            [% current_matcher_code | html %] ([% current_matcher_description | html %])
168
                                            [% current_matcher_code | html %] ([% current_matcher_description | html %])
169
                                        [% ELSE %]
169
                                        [% ELSE %]
170
                                            No matching rule in effect
170
                                            <span>No matching rule in effect</span>
171
                                        [% END %]
171
                                        [% END %]
172
                                    [% END %]
172
                                    [% END %]
173
                                </li>
173
                                </li>
Lines 178-190 Link Here
178
                                    [% ELSE %]
178
                                    [% ELSE %]
179
                                        <span class="label">Action if matching record found:</span>
179
                                        <span class="label">Action if matching record found:</span>
180
                                        [% IF ( overlay_action == 'replace' ) %]
180
                                        [% IF ( overlay_action == 'replace' ) %]
181
                                            Replace existing record with incoming record
181
                                            <span>Replace existing record with incoming record</span>
182
                                        [% ELSIF ( overlay_action == 'create_new' ) %]
182
                                        [% ELSIF ( overlay_action == 'create_new' ) %]
183
                                            Add incoming record
183
                                            <span>Add incoming record</span>
184
                                        [% ELSIF ( overlay_action == 'ignore' ) %]
184
                                        [% ELSIF ( overlay_action == 'ignore' ) %]
185
                                            Ignore incoming record (its items may still be processed)
185
                                            <span>Ignore incoming record (its items may still be processed)</span>
186
                                        [% ELSE %]
186
                                        [% ELSE %]
187
                                            [% overlay_action | html %]
187
                                            <span>[% overlay_action | html %]</span>
188
                                        [% END %]
188
                                        [% END %]
189
                                    [% END %]
189
                                    [% END %]
190
                                </li>
190
                                </li>
Lines 211-225 Link Here
211
                                        [% ELSE %]
211
                                        [% ELSE %]
212
                                            <span class="label">Item processing:</span>
212
                                            <span class="label">Item processing:</span>
213
                                            [% IF ( item_action == 'always_add' ) %]
213
                                            [% IF ( item_action == 'always_add' ) %]
214
                                                Always add items
214
                                                <span>Always add items</span>
215
                                            [% ELSIF ( item_action == 'add_only_for_matches' ) %]
215
                                            [% ELSIF ( item_action == 'add_only_for_matches' ) %]
216
                                                Add items only if matching bib was found
216
                                                <span>Add items only if matching bib was found</span>
217
                                            [% ELSIF ( item_action == 'add_only_for_new' ) %]
217
                                            [% ELSIF ( item_action == 'add_only_for_new' ) %]
218
                                                Add items only if no matching bib was found
218
                                                <span>Add items only if no matching bib was found</span>
219
                                            [% ELSIF ( item_action == 'ignore' ) %]
219
                                            [% ELSIF ( item_action == 'ignore' ) %]
220
                                                Ignore items
220
                                                <span>Ignore items</span>
221
                                            [% ELSE %]
221
                                            [% ELSE %]
222
                                                [% item_action | html %]
222
                                                <span>[% item_action | html %]</span>
223
                                            [% END %]
223
                                            [% END %]
224
                                        [% END %]
224
                                        [% END %]
225
                                    </li>
225
                                    </li>
Lines 365-383 Link Here
365
                                    <td>[% IF ( batch_lis.record_type == 'auth' ) %]Authority[% ELSE %]Bibliographic[% END %]</td>
365
                                    <td>[% IF ( batch_lis.record_type == 'auth' ) %]Authority[% ELSE %]Bibliographic[% END %]</td>
366
                                    <td>
366
                                    <td>
367
                                        [% IF ( batch_lis.import_status == 'cleaned' ) %]
367
                                        [% IF ( batch_lis.import_status == 'cleaned' ) %]
368
                                            Cleaned
368
                                            <span>Cleaned</span>
369
                                        [% ELSIF ( batch_lis.import_status == 'imported' ) %]
369
                                        [% ELSIF ( batch_lis.import_status == 'imported' ) %]
370
                                            Imported
370
                                            <span>Imported</span>
371
                                        [% ELSIF ( batch_lis.import_status == 'importing' ) %]
371
                                        [% ELSIF ( batch_lis.import_status == 'importing' ) %]
372
                                            Importing
372
                                            <span>Importing</span>
373
                                        [% ELSIF ( batch_lis.import_status == 'reverted' ) %]
373
                                        [% ELSIF ( batch_lis.import_status == 'reverted' ) %]
374
                                            Reverted
374
                                            <span>Reverted</span>
375
                                        [% ELSIF ( batch_lis.import_status == 'reverting' ) %]
375
                                        [% ELSIF ( batch_lis.import_status == 'reverting' ) %]
376
                                            Reverting
376
                                            <span>Reverting</span>
377
                                        [% ELSIF ( batch_lis.import_status == 'staged' ) %]
377
                                        [% ELSIF ( batch_lis.import_status == 'staged' ) %]
378
                                            Staged
378
                                            <span>Staged</span>
379
                                        [% ELSE %]
379
                                        [% ELSE %]
380
                                            [% batch_lis.import_status | html %]
380
                                            <span>[% batch_lis.import_status | html %]</span>
381
                                        [% END %]
381
                                        [% END %]
382
                                    </td>
382
                                    </td>
383
                                    <td>[% batch_lis.upload_timestamp | $KohaDates with_hours=1 %]</td>
383
                                    <td>[% batch_lis.upload_timestamp | $KohaDates with_hours=1 %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-44 / +22 lines)
Lines 290-339 Link Here
290
                                            <label for="[% field.name | html %]">
290
                                            <label for="[% field.name | html %]">
291
                                            [% END %]
291
                                            [% END %]
292
                                            [% SWITCH ( field.name ) %]
292
                                            [% SWITCH ( field.name ) %]
293
                                                [% CASE 'surname' %]
293
                                                [% CASE 'surname' %]<span>Surname:</span>
294
                                                Surname:
294
                                                [% CASE 'firstname' %]<span>First name:</span>
295
                                                [% CASE 'firstname' %]
295
                                                [% CASE 'branchcode' %]<span>Library:</span>
296
                                                First name:
296
                                                [% CASE 'categorycode' %]<span>Patron category:</span>
297
                                                [% CASE 'branchcode' %]
297
                                                [% CASE 'streetnumber' %]<span>Street number:</span>
298
                                                Library:
298
                                                [% CASE 'address' %]<span>Address:</span>
299
                                                [% CASE 'categorycode' %]
299
                                                [% CASE 'address2' %]<span>Address 2:</span>
300
                                                Patron category:
300
                                                [% CASE 'city' %]<span>City:</span>
301
                                                [% CASE 'streetnumber' %]
301
                                                [% CASE 'state' %]<span>State:</span>
302
                                                Street number:
302
                                                [% CASE 'zipcode' %]<span>ZIP/Postal code:</span>
303
                                                [% CASE 'address' %]
303
                                                [% CASE 'country' %]<span>Country:</span>
304
                                                Address:
304
                                                [% CASE 'email' %]<span>Primary email:</span>
305
                                                [% CASE 'address2' %]
305
                                                [% CASE 'phone' %]<span>Phone:</span>
306
                                                Address 2:
306
                                                [% CASE 'mobile' %]<span>Mobile:</span>
307
                                                [% CASE 'city' %]
307
                                                [% CASE 'sort1' %]<span>Sort 1:</span>
308
                                                City:
308
                                                [% CASE 'sort2' %]<span>Sort 2:</span>
309
                                                [% CASE 'state' %]
309
                                                [% CASE 'dateenrolled' %]<span>Registration date:</span>
310
                                                State:
310
                                                [% CASE 'dateexpiry' %]<span>Expiry date:</span>
311
                                                [% CASE 'zipcode' %]
311
                                                [% CASE 'borrowernotes' %]<span>Circulation note:</span>
312
                                                ZIP/Postal code:
312
                                                [% CASE 'opacnote' %]<span>OPAC note:</span>
313
                                                [% CASE 'country' %]
313
                                                [% CASE 'debarred' %]<span>Restriction expiration:</span>
314
                                                Country:
314
                                                [% CASE 'debarredcomment' %]<span>Restriction comment:</span>
315
                                                [% CASE 'email' %]
316
                                                Primary email:
317
                                                [% CASE 'phone' %]
318
                                                Phone:
319
                                                [% CASE 'mobile' %]
320
                                                Mobile:
321
                                                [% CASE 'sort1' %]
322
                                                Sort 1:
323
                                                [% CASE 'sort2' %]
324
                                                Sort 2:
325
                                                [% CASE 'dateenrolled' %]
326
                                                Registration date:
327
                                                [% CASE 'dateexpiry' %]
328
                                                Expiry date:
329
                                                [% CASE 'borrowernotes' %]
330
                                                Circulation note:
331
                                                [% CASE 'opacnote' %]
332
                                                OPAC note:
333
                                                [% CASE 'debarred' %]
334
                                                Restriction expiration:
335
                                                [% CASE 'debarredcomment' %]
336
                                                Restriction comment:
337
                                            [% END %]
315
                                            [% END %]
338
                                            </label>
316
                                            </label>
339
                                            [% IF ( field.type == 'text' ) %]
317
                                            [% IF ( field.type == 'text' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-14 / +7 lines)
Lines 91-110 Link Here
91
                [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
91
                [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %]
92
                <th scpre="col">
92
                <th scpre="col">
93
                  [% SWITCH mtt %]
93
                  [% SWITCH mtt %]
94
                  [% CASE 'email' %]
94
                  [% CASE 'email' %]<span>Email</span>
95
                    Email
95
                  [% CASE 'print' %]<span>Print</span>
96
                  [% CASE 'print' %]
96
                  [% CASE 'sms' %]<span>SMS</span>
97
                    Print
97
                  [% CASE 'feed' %]<span>Feed</span>
98
                  [% CASE 'sms' %]
98
                  [% CASE 'itiva' %]<span>Phone (i-tiva)</span>
99
                    SMS
99
                  [% CASE 'phone' %]<span>Phone</span>
100
                  [% CASE 'feed' %]
100
                  [% CASE %]<span>[% mtt | html %]</span>
101
                    Feed
102
                  [% CASE 'itiva' %]
103
                    Phone (i-tiva)
104
                  [% CASE 'phone' %]
105
                    Phone
106
                  [% CASE %]
107
                    [% mtt | html %]
108
                  [% END %]
101
                  [% END %]
109
                </th>
102
                </th>
110
              [% END %]
103
              [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt (-8 / +8 lines)
Lines 8-21 Link Here
8
                [%# FIXME The message block does not appear at the top of the modal! %]
8
                [%# FIXME The message block does not appear at the top of the modal! %]
9
                <div class="dialog [% m.type | html %]">
9
                <div class="dialog [% m.type | html %]">
10
                    [% SWITCH m.code %]
10
                    [% SWITCH m.code %]
11
                    [% CASE 'no_data_for_preview' %]You did not specify data for preview.
11
                    [% CASE 'no_data_for_preview' %]<span>You did not specify data for preview.</span>
12
                    [% CASE 'preview_not_available' %]Preview is not available for letters '[% m.letter_code | html %]'.
12
                    [% CASE 'preview_not_available' %]<span>Preview is not available for letters '[% m.letter_code | html %]'.</span>
13
                    [% CASE 'not_checked_in_yet' %]Do not forget that the issue has not been checked in yet.
13
                    [% CASE 'not_checked_in_yet' %]<span>Do not forget that the issue has not been checked in yet.</span>
14
                    [% CASE 'not_checked_out_yet' %]Do not forget that the issue has not been checked out yet.
14
                    [% CASE 'not_checked_out_yet' %]<span>Do not forget that the issue has not been checked out yet.</span>
15
                    [% CASE 'no_checkout' %]This item is not checked out.
15
                    [% CASE 'no_checkout' %]<span>This item is not checked out.</span>
16
                    [% CASE 'no_item_or_no_patron' %]The item or the patron does not exist.
16
                    [% CASE 'no_item_or_no_patron' %]<span>The item or the patron does not exist.</span>
17
                    [% CASE 'no_hold' %]No hold is placed by this patron on this bibliographic record.
17
                    [% CASE 'no_hold' %]<span>No hold is placed by this patron on this bibliographic record.</span>
18
                    [% CASE %][% m.code | html %]
18
                    [% CASE %]<span>[% m.code | html %]</span>
19
                    [% END %]
19
                    [% END %]
20
                </div>
20
                </div>
21
            [% END %]
21
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt (-6 / +6 lines)
Lines 93-100 Link Here
93
                                    <td><a href="[% OPACBaseURL | url %][% report.problempage | url %]">[% OPACBaseURL | url %][% report.problempage | html %]</a></td>
93
                                    <td><a href="[% OPACBaseURL | url %][% report.problempage | url %]">[% OPACBaseURL | url %][% report.problempage | html %]</a></td>
94
                                    <td>
94
                                    <td>
95
                                        [% SWITCH report.recipient %]
95
                                        [% SWITCH report.recipient %]
96
                                        [% CASE 'admin' %]Koha administrator
96
                                        [% CASE 'admin' %]<span>Koha administrator</span>
97
                                        [% CASE 'library' %]A librarian
97
                                        [% CASE 'library' %]<span>A librarian</span>
98
                                        [% END %]
98
                                        [% END %]
99
                                    </td>
99
                                    </td>
100
                                    <td data-order="[% report.created_on | html %]">[% report.created_on | $KohaDates with_hours => 1 %]</td>
100
                                    <td data-order="[% report.created_on | html %]">[% report.created_on | $KohaDates with_hours => 1 %]</td>
Lines 102-111 Link Here
102
                                    <td class="status[% report.status | html %]" name="status">
102
                                    <td class="status[% report.status | html %]" name="status">
103
                                        <span id="status_[% report.reportid | html %]">
103
                                        <span id="status_[% report.reportid | html %]">
104
                                            [% SWITCH report.status %]
104
                                            [% SWITCH report.status %]
105
                                            [% CASE 'New' %]New
105
                                            [% CASE 'New' %]<span>New</span>
106
                                            [% CASE 'Closed' %]Closed
106
                                            [% CASE 'Closed' %]<span>Closed</span>
107
                                            [% CASE 'Viewed' %]Viewed
107
                                            [% CASE 'Viewed' %]<span>Viewed</span>
108
                                            [% CASE %]Unknown status ([% report.status | html %])
108
                                            [% CASE %]<span>Unknown status ([% report.status | html %])</span>
109
                                            [% END %]
109
                                            [% END %]
110
                                        </span>
110
                                        </span>
111
                                    </td>
111
                                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-5 / +5 lines)
Lines 36-50 Link Here
36
    <div class="dialog [% m.type | html %]" id="quote_action_result_dialog">
36
    <div class="dialog [% m.type | html %]" id="quote_action_result_dialog">
37
        [% SWITCH m.code %]
37
        [% SWITCH m.code %]
38
        [% CASE 'error_on_update' %]
38
        [% CASE 'error_on_update' %]
39
            An error occurred when updating this quote. Perhaps it already exists.
39
            <span>An error occurred when updating this quote. Perhaps it already exists</span>
40
        [% CASE 'error_on_insert' %]
40
        [% CASE 'error_on_insert' %]
41
            An error occurred when adding this quote.
41
            <span>An error occurred when adding this quote</span>
42
        [% CASE 'success_on_update' %]
42
        [% CASE 'success_on_update' %]
43
            Quote updated successfully.
43
            <span>Quote updated successfully</span>
44
        [% CASE 'success_on_insert' %]
44
        [% CASE 'success_on_insert' %]
45
            Quote added successfully.
45
            <span>Quote added successfully</span>
46
        [% CASE %]
46
        [% CASE %]
47
            [% m.code | html %]
47
            <span>[% m.code | html %]</span>
48
        [% END %]
48
        [% END %]
49
    </div>
49
    </div>
50
[% END %]
50
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-70 / +70 lines)
Lines 65-102 Link Here
65
65
66
[% BLOCK translate_log_module %]
66
[% BLOCK translate_log_module %]
67
[%    SWITCH module %]
67
[%    SWITCH module %]
68
[%        CASE 'AUTH'         %]Authentication[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
68
[%        CASE 'AUTH'         %]<span>Authentication</span>[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
69
[%        CASE 'CATALOGUING'  %]Catalog[% UNLESS Koha.Preference('CataloguingLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
69
[%        CASE 'CATALOGUING'  %]<span>Catalog</span>[% UNLESS Koha.Preference('CataloguingLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
70
70
71
[%        CASE 'AUTHORITIES'  %]Authorities[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
71
[%        CASE 'AUTHORITIES'  %]<span>Authorities</span>[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
72
72
73
[%        CASE 'MEMBERS'      %]Patrons[% UNLESS Koha.Preference('BorrowersLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
73
[%        CASE 'MEMBERS'      %]<span>Patrons</span>[% UNLESS Koha.Preference('BorrowersLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
74
74
75
[%        CASE 'ACQUISITIONS' %]Acquisitions [% UNLESS Koha.Preference('AcquisitionLog') %]<i class="fa fa-warning" title="Log not enabled"></i>[% END %]
75
[%        CASE 'ACQUISITIONS' %]<span>Acquisitions</span>[% UNLESS Koha.Preference('AcquisitionLog') %]<i class="fa fa-warning" title="Log not enabled"></i>[% END %]
76
76
77
[%        CASE 'SERIAL'       %]Serials[% UNLESS Koha.Preference('SubscriptionLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
77
[%        CASE 'SERIAL'       %]<span>Serials</span>[% UNLESS Koha.Preference('SubscriptionLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
78
78
79
[%        CASE 'HOLDS'        %]Holds[% UNLESS Koha.Preference('HoldsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
79
[%        CASE 'HOLDS'        %]<span>Holds</span>[% UNLESS Koha.Preference('HoldsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
80
80
81
[%        CASE 'ILL'          %]Interlibrary loans[% UNLESS Koha.Preference('IllLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
81
[%        CASE 'ILL'          %]<span>Interlibrary loans</span>[% UNLESS Koha.Preference('IllLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
82
82
83
[%        CASE 'CIRCULATION'  %]Circulation[% UNLESS Koha.Preference('IssueLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
83
[%        CASE 'CIRCULATION'  %]<span>Circulation</span>[% UNLESS Koha.Preference('IssueLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
84
84
85
[%        CASE 'CLAIMS'       %]Claims[% UNLESS Koha.Preference('ClaimsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
85
[%        CASE 'CLAIMS'       %]<span>Claims</span>[% UNLESS Koha.Preference('ClaimsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
86
86
87
[%        CASE 'FINES'        %]Fines[% UNLESS Koha.Preference('FinesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
87
[%        CASE 'FINES'        %]<span>Fines</span>[% UNLESS Koha.Preference('FinesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
88
88
89
[%        CASE 'SYSTEMPREFERENCE' %]System prefs
89
[%        CASE 'SYSTEMPREFERENCE' %]<span>System prefs</span>
90
90
91
[%        CASE 'CRONJOBS' %]Cron jobs[% UNLESS Koha.Preference('CronjobLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
91
[%        CASE 'CRONJOBS' %]<span>Cron jobs</span>[% UNLESS Koha.Preference('CronjobLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
92
92
93
[%        CASE 'REPORTS'      %]Reports[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
93
[%        CASE 'REPORTS'      %]<span>Reports</span>[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
94
94
95
[%        CASE 'SEARCHENGINE' %]Search engine
95
[%        CASE 'SEARCHENGINE' %]<span>Search engine</span>
96
96
97
[%        CASE 'NOTICES'      %]Notices[% UNLESS Koha.Preference('NoticesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
97
[%        CASE 'NOTICES'      %]<span>Notices</span>[% UNLESS Koha.Preference('NoticesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
98
[%        CASE 'NEWS'      %]News[% UNLESS Koha.Preference('NewsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
98
[%        CASE 'NEWS'      %]<span>News</span>[% UNLESS Koha.Preference('NewsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
99
[%        CASE 'RECALLS'      %]Recalls[% UNLESS Koha.Preference('RecallsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
99
[%        CASE 'RECALLS'      %]<span>Recalls</span>[% UNLESS Koha.Preference('RecallsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
100
100
101
[%        CASE %][% module | html %]
101
[%        CASE %][% module | html %]
102
[%    END %]
102
[%    END %]
Lines 104-167 Link Here
104
104
105
[% BLOCK translate_log_action %]
105
[% BLOCK translate_log_action %]
106
[%    SWITCH action %]
106
[%    SWITCH action %]
107
[%        CASE 'ADD'    %]Add
107
[%        CASE 'ADD'    %]<span>Add</span>
108
[%        CASE 'DELETE' %]Delete
108
[%        CASE 'DELETE' %]<span>Delete</span>
109
[%        CASE 'MODIFY' %]Modify
109
[%        CASE 'MODIFY' %]<span>Modify</span>
110
[%        CASE 'ISSUE'  %]Checkout
110
[%        CASE 'ISSUE'  %]<span>Checkout</span>
111
[%        CASE 'RETURN' %]Return
111
[%        CASE 'RETURN' %]<span>Return</span>
112
[%        CASE 'CREATE' %]Create
112
[%        CASE 'CREATE' %]<span>Create</span>
113
[%        CASE 'CANCEL' %]Cancel
113
[%        CASE 'CANCEL' %]<span>Cancel</span>
114
[%        CASE 'FILL'   %]Fill
114
[%        CASE 'FILL'   %]<span>Fill</span>
115
[%        CASE 'RESUME' %]Resume
115
[%        CASE 'RESUME' %]<span>Resume</span>
116
[%        CASE 'SUSPEND' %]Suspend
116
[%        CASE 'SUSPEND' %]<span>Suspend</span>
117
[%        CASE 'RENEW'  %]Renew
117
[%        CASE 'RENEW'  %]<span>Renew</span>
118
[%        CASE 'RENEWAL' %]Renew
118
[%        CASE 'RENEWAL' %]<span>Renew</span>
119
[%        CASE 'CHANGE PASS' %]Change password
119
[%        CASE 'CHANGE PASS' %]<span>Change password</span>
120
[%        CASE 'ADDCIRCMESSAGE' %]Add circulation message
120
[%        CASE 'ADDCIRCMESSAGE' %]<span>Add circulation message</span>
121
[%        CASE 'DELCIRCMESSAGE' %]Delete circulation message
121
[%        CASE 'DELCIRCMESSAGE' %]<span>Delete circulation message</span>
122
[%        CASE 'STATUS_CHANGE'  %]Change ILL request status
122
[%        CASE 'STATUS_CHANGE'  %]<span>Change ILL request status</span>
123
[%        CASE 'PATRON_NOTICE'  %]ILL notice sent to patron
123
[%        CASE 'PATRON_NOTICE'  %]<span>ILL notice sent to patron</span>
124
[%        CASE 'ADD_BASKET' %]Create an acquisitions basket
124
[%        CASE 'ADD_BASKET' %]<span>Create an acquisitions basket</span>
125
[%        CASE 'MODIFY_BASKET' %]Modify an acquisitions basket
125
[%        CASE 'MODIFY_BASKET' %]<span>Modify an acquisitions basket</span>
126
[%        CASE 'MODIFY_BASKET_HEADER' %]Modify an acquisitions basket header
126
[%        CASE 'MODIFY_BASKET_HEADER' %]<span>Modify an acquisitions basket header</span>
127
[%        CASE 'MODIFY_BASKET_USERS' %]Modify an acquisitions basket's users
127
[%        CASE 'MODIFY_BASKET_USERS' %]<span>Modify an acquisitions basket's users</span>
128
[%        CASE 'CLOSE_BASKET' %]Close an acquisitions basket
128
[%        CASE 'CLOSE_BASKET' %]<span>Close an acquisitions basket</span>
129
[%        CASE 'APPROVE_BASKET' %]Approve an acquisitions basket
129
[%        CASE 'APPROVE_BASKET' %]<span>Approve an acquisitions basket</span>
130
[%        CASE 'REOPEN_BASKET' %]Reopen an acquisitions basket
130
[%        CASE 'REOPEN_BASKET' %]<span>Reopen an acquisitions basket</span>
131
[%        CASE 'CANCEL_ORDER' %]Cancel an order
131
[%        CASE 'CANCEL_ORDER' %]<span>Cancel an order</span>
132
[%        CASE 'CREATE_ORDER' %]Create an order
132
[%        CASE 'CREATE_ORDER' %]<span>Create an order</span>
133
[%        CASE 'MODIFY_ORDER' %]Modify an order
133
[%        CASE 'MODIFY_ORDER' %]<span>Modify an order</span>
134
[%        CASE 'CREATE_INVOICE_ADJUSTMENT' %]Create an invoice adjustment
134
[%        CASE 'CREATE_INVOICE_ADJUSTMENT' %]<span>Create an invoice adjustment</span>
135
[%        CASE 'UPDATE_INVOICE_ADJUSTMENT' %]Modify an invoice adjustment
135
[%        CASE 'UPDATE_INVOICE_ADJUSTMENT' %]<span>Modify an invoice adjustment</span>
136
[%        CASE 'DELETE_INVOICE_ADJUSTMENT' %]Delete an invoice adjustment
136
[%        CASE 'DELETE_INVOICE_ADJUSTMENT' %]<span>Delete an invoice adjustment</span>
137
[%        CASE 'RECEIVE_ORDER' %]Receive an order
137
[%        CASE 'RECEIVE_ORDER' %]<span>Receive an order</span>
138
[%        CASE 'MODIFY_BUDGET' %]Modify a budget
138
[%        CASE 'MODIFY_BUDGET' %]<span>Modify a budget</span>
139
[%        CASE 'CREATE_FUND' %]Create a fund
139
[%        CASE 'CREATE_FUND' %]<span>Create a fund</span>
140
[%        CASE 'MODIFY_FUND' %]Modify a fund
140
[%        CASE 'MODIFY_FUND' %]<span>Modify a fund</span>
141
[%        CASE 'DELETE_FUND' %]Delete a fund
141
[%        CASE 'DELETE_FUND' %]<span>Delete a fund</span>
142
[%        CASE 'Run'    %]Run
142
[%        CASE 'Run'    %]<span>Run</span>
143
[%        CASE 'EDIT_MAPPINGS' %]Edit mappings
143
[%        CASE 'EDIT_MAPPINGS' %]<span>Edit mappings</span>
144
[%        CASE 'RESET_MAPPINGS' %]Reset mappings
144
[%        CASE 'RESET_MAPPINGS' %]<span>Reset mappings</span>
145
[%        CASE 'SERIAL CLAIM' %]Serial claim
145
[%        CASE 'SERIAL CLAIM' %]<span>Serial claim</span>
146
[%        CASE 'ACQUISITION CLAIM' %]Acquisition claim
146
[%        CASE 'ACQUISITION CLAIM' %]<span>Acquisition claim</span>
147
[%        CASE 'ACQUISITION ORDER' %]Acquisition order
147
[%        CASE 'ACQUISITION ORDER' %]<span>Acquisition order</span>
148
[%        CASE 'FULFILL' %]Fulfill
148
[%        CASE 'FULFILL' %]<span>Fulfill</span>
149
[%        CASE 'OVERDUE' %]Overdue
149
[%        CASE 'OVERDUE' %]<span>Overdue</span>
150
[%        CASE 'EXPIRE'  %]Expire
150
[%        CASE 'EXPIRE'  %]<span>Expire</span>
151
[%        CASE %][% action | html %]
151
[%        CASE %][% action | html %]
152
[%    END %]
152
[%    END %]
153
[% END %]
153
[% END %]
154
154
155
[% BLOCK translate_log_interface %]
155
[% BLOCK translate_log_interface %]
156
[%    SWITCH log_interface.upper %]
156
[%    SWITCH log_interface.upper %]
157
[%        CASE 'INTRANET'    %]Intranet
157
[%        CASE 'INTRANET'    %]<span>Intranet</span>
158
[%        CASE 'OPAC'        %]OPAC
158
[%        CASE 'OPAC'        %]<span>OPAC</span>
159
[%        CASE 'SIP'         %]SIP
159
[%        CASE 'SIP'         %]<span>SIP</span>
160
[%        CASE 'COMMANDLINE' %]Command-line
160
[%        CASE 'COMMANDLINE' %]<span>Command-line</span>
161
[%        CASE 'API'         %]REST API
161
[%        CASE 'API'         %]<span>REST API</span>
162
[%        CASE 'CRON'        %]Cron job
162
[%        CASE 'CRON'        %]<span>Cron job</span>
163
[%        CASE 'UPGRADE'     %]Upgrade
163
[%        CASE 'UPGRADE'     %]<span>Upgrade</span>
164
[%        CASE %][% log_interface | html %]
164
[%        CASE %]<span>[% log_interface | html %]</span>
165
[%    END %]
165
[%    END %]
166
[% END %]
166
[% END %]
167
167
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt (-3 / +3 lines)
Lines 8-18 Link Here
8
    <div class="dialog [% m.type | html %]">
8
    <div class="dialog [% m.type | html %]">
9
        [% SWITCH m.code %]
9
        [% SWITCH m.code %]
10
        [% CASE 'unauthorized' %]
10
        [% CASE 'unauthorized' %]
11
            You do not have permission to view this list.
11
            <span>You do not have permission to view this list.</span>
12
        [% CASE 'does_not_exist' %]
12
        [% CASE 'does_not_exist' %]
13
            This list does not exist.
13
            <span>This list does not exist.</span>
14
        [% CASE %]
14
        [% CASE %]
15
            [% m.code | html %]
15
            <span>[% m.code | html %]</span>
16
        [% END %]
16
        [% END %]
17
    </div>
17
    </div>
18
[% END %]
18
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-3 / +4 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE To %]
3
[% USE To %]
4
[% PROCESS 'i18n.inc' %]
4
{
5
{
5
    "sEcho": [% sEcho | html %],
6
    "sEcho": [% sEcho | html %],
6
    "iTotalRecords": [% iTotalRecords | html %],
7
    "iTotalRecords": [% iTotalRecords | html %],
Lines 13-25 Link Here
13
                "dt_shelfname":
14
                "dt_shelfname":
14
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% data.shelfnumber | html %]'>[% data.shelfname | html | $To %]</a>",
15
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?op=view&shelfnumber=[% data.shelfnumber | html %]'>[% data.shelfname | html | $To %]</a>",
15
                "dt_count":
16
                "dt_count":
16
                    "[% data.count | html %] item(s)",
17
                    "[% tnx('{count} item', '{count} items', count, { count = data.count }) | $raw %]",
17
                "dt_is_shared":
18
                "dt_is_shared":
18
                    "[% IF data.public %]Public[% ELSIF data.is_shared %]Shared[% ELSE %]Private[% END %]",
19
                    "[% IF data.public %]<span>Public</span>[% ELSIF data.is_shared %]<span>Shared</span>[% ELSE %]<span>Private</span>[% END %]",
19
                "dt_owner":
20
                "dt_owner":
20
                    "<a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.owner | html %]'>[% data.firstname | html | $To %] [% data.surname | html | $To %]</a>",
21
                    "<a href='/cgi-bin/koha/members/moremember.pl?borrowernumber=[% data.owner | html %]'>[% data.firstname | html | $To %] [% data.surname | html | $To %]</a>",
21
                "dt_sortby":
22
                "dt_sortby":
22
                    [% IF data.sortby == "author" %]"Author"[% ELSIF data.sortby == "copyrightdate" %]"Year"[% ELSIF data.sortby == "itemcallnumber" %]"Call number"[% ELSIF data.sortby == "dateadded" %]"Date added"[% ELSE %]"Title"[% END %],
23
                    [% IF data.sortby == "author" %]"<span>Author</span>"[% ELSIF data.sortby == "copyrightdate" %]"<span>Year</span>"[% ELSIF data.sortby == "itemcallnumber" %]"<span>Call number</span>"[% ELSIF data.sortby == "dateadded" %]"<span>Date added</span>"[% ELSE %]"<span>Title</span>"[% END %],
23
                "dt_created_on":
24
                "dt_created_on":
24
                    "[% data.created_on | $KohaDates %]",
25
                    "[% data.created_on | $KohaDates %]",
25
                "dt_modification_time":
26
                "dt_modification_time":
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc (-25 / +25 lines)
Lines 11-46 Link Here
11
11
12
[%- BLOCK debit_type_description -%]
12
[%- BLOCK debit_type_description -%]
13
    [%- SWITCH debit_type_code -%]
13
    [%- SWITCH debit_type_code -%]
14
        [%- CASE 'ACCOUNT'          -%]Account creation fee
14
        [%- CASE 'ACCOUNT'          -]<span>Account creation fee</span>
15
        [%- CASE 'ACCOUNT_RENEW'    -%]Account renewal fee
15
        [%- CASE 'ACCOUNT_RENEW'    -]<span>Account renewal fee</span>
16
        [%- CASE 'ARTICLE_REQUEST'  -%]Article request fee
16
        [%- CASE 'ARTICLE_REQUEST'  -]<span>Article request fee</span>
17
        [%- CASE 'LOST'             -%]Lost item
17
        [%- CASE 'LOST'             -]<span>Lost item</span>
18
        [%- CASE 'MANUAL'           -%]Manual fee
18
        [%- CASE 'MANUAL'           -]<span>Manual fee</span>
19
        [%- CASE 'NEW_CARD'         -%]New card
19
        [%- CASE 'NEW_CARD'         -]<span>New card</span>
20
        [%- CASE 'OVERDUE'          -%]Fine
20
        [%- CASE 'OVERDUE'          -]<span>Fine</span>
21
        [%- CASE 'PROCESSING'       -%]Lost item processing fee
21
        [%- CASE 'PROCESSING'       -]<span>Lost item processing fee</span>
22
        [%- CASE 'RENT'             -%]Rental fee
22
        [%- CASE 'RENT'             -]<span>Rental fee</span>
23
        [%- CASE 'RENT_DAILY'       -%]Daily rental fee
23
        [%- CASE 'RENT_DAILY'       -]<span>Daily rental fee</span>
24
        [%- CASE 'RENT_RENEW'       -%]Renewal of rental item
24
        [%- CASE 'RENT_RENEW'       -]<span>Renewal of rental item</span>
25
        [%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item
25
        [%- CASE 'RENT_DAILY_RENEW' -]<span>Renewal of daily rental item</span>
26
        [%- CASE 'RESERVE'          -%]Hold fee
26
        [%- CASE 'RESERVE'          -]<span>Hold fee</span>
27
        [%- CASE 'RESERVE_EXPIRED'  -%]Hold waiting too long
27
        [%- CASE 'RESERVE_EXPIRED'  -]<span>Hold waiting too long</span>
28
        [%- CASE 'Payout'           -%]Payout
28
        [%- CASE 'Payout'           -]<span>Payout</span>
29
        [%- CASE                    -%][% debit_type.description | html %]
29
        [%- CASE                    -]<span>[% debit_type.description | html %]</span>
30
    [%- END -%]
30
    [%- END -%]
31
[%- END -%]
31
[%- END -%]
32
32
33
[%- BLOCK credit_type_description -%]
33
[%- BLOCK credit_type_description -%]
34
    [%- SWITCH credit_type_code -%]
34
    [%- SWITCH credit_type_code -%]
35
        [%- CASE 'PAYMENT'      -%]Payment
35
        [%- CASE 'PAYMENT'      -]<span>Payment</span>
36
        [%- CASE 'WRITEOFF'     -%]Writeoff
36
        [%- CASE 'WRITEOFF'     -]<span>Writeoff</span>
37
        [%- CASE 'FORGIVEN'     -%]Forgiven
37
        [%- CASE 'FORGIVEN'     -]<span>Forgiven</span>
38
        [%- CASE 'CREDIT'       -%]Credit
38
        [%- CASE 'CREDIT'       -]<span>Credit</span>
39
        [%- CASE 'LOST_FOUND'   -%]Lost item fee refund
39
        [%- CASE 'LOST_FOUND'   -]<span>Lost item fee refund</span>
40
        [%- CASE 'OVERPAYMENT'  -%]Overpayment refund
40
        [%- CASE 'OVERPAYMENT'  -]<span>Overpayment refund</span>
41
        [%- CASE 'REFUND'       -%]Refund
41
        [%- CASE 'REFUND'       -]<span>Refund</span>
42
        [%- CASE 'CANCELLATION' -%]Cancelled charge
42
        [%- CASE 'CANCELLATION' -]<span>Cancelled charge</span>
43
        [%- CASE                -%][% credit_type.description | html %]
43
        [%- CASE                -]<span>[% credit_type.description | html %]</span>
44
    [%- END -%]
44
    [%- END -%]
45
[%- END -%]
45
[%- END -%]
46
46
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc (-7 / +7 lines)
Lines 33-45 Link Here
33
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
33
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
34
            <span class="type">
34
            <span class="type">
35
                [% SWITCH type %]
35
                [% SWITCH type %]
36
                    [% CASE 'earlier' %](Earlier heading)
36
                    [% CASE 'earlier' ]<span>(Earlier heading)</span>
37
                    [% CASE 'later' %](Later heading)
37
                    [% CASE 'later' ]<span>(Later heading)</span>
38
                    [% CASE 'acronym' %](Acronym)
38
                    [% CASE 'acronym' ]<span>(Acronym)</span>
39
                    [% CASE 'musical' %](Musical composition)
39
                    [% CASE 'musical' ]<span>(Musical composition)</span>
40
                    [% CASE 'broader' %](Broader heading)
40
                    [% CASE 'broader' ]<span>(Broader heading)</span>
41
                    [% CASE 'narrower' %](Narrower heading)
41
                    [% CASE 'narrower' ]<span>(Narrower heading)</span>
42
                    [% CASE 'parent' %](Immediate parent body)
42
                    [% CASE 'parent' ]<span>(Immediate parent body)</span>
43
                    [% CASE %]
43
                    [% CASE %]
44
                        [% IF type %]([% type | html %])[% END %]
44
                        [% IF type %]([% type | html %])[% END %]
45
                    [% END %]
45
                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc (-13 / +13 lines)
Lines 24-36 Link Here
24
[% BLOCK authtypelabel %]
24
[% BLOCK authtypelabel %]
25
    [% UNLESS ( type=='seefrom' || type=='seealso' || type=='' ) %]
25
    [% UNLESS ( type=='seefrom' || type=='seealso' || type=='' ) %]
26
        <span class="type">[% FILTER trim %][% SWITCH type %]
26
        <span class="type">[% FILTER trim %][% SWITCH type %]
27
        [% CASE 'earlier' %]Earlier heading
27
        [% CASE 'earlier' ]<span>Earlier heading</span>
28
        [% CASE 'later' %]Later heading
28
        [% CASE 'later' ]<span>Later heading</span>
29
        [% CASE 'acronym' %]Acronym
29
        [% CASE 'acronym' ]<span>Acronym</span>
30
        [% CASE 'musical' %]Musical composition
30
        [% CASE 'musical' ]<span>Musical composition</span>
31
        [% CASE 'broader' %]Broader heading
31
        [% CASE 'broader' ]<span>Broader heading</span>
32
        [% CASE 'narrower' %]Narrower heading
32
        [% CASE 'narrower' ]<span>Narrower heading</span>
33
        [% CASE %][% type | html %]
33
        [% CASE ]<span>[% type | html %]</span>
34
        [% END %][% END %]</span>
34
        [% END %][% END %]</span>
35
    [% END %]
35
    [% END %]
36
[% END %]
36
[% END %]
Lines 60-70 Link Here
60
60
61
[% BLOCK language %]
61
[% BLOCK language %]
62
    [% SWITCH lang %]
62
    [% SWITCH lang %]
63
        [% CASE ['en', 'eng'] %]English
63
        [% CASE ['en', 'eng'] ]<span>English</span>
64
        [% CASE ['fr', 'fre'] %]French
64
        [% CASE ['fr', 'fre'] ]<span>French</span>
65
        [% CASE ['it', 'ita'] %]Italian
65
        [% CASE ['it', 'ita'] ]<span>Italian</span>
66
        [% CASE ['de', 'ger', 'deu'] %]German
66
        [% CASE ['de', 'ger', 'deu'] ]<span>German</span>
67
        [% CASE ['es', 'spa'] %]Spanish
67
        [% CASE ['es', 'spa'] ]<span>Spanish</span>
68
        [% CASE %][% lang | html %]
68
        [% CASE ]<span>[% lang | html %]</span>
69
    [% END %]
69
    [% END %]
70
[% END %]
70
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc (-9 / +9 lines)
Lines 70-84 Link Here
70
                            [% ELSE %]
70
                            [% ELSE %]
71
                                <a class="dropdown-item" href="/cgi-bin/koha/opac-export.pl?op=export&amp;bib=[% biblio.biblionumber | html %]&amp;format=[% option | html %]">
71
                                <a class="dropdown-item" href="/cgi-bin/koha/opac-export.pl?op=export&amp;bib=[% biblio.biblionumber | html %]&amp;format=[% option | html %]">
72
                                    [% SWITCH option %]
72
                                    [% SWITCH option %]
73
                                        [% CASE 'bibtex' %]BIBTEX
73
                                        [% CASE 'bibtex' %]<span>BIBTEX</span>
74
                                        [% CASE 'endnote' %]EndNote
74
                                        [% CASE 'endnote' %]<span>EndNote</span>
75
                                        [% CASE 'marcxml' %]MARCXML
75
                                        [% CASE 'marcxml' %]<span>MARCXML</span>
76
                                        [% CASE 'marc8' %]MARC (non-Unicode/MARC-8)
76
                                        [% CASE 'marc8' %]<span>MARC (non-Unicode/MARC-8)</span>
77
                                        [% CASE 'utf8' %]MARC (Unicode/UTF-8)
77
                                        [% CASE 'utf8' %]<span>MARC (Unicode/UTF-8)</span>
78
                                        [% CASE 'marcstd' %]MARC (Unicode/UTF-8, Standard)
78
                                        [% CASE 'marcstd' %]<span>MARC (Unicode/UTF-8, Standard)</span>
79
                                        [% CASE 'mods' %]MODS (XML)
79
                                        [% CASE 'mods' %]<span>MODS (XML)</span>
80
                                        [% CASE 'ris' %]RIS
80
                                        [% CASE 'ris' %]<span>RIS</span>
81
                                        [% CASE 'isbd' %]ISBD
81
                                        [% CASE 'isbd' %]<span>ISBD</span>
82
                                    [% END %]
82
                                    [% END %]
83
                                </a>
83
                                </a>
84
                            [% END %]
84
                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/xslt-handler.inc (-7 / +7 lines)
Lines 1-16 Link Here
1
[% SWITCH code %]
1
[% SWITCH code %]
2
    [% CASE 'XSLTH_ERR_NO_FILE' %]
2
    [% CASE 'XSLTH_ERR_NO_FILE' %]
3
        No XSLT file passed.
3
        <span>No XSLT file passed.</span>
4
    [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %]
4
    [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %]
5
        XSLT file not found.
5
        <span>XSLT file not found.</span></span>
6
    [% CASE 'XSLTH_ERR_LOADING' %]
6
    [% CASE 'XSLTH_ERR_LOADING' %]
7
        Error while loading stylesheet.
7
        <span>Error while loading stylesheet.</span>
8
    [% CASE 'XSLTH_ERR_PARSING_CODE' %]
8
    [% CASE 'XSLTH_ERR_PARSING_CODE' %]
9
        Error while parsing stylesheet.
9
        <span>Error while parsing stylesheet.</span>
10
    [% CASE 'XSLTH_ERR_PARSING_DATA' %]
10
    [% CASE 'XSLTH_ERR_PARSING_DATA' %]
11
        Error while parsing input.
11
        <span>Error while parsing input.</span>
12
    [% CASE 'XSLTH_ERR_TRANSFORMING' %]
12
    [% CASE 'XSLTH_ERR_TRANSFORMING' %]
13
        Error while transforming input.
13
        <span>Error while transforming input.</span>
14
    [% CASE 'XSLTH_NO_STRING_PASSED' %]
14
    [% CASE 'XSLTH_NO_STRING_PASSED' %]
15
        No string to transform.
15
        <span>No string to transform.</span>
16
[% END %]
16
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reportproblem.tt (-3 / +3 lines)
Lines 42-53 Link Here
42
                            [% SWITCH m.code %]
42
                            [% SWITCH m.code %]
43
                            [% CASE 'success_on_send' %]
43
                            [% CASE 'success_on_send' %]
44
                                [% IF recipient == 'admin' %]
44
                                [% IF recipient == 'admin' %]
45
                                    Your problem report has been sent to the Koha administrator.
45
                                    <span>Your problem report has been sent to the Koha administrator.</span>
46
                                [% ELSE %]
46
                                [% ELSE %]
47
                                    Your problem report has been sent to the library.
47
                                    <span>Your problem report has been sent to the library.</span>
48
                                [% END %]
48
                                [% END %]
49
                            [% CASE 'error_on_send' #We really should avoid reaching this! %]
49
                            [% CASE 'error_on_send' #We really should avoid reaching this! %]
50
                                Something wrong happened when sending the report. Please contact your library.
50
                                <span>Something wrong happened when sending the report. Please contact your library.</span>
51
                            [% END %]
51
                            [% END %]
52
                        </div>
52
                        </div>
53
                    [% END %]
53
                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (-2 / +2 lines)
Lines 38-45 Link Here
38
                    <h1 class="title">[% biblio.title | html %]</h1>
38
                    <h1 class="title">[% biblio.title | html %]</h1>
39
                    <div class="alert alert-info">
39
                    <div class="alert alert-info">
40
                        [% SWITCH error_message %]
40
                        [% SWITCH error_message %]
41
                            [% CASE 'article_request_limit_reached'       %]You reached your open article requests limit.
41
                            [% CASE 'article_request_limit_reached'       %]<span>You reached your open article requests limit.</span>
42
                            [% CASE 'article_request_unhandled_exception' %]An error has occurred.
42
                            [% CASE 'article_request_unhandled_exception' %]<span>An error has occurred.</span>
43
                        [% END %]
43
                        [% END %]
44
                    </div>
44
                    </div>
45
                [% ELSIF biblio.can_article_request( patron ) %]
45
                [% ELSIF biblio.can_article_request( patron ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-8 / +7 lines)
Lines 65-73 Link Here
65
                                <div class="alert alert-[% m.type | html %]">
65
                                <div class="alert alert-[% m.type | html %]">
66
                                    [% SWITCH m.code %]
66
                                    [% SWITCH m.code %]
67
                                    [% CASE 'biblio_exists' %]
67
                                    [% CASE 'biblio_exists' %]
68
                                        A similar document already exists: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.
68
                                        <span>A similar document already exists: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% m.id | uri %]">[% m.title | html %]</a>. Click on "Confirm your suggestion" to ignore this message.</span>
69
                                    [% CASE %]
69
                                    [% CASE %]
70
                                        [% m.code | html %]
70
                                        <span>[% m.code | html %]</span>
71
                                    [% END %]
71
                                    [% END %]
72
                                </div>
72
                                </div>
73
                            [% END %]
73
                            [% END %]
Lines 286-300 Link Here
286
                                <div class="alert alert-[% m.type | html %]">
286
                                <div class="alert alert-[% m.type | html %]">
287
                                    [% SWITCH m.code %]
287
                                    [% SWITCH m.code %]
288
                                    [% CASE 'total_suggestions' %]
288
                                    [% CASE 'total_suggestions' %]
289
                                        The suggestion has not been added. You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxTotalSuggestions') | html %] in [% Koha.Preference('NumberOfSuggestionDays') | html %] days).
289
                                        <span>The suggestion has not been added. You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxTotalSuggestions') | html %] in [% Koha.Preference('NumberOfSuggestionDays') | html %] days).</span>
290
                                    [% CASE 'too_many' %]
290
                                    [% CASE 'too_many' %]
291
                                        The suggestion has not been added. You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.
291
                                        <span>The suggestion has not been added. You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.</span>
292
                                    [% CASE 'already_exists' %]
292
                                    [% CASE 'already_exists' %]
293
                                        The suggestion has not been added. A suggestion with this title already exists.
293
                                        <span>The suggestion has not been added. A suggestion with this title already exists.</span>
294
                                    [% CASE 'success_on_inserted' %]
294
                                    [% CASE 'success_on_inserted' %]
295
                                        Your suggestion has been submitted.
295
                                        <span>Your suggestion has been submitted.</span>
296
                                    [% CASE %]
296
                                    [% CASE %]
297
                                        [% m.code | html %]
297
                                        <span>[% m.code | html %]</span>
298
                                    [% END %]
298
                                    [% END %]
299
                                </div>
299
                                </div>
300
                            [% END %]
300
                            [% END %]
301
- 

Return to bug 29602