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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-active-currency.inc (-1 / +1 lines)
Lines 1-6 Link Here
1
[% IF ( currency ) %]
1
[% IF ( currency ) %]
2
    [% IF ( not hide ) %]
2
    [% IF ( not hide ) %]
3
        <p><b>Currency = [% currency | html %]</b></p>
3
        <p><strong>Currency = [% currency | html %]</strong></p>
4
    [% END %]
4
    [% END %]
5
[% ELSE %]
5
[% ELSE %]
6
    <div class="dialog alert">
6
    <div class="dialog alert">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +1 lines)
Lines 1156-1162 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
1156
1156
1157
            var errors = [];
1157
            var errors = [];
1158
            $.each( result.errors, function() {
1158
            $.each( result.errors, function() {
1159
                var error = '<b>' + _("Line ") + (this.line + 1) + ':</b> ';
1159
                var error = '<strong>' + _("Line ") + (this.line + 1) + ':</strong> ';
1160
1160
1161
                switch ( this.error ) {
1161
                switch ( this.error ) {
1162
                    case 'failed': error += _("failed to run"); break;
1162
                    case 'failed': error += _("failed to run"); break;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc (-1 / +1 lines)
Lines 55-61 Link Here
55
55
56
                [% IF Koha.Preference('ExportCircHistory') %]
56
                [% IF Koha.Preference('ExportCircHistory') %]
57
                    <fieldset>
57
                    <fieldset>
58
                        <label for="issues-table-output-format"><b>Export checkouts using format:</b></label>
58
                        <label for="issues-table-output-format"><strong>Export checkouts using format:</strong></label>
59
                        <select name="issues-table-output-format" id="issues-table-output-format">
59
                        <select name="issues-table-output-format" id="issues-table-output-format">
60
                            <option value="iso2709_995">MARC with items</option>
60
                            <option value="iso2709_995">MARC with items</option>
61
                            <option value="iso2709">MARC without items</option>
61
                            <option value="iso2709">MARC without items</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-103 / +103 lines)
Lines 1-130 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<table>
2
<table>
3
    <tr>
3
<tr>
4
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
4
    [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
5
            <th>Priority</th>
5
        <th>Priority</th>
6
            <th>&nbsp;</th>
7
        [% ELSE %]
8
            <th>Delete?</th>
9
        [% END %]
10
        <th>Patron</th>
11
        <th>Notes</th>
12
        <th>Date</th>
13
        <th>Expiration</th>
14
        <th>Pickup library</th>
15
        <th>Details</th>
16
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
17
            <th><img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Toggle set to lowest priority" /></th>
18
        [% END %]
19
        <th>&nbsp;</th>
6
        <th>&nbsp;</th>
20
        <th>&nbsp;</th>
7
    [% ELSE %]
21
    </tr>
8
        <th>Delete?</th>
9
    [% END %]
10
    <th>Patron</th>
11
    <th>Notes</th>
12
    <th>Date</th>
13
    <th>Expiration</th>
14
    <th>Pickup library</th>
15
    <th>Details</th>
16
    [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
17
        <th><img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Toggle set to lowest priority" /></th>
18
    [% END %]
19
    <th>&nbsp;</th>
20
    <th>&nbsp;</th>
21
</tr>
22
22
23
    [% SET first_priority = 0 %]
23
[% SET first_priority = 0 %]
24
    [% SET last_priority  = holds.last.priority %]
24
[% SET last_priority  = holds.last.priority %]
25
25
26
    [% FOREACH hold IN holds %]
26
[% FOREACH hold IN holds %]
27
    [% IF !hold.found && first_priority == 0 %][% first_priority = hold.priority %][% END %]
27
[% IF !hold.found && first_priority == 0 %][% first_priority = hold.priority %][% END %]
28
        <tr>
28
    <tr>
29
            <td>
29
        <td>
30
                <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
30
            <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
31
                <input type="hidden" name="borrowernumber" value="[% hold.borrowernumber | html %]" />
31
            <input type="hidden" name="borrowernumber" value="[% hold.borrowernumber | html %]" />
32
                <input type="hidden" name="biblionumber" value="[% hold.biblionumber | html %]" />
32
            <input type="hidden" name="biblionumber" value="[% hold.biblionumber | html %]" />
33
                [% IF Koha.Preference('HoldsSplitQueue') == "nothing" && !hold.found %]
33
            [% IF Koha.Preference('HoldsSplitQueue') == "nothing" && !hold.found %]
34
                    <select name="rank-request">
34
                <select name="rank-request">
35
                [% ELSE %]
35
            [% ELSE %]
36
                    <input type="hidden" name="rank-request" value="[% hold.priority | html %]">
36
                <input type="hidden" name="rank-request" value="[% hold.priority | html %]">
37
                    <select name="rank-request" disabled="disabled">
37
                <select name="rank-request" disabled="disabled">
38
                [% END %]
38
            [% END %]
39
                    [% IF ( hold.found ) %]
39
                [% IF ( hold.found ) %]
40
                        [% IF ( hold.intransit ) %]
40
                    [% IF ( hold.intransit ) %]
41
                            <option value="T" selected="selected">In transit</option>
41
                        <option value="T" selected="selected">In transit</option>
42
                        [% ELSE %]
42
                    [% ELSE %]
43
                            <option value="W" selected="selected">Waiting</option>
43
                        <option value="W" selected="selected">Waiting</option>
44
                        [% END %]
45
                    [% END %]
44
                    [% END %]
45
                [% END %]
46
46
47
                    [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
47
                [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
48
                        [% IF Koha.Preference('HoldsSplitQueueNumbering') == 'actual' %]
48
                    [% IF Koha.Preference('HoldsSplitQueueNumbering') == 'actual' %]
49
                            [% FOREACH optionloo IN hold.optionloop %]
49
                        [% FOREACH optionloo IN hold.optionloop %]
50
                                [% IF ( optionloo.selected ) %]
50
                            [% IF ( optionloo.selected ) %]
51
                                    <option value="[% optionloo.num | html %]" selected="selected">[% optionloo.num | html %]</option>
51
                                <option value="[% optionloo.num | html %]" selected="selected">[% optionloo.num | html %]</option>
52
                                [% ELSE %]
52
                            [% ELSE %]
53
                                    <option value="[% optionloo.num | html %]">[% optionloo.num | html %]</option>
53
                                <option value="[% optionloo.num | html %]">[% optionloo.num | html %]</option>
54
                                [% END %]
55
                            [% END %]
54
                            [% END %]
56
                        [% ELSE %]
55
                        [% END %]
57
                            [% SET ranker = 1 %]
56
                    [% ELSE %]
58
                            [% FOREACH h IN holds %]
57
                        [% SET ranker = 1 %]
59
                                [% NEXT IF h.found %]
58
                        [% FOREACH h IN holds %]
60
                                [% IF ( h.priority == hold.priority ) %]
59
                            [% NEXT IF h.found %]
61
                                    <option value="[% h.priority | html %]" selected="selected">[% ranker | html %]</option>
60
                            [% IF ( h.priority == hold.priority ) %]
62
                                [% ELSE %]
61
                                <option value="[% h.priority | html %]" selected="selected">[% ranker | html %]</option>
63
                                    <option value="[% h.priority | html %]">[% ranker | html %]</option>
62
                            [% ELSE %]
64
                                [% END %]
63
                                <option value="[% h.priority | html %]">[% ranker | html %]</option>
65
                                [% ranker = ranker + 1 %]
66
                            [% END %]
64
                            [% END %]
65
                            [% ranker = ranker + 1 %]
67
                        [% END %]
66
                        [% END %]
68
                    [% ELSIF !hold.found %]
69
                        <option value="[% hold.priority | html %]" selected="selected">[% hold.priority | html %]</option>
70
                    [% END %]
67
                    [% END %]
68
                [% ELSIF !hold.found %]
69
                    <option value="[% hold.priority | html %]" selected="selected">[% hold.priority | html %]</option>
70
                [% END %]
71
71
72
                    <option value="del">del</option>
72
                <option value="del">del</option>
73
                </select>
73
            </select>
74
            </td>
74
        </td>
75
76
            [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
77
            [% UNLESS hold.found %]
78
                    [% SET prev_priority  = loop.prev.priority %]
79
                    [% SET next_priority  = loop.next.priority %]
80
                    [% holds.index | html %]
81
75
82
                    <td style="white-space:nowrap;">
76
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
83
                        <a title="Move hold up" href="request.pl?action=move&amp;where=up&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
77
        [% UNLESS hold.found %]
84
                            <img src="[% interface | html %]/[% theme | html %]/img/go-up.png" alt="Go up" />
78
                [% SET prev_priority  = loop.prev.priority %]
85
                        </a>
79
                [% SET next_priority  = loop.next.priority %]
80
                [% holds.index | html %]
81
82
                <td style="white-space:nowrap;">
83
                    <a title="Move hold up" href="request.pl?action=move&amp;where=up&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
84
                        <img src="[% interface | html %]/[% theme | html %]/img/go-up.png" alt="Go up" />
85
                    </a>
86
86
87
                        <a title="Move hold to top" href="request.pl?action=move&amp;where=top&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
87
                    <a title="Move hold to top" href="request.pl?action=move&amp;where=top&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
88
                            <img src="[% interface | html %]/[% theme | html %]/img/go-top.png" alt="Go top" />
88
                        <img src="[% interface | html %]/[% theme | html %]/img/go-top.png" alt="Go top" />
89
                        </a>
89
                    </a>
90
90
91
                        <a title="Move hold to bottom" href="request.pl?action=move&amp;where=bottom&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
91
                    <a title="Move hold to bottom" href="request.pl?action=move&amp;where=bottom&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
92
                            <img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Go bottom" />
92
                        <img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Go bottom" />
93
                        </a>
93
                    </a>
94
94
95
                        <a title="Move hold down" href="request.pl?action=move&amp;where=down&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
95
                    <a title="Move hold down" href="request.pl?action=move&amp;where=down&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
96
                            <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Go down" />
96
                        <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Go down" />
97
                        </a>
97
                    </a>
98
                    </td>
98
                </td>
99
        [% ELSE %]
99
    [% ELSE %]
100
            <td></td>
100
        <td></td>
101
    [% END %]
101
        [% END %]
102
        [% END %]
102
            [% END %]
103
103
104
            <td>
104
        <td>
105
                [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %]
105
            [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %]
106
            </td>
106
        </td>
107
107
108
            <td>[% hold.notes | html | html_line_break %]</td>
108
        <td>[% hold.notes | html | html_line_break %]</td>
109
            <td>
109
        <td>
110
                [% IF Koha.Preference('AllowHoldDateInFuture') %]
110
            [% IF Koha.Preference('AllowHoldDateInFuture') %]
111
                    <input type="text" class="datepicker" value="[% hold.date | $KohaDates %]" required="required" size="10" name="reservedate" />
111
                <input type="text" class="datepicker" value="[% hold.date | $KohaDates %]" required="required" size="10" name="reservedate" />
112
                [% ELSE %]
112
            [% ELSE %]
113
                    [% hold.date | $KohaDates %]
113
                [% hold.date | $KohaDates %]
114
                [% END %]
114
            [% END %]
115
            </td>
115
        </td>
116
            <td><input type="text" class="datepickerto" value="[% hold.expirationdate | $KohaDates %]" size="10" name="expirationdate" /></td>
116
        <td><input type="text" class="datepickerto" value="[% hold.expirationdate | $KohaDates %]" size="10" name="expirationdate" /></td>
117
117
118
            <td>
118
        <td>
119
                [% IF ( hold.found ) %]
119
            [% IF ( hold.found ) %]
120
                    [% IF ( hold.atdestination ) %]
120
                [% IF ( hold.atdestination ) %]
121
                        [% IF ( hold.found ) %]
121
                    [% IF ( hold.found ) %]
122
                            Item waiting at <b> [% hold.wbrname | html %]</b> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" /> since [% hold.waiting_date | $KohaDates %]
122
                        Item waiting at <strong> [% hold.wbrname | html %]</strong> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" /> since [% hold.waiting_date | $KohaDates %]
123
                        [% ELSE %]
123
                        [% ELSE %]
124
                            Waiting to be pulled <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
124
                            Waiting to be pulled <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
125
                        [% END %]
125
                        [% END %]
126
                    [% ELSE %]
126
                    [% ELSE %]
127
                        Item being transferred to <b> [% hold.wbrname | html %]</b> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
127
                        Item being transferred to <strong> [% hold.wbrname | html %]</strong> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
128
                    [% END %]
128
                    [% END %]
129
                [% ELSE %]
129
                [% ELSE %]
130
                    [% IF Koha.Preference('IndependentBranches') && Branches.all().size == 1 %]
130
                    [% IF Koha.Preference('IndependentBranches') && Branches.all().size == 1 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-1 / +1 lines)
Lines 25-31 Link Here
25
                        [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio %]
25
                        [% INCLUDE 'biblio-title.inc' biblio=reserveloo.biblio %]
26
                    </a>
26
                    </a>
27
                        [% UNLESS ( item_level_itypes ) %]
27
                        [% UNLESS ( item_level_itypes ) %]
28
                            [% IF ( ItemTypes.GetDescription(reserveloo.item.effective_itemtype) ) %]&nbsp; (<b>[% ItemTypes.GetDescription(reserveloo.item.effective_itemtype) | html %]</b>)
28
                            [% IF ( ItemTypes.GetDescription(reserveloo.item.effective_itemtype) ) %]&nbsp; (<strong>[% ItemTypes.GetDescription(reserveloo.item.effective_itemtype) | html %]</strong>)
29
                            [% END %]
29
                            [% END %]
30
                        [% END %]
30
                        [% END %]
31
                        <br />Barcode: [% reserveloo.item.barcode | html %]
31
                        <br />Barcode: [% reserveloo.item.barcode | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-30 / +30 lines)
Lines 109-117 Link Here
109
            </tr>
109
            </tr>
110
            <tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr>
110
            <tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr>
111
            [% IF (errZebraConnection == 10000) %]
111
            [% IF (errZebraConnection == 10000) %]
112
            <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
112
            <tr><th scope="row"><strong>Error</strong> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
113
            [% ELSIF (errZebraConnection) %]
113
            [% ELSIF (errZebraConnection) %]
114
            <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr>
114
            <tr><th scope="row"><strong>Warning</strong> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr>
115
            [% END %]
115
            [% END %]
116
            <tr>
116
            <tr>
117
              <th scope="row">Date and time: </th>
117
              <th scope="row">Date and time: </th>
Lines 264-342 Link Here
264
            <table>
264
            <table>
265
                <caption>Preferences and parameters</caption>
265
                <caption>Preferences and parameters</caption>
266
                [% IF (warnPrefBiblioAddsAuthorities) %]
266
                [% IF (warnPrefBiblioAddsAuthorities) %]
267
                <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
267
                <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
268
                [% END %]
268
                [% END %]
269
                [% IF (warnPrefEasyAnalyticalRecords) %]
269
                [% IF (warnPrefEasyAnalyticalRecords) %]
270
                <tr><th scope="row"><b>Warning</b> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff client and the OPAC will be broken.</td></tr>
270
                <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff client and the OPAC will be broken.</td></tr>
271
                [% END %]
271
                [% END %]
272
                [% IF warnPrefAnonymousPatronOPACPrivacy %]
272
                [% IF warnPrefAnonymousPatronOPACPrivacy %]
273
                    <tr><th scope="row"><b>Warning</b> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
273
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
274
                [% END %]
274
                [% END %]
275
                [% IF warnPrefAnonymousPatronAnonSuggestions %]
275
                [% IF warnPrefAnonymousPatronAnonSuggestions %]
276
                    <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
276
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
277
                [% END %]
277
                [% END %]
278
                [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
278
                [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
279
                    <tr><th scope="row"><b>Warning</b> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
279
                    <tr><th scope="row"><strong>Warning</strong> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
280
                [% END %]
280
                [% END %]
281
                [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
281
                [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
282
                    <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
282
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
283
                [% END %]
283
                [% END %]
284
                [% IF warnNoActiveCurrency %]
284
                [% IF warnNoActiveCurrency %]
285
                    <tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td></tr>
285
                    <tr><th scope="row"><strong>Warning</strong> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td></tr>
286
                [% END %]
286
                [% END %]
287
                [% IF warnStatisticsFieldsError %]
287
                [% IF warnStatisticsFieldsError %]
288
                    <tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr>
288
                    <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr>
289
                [% END %]
289
                [% END %]
290
                [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
290
                [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
291
                    <tr><th scope="row"><b>Warning</b> </th><td>
291
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
292
                    The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
292
                    The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
293
                    </td></tr>
293
                    </td></tr>
294
                [% END %]
294
                [% END %]
295
                [% IF AutoSelfCheckPatronHasTooManyPerm %]
295
                [% IF AutoSelfCheckPatronHasTooManyPerm %]
296
                    <tr><th scope="row"><b>Warning</b> </th><td>
296
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
297
                    The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.
297
                    The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.
298
                    </td></tr>
298
                    </td></tr>
299
                [% END %]
299
                [% END %]
300
                [% IF warnNoTemplateCaching %]
300
                [% IF warnNoTemplateCaching %]
301
                    <tr><th scope="row"><b>Warning</b> </th><td>
301
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
302
                    You are missing the &lt;template_cache_dir&gt; entry in your koha-conf.xml file.
302
                    You are missing the &lt;template_cache_dir&gt; entry in your koha-conf.xml file.
303
                    That will bring a performance boost to enable it.
303
                    That will bring a performance boost to enable it.
304
                    </td></tr>
304
                    </td></tr>
305
                [% END %]
305
                [% END %]
306
                [% IF warnILLConfiguration %]
306
                [% IF warnILLConfiguration %]
307
                  [% IF no_ill_backends %]
307
                  [% IF no_ill_backends %]
308
                    <tr><th scope="row"><b>Warning</b> </th><td>
308
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
309
                    The ILL module is enabled, but there are no backends available.
309
                    The ILL module is enabled, but there are no backends available.
310
                    </td></tr>
310
                    </td></tr>
311
                  [% END %]
311
                  [% END %]
312
                  [% IF ill_partner_code_not_defined %]
312
                  [% IF ill_partner_code_not_defined %]
313
                    <tr><th scope="row"><b>Warning</b> </th><td>
313
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
314
                    The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
314
                    The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
315
                    </td></tr>
315
                    </td></tr>
316
                  [%END %]
316
                  [%END %]
317
                  [% IF ill_branch_not_defined %]
317
                  [% IF ill_branch_not_defined %]
318
                    <tr><th scope="row"><b>Warning</b> </th><td>
318
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
319
                    The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
319
                    The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
320
                    </td></tr>
320
                    </td></tr>
321
                  [%END %]
321
                  [%END %]
322
                  [% IF ill_partner_code_doesnt_exist %]
322
                  [% IF ill_partner_code_doesnt_exist %]
323
                    <tr><th scope="row"><b>Warning</b> </th><td>
323
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
324
                    The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
324
                    The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
325
                    </td></tr>
325
                    </td></tr>
326
                  [% END %]
326
                  [% END %]
327
                [% END %]
327
                [% END %]
328
                [% IF oauth2_missing_deps %]
328
                [% IF oauth2_missing_deps %]
329
                    <tr><th scope="row"><b>Warning</b> </th><td>
329
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
330
                    System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
330
                    System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
331
                    </td></tr>
331
                    </td></tr>
332
                [% END %]
332
                [% END %]
333
                [% IF bad_yaml_prefs %]
333
                [% IF bad_yaml_prefs %]
334
                    <tr><th scope="row"><b>Warning</b> </th><td>
334
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
335
                    Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
335
                    Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
336
                    </td></tr>
336
                    </td></tr>
337
                [% END %]
337
                [% END %]
338
                [% IF config_bcrypt_settings_no_set %]
338
                [% IF config_bcrypt_settings_no_set %]
339
                    <tr><th scope="row"><b>Warning</b> </th><td>
339
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
340
                    System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
340
                    System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
341
                    </td></tr>
341
                    </td></tr>
342
                [% END %]
342
                [% END %]
Lines 349-355 Link Here
349
            [% FOREACH config_entry IN xml_config_warnings %]
349
            [% FOREACH config_entry IN xml_config_warnings %]
350
                [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
350
                [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
351
                <tr>
351
                <tr>
352
                    <th scope="row"><b>Warning</b></th>
352
                    <th scope="row"><strong>Warning</strong></th>
353
                    <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
353
                    <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
354
                        Please use DOM instead. To switch follow this page of wiki:
354
                        Please use DOM instead. To switch follow this page of wiki:
355
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
355
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
Lines 357-363 Link Here
357
                </tr>
357
                </tr>
358
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
358
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
359
                <tr>
359
                <tr>
360
                    <th scope="row"><b>Warning</b></th>
360
                    <th scope="row"><strong>Warning</strong></th>
361
                    <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
361
                    <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
362
                        Please use DOM instead. To switch follow this page of wiki:
362
                        Please use DOM instead. To switch follow this page of wiki:
363
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
363
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
Lines 365-406 Link Here
365
                </tr>
365
                </tr>
366
                [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
366
                [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
367
                <tr>
367
                <tr>
368
                    <th scope="row"><b>Warning</b></th>
368
                    <th scope="row"><strong>Warning</strong></th>
369
                    <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
369
                    <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
370
                        to legacy facet calculation.
370
                        to legacy facet calculation.
371
                    </td>
371
                    </td>
372
                </tr>
372
                </tr>
373
                [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
373
                [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
374
                <tr>
374
                <tr>
375
                    <th scope="row"><b>Warning</b></th>
375
                    <th scope="row"><strong>Warning</strong></th>
376
                    <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
376
                    <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
377
                        add it, pointing to the log4perl.conf file for your Koha instance.
377
                        add it, pointing to the log4perl.conf file for your Koha instance.
378
                    </td>
378
                    </td>
379
                </tr>
379
                </tr>
380
                [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
380
                [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
381
                <tr>
381
                <tr>
382
                    <th scope="row"><b>Warning</b></th>
382
                    <th scope="row"><strong>Warning</strong></th>
383
                    <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
383
                    <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
384
                        add it, pointing to your Koha instance's lock dir.
384
                        add it, pointing to your Koha instance's lock dir.
385
                    </td>
385
                    </td>
386
                </tr>
386
                </tr>
387
                [% ELSIF config_entry.error == 'lockdir_not_writable' %]
387
                [% ELSIF config_entry.error == 'lockdir_not_writable' %]
388
                <tr>
388
                <tr>
389
                    <th scope="row"><b>Warning</b></th>
389
                    <th scope="row"><strong>Warning</strong></th>
390
                    <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
390
                    <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
391
                        non-writable directory ([% config_entry.lockdir | html %]).
391
                        non-writable directory ([% config_entry.lockdir | html %]).
392
                    </td>
392
                    </td>
393
                </tr>
393
                </tr>
394
                [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
394
                [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
395
                <tr>
395
                <tr>
396
                    <th scope="row"><b>Warning</b></th>
396
                    <th scope="row"><strong>Warning</strong></th>
397
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
397
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
398
                        add it, pointing to the configured file upload directory for your Koha instance.
398
                        add it, pointing to the configured file upload directory for your Koha instance.
399
                    </td>
399
                    </td>
400
                </tr>
400
                </tr>
401
                [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
401
                [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
402
                <tr>
402
                <tr>
403
                    <th scope="row"><b>Warning</b></th>
403
                    <th scope="row"><strong>Warning</strong></th>
404
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
404
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
405
                        add it, pointing to the configured file upload directory for your Koha instance.
405
                        add it, pointing to the configured file upload directory for your Koha instance.
406
                        Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
406
                        Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
Lines 408-414 Link Here
408
                </tr>
408
                </tr>
409
                [% ELSIF config_entry.error == 'tmp_path_missing' %]
409
                [% ELSIF config_entry.error == 'tmp_path_missing' %]
410
                <tr>
410
                <tr>
411
                    <th scope="row"><b>Warning</b></th>
411
                    <th scope="row"><strong>Warning</strong></th>
412
                    <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
412
                    <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
413
                        add it, pointing to the configured temporary directory for your Koha instance.
413
                        add it, pointing to the configured temporary directory for your Koha instance.
414
                        The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
414
                        The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
Lines 424-430 Link Here
424
                <caption>Issuing rules</caption>
424
                <caption>Issuing rules</caption>
425
                [% FOREACH unit IN ir_units %]
425
                [% FOREACH unit IN ir_units %]
426
                <tr>
426
                <tr>
427
                    <th scope="row"><b>Warning</b></th>
427
                    <th scope="row"><strong>Warning</strong></th>
428
                    <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
428
                    <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
429
                        issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
429
                        issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
430
                        [% unit.rule_value | html %].
430
                        [% unit.rule_value | html %].
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-4 / +4 lines)
Lines 569-584 Link Here
569
                            <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
569
                            <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
570
                            [% END %]
570
                            [% END %]
571
                            [% IF ( books_loo.left_item ) %]
571
                            [% IF ( books_loo.left_item ) %]
572
                            <b title="Can't delete catalog record, because of [% books_loo.items | html %] existing hold(s)" >[% books_loo.items | html %] item(s) left</b><br>
572
                            <strong title="Can't delete catalog record, because of [% books_loo.items | html %] existing hold(s)" >[% books_loo.items | html %] item(s) left</strong><br>
573
                            [% END %]
573
                            [% END %]
574
                            [% IF ( books_loo.left_biblio ) %]
574
                            [% IF ( books_loo.left_biblio ) %]
575
                            <b title="Can't delete catalog record, delete other orders linked to it first">[% books_loo.biblios | html %] order(s) left</b><br>
575
                            <strong title="Can't delete catalog record, delete other orders linked to it first">[% books_loo.biblios | html %] order(s) left</strong><br>
576
                            [% END %]
576
                            [% END %]
577
                            [% IF ( books_loo.left_subscription ) %]
577
                            [% IF ( books_loo.left_subscription ) %]
578
                            <b title="Can't delete catalog record, delete subscriptions first">[% books_loo.subscriptions | html %] subscription(s) left</b><br>
578
                            <strong title="Can't delete catalog record, delete subscriptions first">[% books_loo.subscriptions | html %] subscription(s) left</strong><br>
579
                            [% END %]
579
                            [% END %]
580
                            [% IF ( books_loo.left_holds ) %]
580
                            [% IF ( books_loo.left_holds ) %]
581
                            <b title="Can't delete catalog record or order, cancel holds first">[% books_loo.holds | html %] hold(s) left</b>
581
                            <strong title="Can't delete catalog record or order, cancel holds first">[% books_loo.holds | html %] hold(s) left</strong>
582
                            [% END %]
582
                            [% END %]
583
                            </td>
583
                            </td>
584
                            [% END %]
584
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
            <main>
19
            <main>
20
20
21
      <h2>Files for invoice: [% invoicenumber | html %]</h2>
21
      <h2>Files for invoice: [% invoicenumber | html %]</h2>
22
      <p><b>Vendor: </b><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p>
22
      <p><strong>Vendor: </strong><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p>
23
      <br />
23
      <br />
24
      [% IF errors %]
24
      [% IF errors %]
25
        <div class="dialog alert">
25
        <div class="dialog alert">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +1 lines)
Lines 99-105 Link Here
99
                ([% lateorder.basket.bookseller.id | html %])
99
                ([% lateorder.basket.bookseller.id | html %])
100
            </td>
100
            </td>
101
            <td>
101
            <td>
102
                <b>[% lateorder.biblio.title | html %]</b>
102
                <strong>[% lateorder.biblio.title | html %]</strong>
103
                   [% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %]
103
                   [% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %]
104
                   [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
104
                   [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
105
                        <br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %]
105
                        <br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 253-259 Link Here
253
      [% IF (AcqCreateItemOrdering) %]
253
      [% IF (AcqCreateItemOrdering) %]
254
254
255
      <div id="items_list" style="display:none">
255
      <div id="items_list" style="display:none">
256
          <p><b>Items list</b></p>
256
          <p><strong>Items list</strong></p>
257
          <div style="width:100%;overflow:auto;">
257
          <div style="width:100%;overflow:auto;">
258
              <table>
258
              <table>
259
                  <thead>
259
                  <thead>
Lines 486-492 Link Here
486
    <div class="modal-dialog">
486
    <div class="modal-dialog">
487
    <div class="modal-content">
487
    <div class="modal-content">
488
    <h3>Invalid number of copies</h3>
488
    <h3>Invalid number of copies</h3>
489
    <p>Please enter a <b>number</b>, greater than or equal to 1</p>
489
    <p>Please enter a <strong>number</strong>, greater than or equal to 1</p>
490
    </div>
490
    </div>
491
    </div>
491
    </div>
492
</div>
492
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 142-148 Link Here
142
        </fieldset>
142
        </fieldset>
143
    [% ELSIF (AcqCreateItemReceiving) %]
143
    [% ELSIF (AcqCreateItemReceiving) %]
144
        <div id="items_list" style="display:none">
144
        <div id="items_list" style="display:none">
145
            <p><b>Items list</b></p>
145
            <p><strong>Items list</strong></p>
146
            <div style="width:100%;overflow:auto;">
146
            <div style="width:100%;overflow:auto;">
147
                <table>
147
                <table>
148
                    <thead>
148
                    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-4 / +4 lines)
Lines 192-207 Link Here
192
                        <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
192
                        <span class="button" title="Can't delete catalog record, see constraints below">Can't cancel order and delete catalog record</span><br>
193
                        [% END %]
193
                        [% END %]
194
                        [% IF ( loop_order.left_item ) %]
194
                        [% IF ( loop_order.left_item ) %]
195
                        <b title="Can't delete catalog record, because of [% loop_order.items | html %] existing item(s)" >[% loop_order.items | html %] item(s) left</b><br>
195
                        <strong title="Can't delete catalog record, because of [% loop_order.items | html %] existing item(s)" >[% loop_order.items | html %] item(s) left</strong><br>
196
                        [% END %]
196
                        [% END %]
197
                        [% IF ( loop_order.left_biblio ) %]
197
                        [% IF ( loop_order.left_biblio ) %]
198
                        <b title="Can't delete catalog record, delete other orders linked to it first">[% loop_order.biblios | html %] order(s) left</b><br>
198
                        <strong title="Can't delete catalog record, delete other orders linked to it first">[% loop_order.biblios | html %] order(s) left</strong><br>
199
                        [% END %]
199
                        [% END %]
200
                        [% IF ( loop_order.left_subscription ) %]
200
                        [% IF ( loop_order.left_subscription ) %]
201
                        <b title="Can't delete catalog record, delete subscriptions first">[% loop_order.subscriptions | html %] subscription(s) left</b><br>
201
                        <strong title="Can't delete catalog record, delete subscriptions first">[% loop_order.subscriptions | html %] subscription(s) left</strong><br>
202
                        [% END %]
202
                        [% END %]
203
                        [% IF ( loop_order.left_holds ) %]
203
                        [% IF ( loop_order.left_holds ) %]
204
                        <b title="Can't delete catalog record or order, cancel holds first">[% loop_order.holds | html %] hold(s) left</b>
204
                        <strong title="Can't delete catalog record or order, cancel holds first">[% loop_order.holds | html %] hold(s) left</strong>
205
                        [% END %]
205
                        [% END %]
206
                    </td>
206
                    </td>
207
                </tr>
207
                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-2 / +2 lines)
Lines 37-45 Link Here
37
37
38
        [% INCLUDE 'budgets-active-currency.inc' %]
38
        [% INCLUDE 'budgets-active-currency.inc' %]
39
        [% IF ( show_actual ) %]
39
        [% IF ( show_actual ) %]
40
            <p><b>Each cell contain both actual and estimated values.</b></p>
40
            <p><strong>Each cell contain both actual and estimated values.</strong></p>
41
        [% ELSE %]
41
        [% ELSE %]
42
            <p><b>Cells contain estimated values only.</b></p>
42
            <p><strong>Cells contain estimated values only.</strong></p>
43
        [% END %]
43
        [% END %]
44
44
45
    <p id="selections">
45
    <p id="selections">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-1 / +1 lines)
Lines 202-208 Link Here
202
    <tbody>
202
    <tbody>
203
        [% FOREACH loo IN loop %]
203
        [% FOREACH loo IN loop %]
204
        <tr>
204
        <tr>
205
            <td><b>[% loo.tagfield | html %]</b></td>
205
            <td><strong>[% loo.tagfield | html %]</strong></td>
206
            <td>[% loo.liblibrarian | html %]</td>
206
            <td>[% loo.liblibrarian | html %]</td>
207
            <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
207
            <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
208
            <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
208
            <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (-1 / +1 lines)
Lines 267-273 Link Here
267
</table>
267
</table>
268
[% ELSE %]
268
[% ELSE %]
269
    </table>
269
    </table>
270
        <p><b>Configuration OK, you don't have errors in your MARC parameters table</b></p>
270
        <p><strong>Configuration OK, you don't have errors in your MARC parameters table</strong></p>
271
[% END %]
271
[% END %]
272
272
273
            </main>
273
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 321-327 Item types administration Link Here
321
                    <label for="summary">Summary: </label>
321
                    <label for="summary">Summary: </label>
322
                   <textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea>
322
                   <textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea>
323
                    <p>Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </p>
323
                    <p>Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </p>
324
                    <p><b>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</b> will show the link just below the title</p>
324
                    <p><strong>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</strong> will show the link just below the title</p>
325
                </li>
325
                </li>
326
            </ol>
326
            </ol>
327
        </fieldset>
327
        </fieldset>
Lines 401-407 Item types administration Link Here
401
                    [% itemtype.description | html %] (default)<br/>
401
                    [% itemtype.description | html %] (default)<br/>
402
                    [% FOR description IN itemtype.translated_descriptions %]
402
                    [% FOR description IN itemtype.translated_descriptions %]
403
                        [% IF description.translation == itemtype.translated_description %]
403
                        [% IF description.translation == itemtype.translated_description %]
404
                            <b>[% description.translation | html %]</b>
404
                            <strong>[% description.translation | html %]</strong>
405
                        [% ELSE %]
405
                        [% ELSE %]
406
                            [% description.translation | html %] ([% description.lang | html %])
406
                            [% description.translation | html %] ([% description.lang | html %])
407
                        [% END %]
407
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref (-2 / +2 lines)
Lines 8-14 I18N/L10N: Link Here
8
              metric: dd/mm/yyyy
8
              metric: dd/mm/yyyy
9
              dmydot: dd.mm.yyyy
9
              dmydot: dd.mm.yyyy
10
              iso: yyyy-mm-dd
10
              iso: yyyy-mm-dd
11
        - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
11
        - . <strong>Note:</strong> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
12
    -
12
    -
13
        - Format times in
13
        - Format times in
14
        - pref: TimeFormat
14
        - pref: TimeFormat
Lines 16-22 I18N/L10N: Link Here
16
          choices:
16
          choices:
17
              24hr: 24 hour format ( e.g. "14:18" )
17
              24hr: 24 hour format ( e.g. "14:18" )
18
              12hr: 12 hour format ( e.g. "02:18 PM" )
18
              12hr: 12 hour format ( e.g. "02:18 PM" )
19
        - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
19
        - . <strong>Note:</strong> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
20
    -
20
    -
21
        - Use
21
        - Use
22
        - pref: CalendarFirstDayOfWeek
22
        - pref: CalendarFirstDayOfWeek
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +1 lines)
Lines 77-83 Link Here
77
        [% FOREACH subfiel IN innerloo.subfield %]
77
        [% FOREACH subfiel IN innerloo.subfield %]
78
            <p>
78
            <p>
79
                <label class="labelsubfield">&nbsp;
79
                <label class="labelsubfield">&nbsp;
80
                [% UNLESS ( subfiel.hide_marc ) %]<b>[% subfiel.marc_subfield | html %]</b>[% END %]
80
                [% UNLESS ( subfiel.hide_marc ) %]<strong>[% subfiel.marc_subfield | html %]</strong>[% END %]
81
                <span title="[% subfiel.long_desc | html %]" class="desc">[% subfiel.short_desc | html %]</span></label>
81
                <span title="[% subfiel.long_desc | html %]" class="desc">[% subfiel.short_desc | html %]</span></label>
82
                [% IF ( subfiel.is_url ) %]
82
                [% IF ( subfiel.is_url ) %]
83
                    <a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>
83
                    <a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
                [% END %]
32
                [% END %]
33
            <div>
33
            <div>
34
                
34
                
35
                    <p><b>Results [% from | html %] to [% to | html %] of [% total | html %]</b></p>
35
                    <p><strong>Results [% from | html %] to [% to | html %] of [% total | html %]</strong></p>
36
                [% ELSE %]
36
                [% ELSE %]
37
                    
37
                    
38
                
38
                
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% BLOCK controls %]
4
[% BLOCK controls %]
5
    <p class="cart-controls">
5
    <p class="cart-controls">
6
        <a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a> <a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a>
6
        <a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a> <a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a>
7
        | <b>Selected items :</b>
7
        | <strong>Selected items :</strong>
8
        <a href="#" id="remove_from_cart">Remove</a>
8
        <a href="#" id="remove_from_cart">Remove</a>
9
9
10
        [% IF ( loggedinusername ) %]
10
        [% IF ( loggedinusername ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-2 / +2 lines)
Lines 40-46 Link Here
40
    <h1>MARC record: [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
40
    <h1>MARC record: [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
41
[% END %]
41
[% END %]
42
42
43
    <p><b>With framework : <select name="Frameworks" id="Frameworks">
43
    <p><strong>With framework : <select name="Frameworks" id="Frameworks">
44
                            <option value="">Default</option>
44
                            <option value="">Default</option>
45
                            [% FOREACH framework IN frameworks %]
45
                            [% FOREACH framework IN frameworks %]
46
                                [% IF framework.frameworkcode == frameworkcode %]
46
                                [% IF framework.frameworkcode == frameworkcode %]
Lines 49-55 Link Here
49
                                    <option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option>
49
                                    <option value="[% framework.frameworkcode | html %]">[% framework.frameworktext | html %]</option>
50
                                [% END %]
50
                                [% END %]
51
                            [% END %]
51
                            [% END %]
52
            </select> </b></p>
52
            </select> </strong></p>
53
[% IF ( ocoins ) %]
53
[% IF ( ocoins ) %]
54
<!-- COinS / OpenURL -->
54
<!-- COinS / OpenURL -->
55
<span class="Z3988" title="[% ocoins | html %]"></span>
55
<span class="Z3988" title="[% ocoins | html %]"></span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 90-96 Link Here
90
		</table>
90
		</table>
91
    [% ELSE %]
91
    [% ELSE %]
92
        <div class="dialog message"><p>
92
        <div class="dialog message"><p>
93
        <b>[% biblio.title | html %][% IF biblio.author %], by [% biblio.author | html %][% END %]</b> has never been checked out.</p></div>
93
        <strong>[% biblio.title | html %][% IF biblio.author %], by [% biblio.author | html %][% END %]</strong> has never been checked out.</p></div>
94
94
95
    [% END %]
95
    [% END %]
96
</div>
96
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-2 / +2 lines)
Lines 42-48 Link Here
42
					[% UNLESS ( popup ) %]
42
					[% UNLESS ( popup ) %]
43
                        <h1>Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
43
                        <h1>Labeled MARC biblio : [% biblionumber | html %]  ( [% bibliotitle | html %] )</h1>
44
					[% END %]
44
					[% END %]
45
                    <p><b>With framework:
45
                    <p><strong>With framework:
46
                    <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);">
46
                    <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);">
47
                        <option value="">Default</option>
47
                        <option value="">Default</option>
48
                        [% FOREACH framework IN frameworks %]
48
                        [% FOREACH framework IN frameworks %]
Lines 53-59 Link Here
53
                        [% END %]
53
                        [% END %]
54
                        [% END %]
54
                        [% END %]
55
                    </select>
55
                    </select>
56
                    </b></p>
56
                    </strong></p>
57
					<!-- div id="bibliotabs" class="toptabs numbered" -->
57
					<!-- div id="bibliotabs" class="toptabs numbered" -->
58
					<div>
58
					<div>
59
						<table class="labeledmarc-table">
59
						<table class="labeledmarc-table">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-1 / +1 lines)
Lines 148-154 Link Here
148
                    </div> <!-- /.searchresults -->
148
                    </div> <!-- /.searchresults -->
149
                [% ELSE # IF total %]
149
                [% ELSE # IF total %]
150
                    [% IF ( query ) %]
150
                    [% IF ( query ) %]
151
                        [% IF ( error ) %]<div class="dialog alert">[% END %]<b>No results found</b>
151
                        [% IF ( error ) %]<div class="dialog alert">[% END %]<strong>No results found</strong>
152
                        [% IF ( error ) %]
152
                        [% IF ( error ) %]
153
                            Error: <span class="error">[% error | html %]</span></div>
153
                            Error: <span class="error">[% error | html %]</span></div>
154
                        [% END %]
154
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-1 / +1 lines)
Lines 48-54 Link Here
48
                        </div>[% END %]
48
                        </div>[% END %]
49
            <p>
49
            <p>
50
                [% IF ( total ) %]
50
                [% IF ( total ) %]
51
                    &nbsp;<b>Results [% from | html %] to [% to | html %] of [% total | html %]</b><br /><br />
51
                    &nbsp;<strong>Results [% from | html %] to [% to | html %] of [% total | html %]</strong><br /><br />
52
                [% ELSE %]
52
                [% ELSE %]
53
                    &nbsp; No results found<br />
53
                    &nbsp; No results found<br />
54
                [% END %]
54
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-1 / +1 lines)
Lines 85-91 Link Here
85
                        <td>
85
                        <td>
86
                            <p>
86
                            <p>
87
                                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% todayoverduesloo.biblionumber | uri %]">[% todayoverduesloo.title | html %]</a>
87
                                <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% todayoverduesloo.biblionumber | uri %]">[% todayoverduesloo.title | html %]</a>
88
                                &nbsp; (<b>[% todayoverduesloo.description | html %]</b>)
88
                                &nbsp; (<strong>[% todayoverduesloo.description | html %]</strong>)
89
                                <br />Barcode : [% todayoverduesloo.barcode | html %]
89
                                <br />Barcode : [% todayoverduesloo.barcode | html %]
90
                            </p>
90
                            </p>
91
                        </td>
91
                        </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-3 / +3 lines)
Lines 124-134 Link Here
124
                                  <li>Transfer is not allowed for:
124
                                  <li>Transfer is not allowed for:
125
                                      <ol>
125
                                      <ol>
126
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
126
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
127
                                              <li>Item type: <b>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</b></li>
127
                                              <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li>
128
                                          [% ELSE %]
128
                                          [% ELSE %]
129
                                              <li>Collection: <b>[% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]</b></li>
129
                                              <li>Collection: <strong>[% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]</strong></li>
130
                                          [% END %]
130
                                          [% END %]
131
                                          <li>Destination library: <b>[% Branches.GetName( errmsgloo.tbr ) | html %]</b></li>
131
                                          <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li>
132
                                      </ol>
132
                                      </ol>
133
                                  </li>
133
                                  </li>
134
                              [% END %]
134
                              [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 69-75 Link Here
69
                    [% END %]
69
                    [% END %]
70
70
71
                    [% IF alert.HIGHHOLDS %]
71
                    [% IF alert.HIGHHOLDS %]
72
                        <div class="dialog message">High demand item. <b>Loan period was not shortened due to override.</b> Shortened due date would have been [% alert.HIGHHOLDS.returndate | $KohaDates %] ([% alert.HIGHHOLDS.duration  | html %] days).</div>
72
                        <div class="dialog message">High demand item. <strong>Loan period was not shortened due to override.</strong> Shortened due date would have been [% alert.HIGHHOLDS.returndate | $KohaDates %] ([% alert.HIGHHOLDS.duration  | html %] days).</div>
73
                    [% END %]
73
                    [% END %]
74
74
75
                    [% IF alert.RETURNED_FROM_ANOTHER %]
75
                    [% IF alert.RETURNED_FROM_ANOTHER %]
Lines 185-191 Link Here
185
                                [% END %]
185
                                [% END %]
186
186
187
                                [% IF PREVISSUE %]
187
                                [% IF PREVISSUE %]
188
                                    <li>Patron has previously checked out this title: <b>[% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</b>. Check out anyway?</li>
188
                                    <li>Patron has previously checked out this title: <strong>[% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</strong>. Check out anyway?</li>
189
                                [% END %]
189
                                [% END %]
190
190
191
                                [% IF BIBLIO_ALREADY_ISSUED %]
191
                                [% IF BIBLIO_ALREADY_ISSUED %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +2 lines)
Lines 70-76 Link Here
70
        [% FOREACH reserveloo IN reserveloop %]
70
        [% FOREACH reserveloo IN reserveloop %]
71
        <tr>
71
        <tr>
72
        [% IF ( reserveloo.borrowernumber ) %]
72
        [% IF ( reserveloo.borrowernumber ) %]
73
            <td><p><b>[% reserveloo.pullcount | html %]</b></p></td>
73
            <td><p><strong>[% reserveloo.pullcount | html %]</strong></p></td>
74
            <td>[% reserveloo.count | html %]</td>
74
            <td>[% reserveloo.count | html %]</td>
75
            <td>[% reserveloo.rcount | html %]</td>
75
            <td>[% reserveloo.rcount | html %]</td>
76
            <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrowernumber | uri %]">[% reserveloo.firstname | html %] [% reserveloo.surname | html %]</a></td>
76
            <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrowernumber | uri %]">[% reserveloo.firstname | html %] [% reserveloo.surname | html %]</a></td>
Lines 197-203 Link Here
197
    </tfoot>
197
    </tfoot>
198
    </table>
198
    </table>
199
    [% ELSE %]
199
    [% ELSE %]
200
        <b>No items found.</b>
200
        <strong>No items found.</strong>
201
    [% END %]
201
    [% END %]
202
</div>
202
</div>
203
203
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-3 / +3 lines)
Lines 100-108 Link Here
100
                        [% IF ( CAN_user_acquisition && basketno && booksellerid ) %]<!-- [% reserveloo.ratiocalc | html %] -->
100
                        [% IF ( CAN_user_acquisition && basketno && booksellerid ) %]<!-- [% reserveloo.ratiocalc | html %] -->
101
                            <a href="/cgi-bin/koha/acqui/neworderempty.pl?biblionumber=[% reserveloo.biblionumber | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;rr_quantity_to_order=[% reserveloo.ratiocalc | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> [% reserveloo.ratiocalc | html %] to order</a>
101
                            <a href="/cgi-bin/koha/acqui/neworderempty.pl?biblionumber=[% reserveloo.biblionumber | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;rr_quantity_to_order=[% reserveloo.ratiocalc | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> [% reserveloo.ratiocalc | html %] to order</a>
102
                        [% ELSE %]
102
                        [% ELSE %]
103
                            <b>[% reserveloo.ratiocalc | html %] to order</b>
103
                            <strong>[% reserveloo.ratiocalc | html %] to order</strong>
104
                        [% END %]
104
                        [% END %]
105
                        [% IF ( reserveloo.pendingorders ) %]<br><b>[% reserveloo.pendingorders | html %] pending</b>[% END %]
105
                        [% IF ( reserveloo.pendingorders ) %]<br><strong>[% reserveloo.pendingorders | html %] pending</strong>[% END %]
106
                    [% ELSE %]
106
                    [% ELSE %]
107
                        0 to order
107
                        0 to order
108
                    [% END %]
108
                    [% END %]
Lines 113-119 Link Here
113
      </tbody>
113
      </tbody>
114
    </table>
114
    </table>
115
    [% ELSE %]
115
    [% ELSE %]
116
        <b>No items found.</b>
116
        <strong>No items found.</strong>
117
    [% END %]
117
    [% END %]
118
118
119
            </main>
119
            </main>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 276-285 Link Here
276
                                            <p class="problem"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber | uri %]">[% errmsgloo.debarname | html %]([% errmsgloo.debarcardnumber | html %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %].</p>
276
                                            <p class="problem"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber | uri %]">[% errmsgloo.debarname | html %]([% errmsgloo.debarcardnumber | html %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %].</p>
277
                                        [% END %]
277
                                        [% END %]
278
                                        [% IF ( errmsgloo.prevdebarred ) %]
278
                                        [% IF ( errmsgloo.prevdebarred ) %]
279
                                            <p class="problem"><b>Reminder: </b>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %].</p>
279
                                            <p class="problem"><strong>Reminder: </strong>Patron was earlier restricted until [% errmsgloo.prevdebarred | $KohaDates %].</p>
280
                                        [% END %]
280
                                        [% END %]
281
                                        [% IF ( errmsgloo.foreverdebarred ) %]
281
                                        [% IF ( errmsgloo.foreverdebarred ) %]
282
                                            <p class="problem"><b>Reminder: </b>Patron has an indefinite restriction.</p>
282
                                            <p class="problem"><strong>Reminder: </strong>Patron has an indefinite restriction.</p>
283
                                        [% END %]
283
                                        [% END %]
284
                                        [% IF errmsgloo.data_corrupted %]
284
                                        [% IF errmsgloo.data_corrupted %]
285
                                            <p class="problem">The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo">about page</a> and search for the "data problems" section</p>
285
                                            <p class="problem">The item has not been checked in due to a configuration issue in your system. You must ask an administrator to take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo">about page</a> and search for the "data problems" section</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
                    <td><p><span title="[% reser.datetransfer | html %]">[% reser.datetransfer | $KohaDates %]</span></p> [% IF ( reser.messcompa ) %]<span class="error">Transfer is [% reser.diff | html %] days late</span>[% END %]</td>
53
                    <td><p><span title="[% reser.datetransfer | html %]">[% reser.datetransfer | $KohaDates %]</span></p> [% IF ( reser.messcompa ) %]<span class="error">Transfer is [% reser.diff | html %] days late</span>[% END %]</td>
54
                    <td>
54
                    <td>
55
                        [% INCLUDE 'biblio-default-view.inc' biblionumber = reser.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=reser %]</a> [% IF ( reser.author ) %]by [% reser.author | html %][% END %]
55
                        [% INCLUDE 'biblio-default-view.inc' biblionumber = reser.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=reser %]</a> [% IF ( reser.author ) %]by [% reser.author | html %][% END %]
56
                            [% IF ( reser.itemtype ) %] (<b>[% reser.itemtype | html %]</b>)[% END %]
56
                            [% IF ( reser.itemtype ) %] (<strong>[% reser.itemtype | html %]</strong>)[% END %]
57
                            <br />Barcode: [% reser.barcode | html %]
57
                            <br />Barcode: [% reser.barcode | html %]
58
                    </td>
58
                    </td>
59
                    <td>[% IF ( reser.patron ) %]
59
                    <td>[% IF ( reser.patron ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
<p>
2
<p>
3
[% log.timestamp | $KohaDates with_hours => 1 %] : <b>Status changed</b>
3
[% log.timestamp | $KohaDates with_hours => 1 %] : <strong>Status changed</strong>
4
[% IF log.info.status_before %]
4
[% IF log.info.status_before %]
5
[% before = log.info.status_before %]
5
[% before = log.info.status_before %]
6
[% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %]
6
[% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 51-57 Link Here
51
            <div style="border-bottom:1px solid #CCC;padding:1em 0;">
51
            <div style="border-bottom:1px solid #CCC;padding:1em 0;">
52
                    <h4>[% result_se.title | html %]</h4>
52
                    <h4>[% result_se.title | html %]</h4>
53
                            <p>[% IF ( result_se.author ) %]by [% result_se.author | html %][% END %]
53
                            <p>[% IF ( result_se.author ) %]by [% result_se.author | html %][% END %]
54
                            [[% result_se.itemtype | html %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode | html %] [% END %][% IF ( result_se.place ) %][% result_se.place | html %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate | html %], [% END %][% IF ( result_se.pages ) %][% result_se.pages | html %][% END %][% IF ( result_se.isbn ) %], <b>ISBN: </b>[% result_se.isbn | html %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes | html %][% END %]</p>
54
                            [[% result_se.itemtype | html %]], [% IF ( result_se.publishercode ) %][% result_se.publishercode | html %] [% END %][% IF ( result_se.place ) %][% result_se.place | html %] [% END %][% IF ( result_se.copyrightdate ) %][% result_se.copyrightdate | html %], [% END %][% IF ( result_se.pages ) %][% result_se.pages | html %][% END %][% IF ( result_se.isbn ) %], <strong>ISBN: </strong>[% result_se.isbn | html %][% END %][% IF ( result_se.notes ) %],<br />[% result_se.notes | html %][% END %]</p>
55
55
56
                    <table>
56
                    <table>
57
                    [% FOREACH item_tabl IN result_se.item_table %]
57
                    [% FOREACH item_tabl IN result_se.item_table %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-1 / +1 lines)
Lines 326-332 Link Here
326
            </div>
326
            </div>
327
            <div class="modal-body">
327
            <div class="modal-body">
328
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
328
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
329
                <p>The change to give is <b><span id="modal_change">0.00</span></b>.</p>
329
                <p>The change to give is <strong><span id="modal_change">0.00</span></strong>.</p>
330
                <p>Confirm this payment?</p>
330
                <p>Confirm this payment?</p>
331
            </div>
331
            </div>
332
            <div class="modal-footer">
332
            <div class="modal-footer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
                            </li>
30
                            </li>
31
                        </ol>
31
                        </ol>
32
                        <p>To add another library and for more settings, go to:
32
                        <p>To add another library and for more settings, go to:
33
                            <span class="breadcrumbs"> Administration <b>&rsaquo;</b> Libraries and groups </span>
33
                            <span class="breadcrumbs"> Administration <strong>&rsaquo;</strong> Libraries and groups </span>
34
                        </p>
34
                        </p>
35
                        <input type="submit" class="btn btn-primary" value="Submit" />
35
                        <input type="submit" class="btn btn-primary" value="Submit" />
36
                    </fieldset>
36
                    </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-2 / +2 lines)
Lines 116-122 Link Here
116
116
117
                        <p>
117
                        <p>
118
                            To add another patron category and for more settings go to:
118
                            To add another patron category and for more settings go to:
119
                            <span class="breadcrumbs"> Administration <b>&rsaquo;</b> Patron categories</span>
119
                            <span class="breadcrumbs"> Administration <strong>&rsaquo;</strong> Patron categories</span>
120
                        </p>
120
                        </p>
121
121
122
                        <input type="submit" class="btn btn-primary" value="Submit" />
122
                        <input type="submit" class="btn btn-primary" value="Submit" />
Lines 132-135 Link Here
132
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
132
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
133
[% END %]
133
[% END %]
134
134
135
[% INCLUDE 'installer-intranet-bottom.inc' %]
135
[% INCLUDE 'installer-intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 65-71 Link Here
65
                                    [% END %]
65
                                    [% END %]
66
                                </select>
66
                                </select>
67
                                <span class="required">Required</span><br><br>
67
                                <span class="required">Required</span><br><br>
68
                                <b>Note:</b> If you installed sample patron categories please select the "Staff" option in the patron categories dropdown box.
68
                                <strong>Note:</strong> If you installed sample patron categories please select the "Staff" option in the patron categories dropdown box.
69
                            </li>
69
                            </li>
70
                        </ol>
70
                        </ol>
71
71
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-7 / +7 lines)
Lines 22-39 Link Here
22
                [% IF ( ERRORS ) %]
22
                [% IF ( ERRORS ) %]
23
                <div class="dialog alert">
23
                <div class="dialog alert">
24
                    [% FOREACH ERROR IN ERRORS %]
24
                    [% FOREACH ERROR IN ERRORS %]
25
                        [% IF ( ERROR.NOTKPZ ) %]<li><b>The upload file does not appear to be a kpz file.  The extension is not '.kpz'.</b></li>
25
                        [% IF ( ERROR.NOTKPZ ) %]<li><strong>The upload file does not appear to be a kpz file.  The extension is not '.kpz'.</strong></li>
26
                        [% ELSIF ( ERROR.NOWRITETEMP ) %]<li><b>This script is not able to create/write to the necessary temporary directory.</b></li>
26
                        [% ELSIF ( ERROR.NOWRITETEMP ) %]<li><strong>This script is not able to create/write to the necessary temporary directory.</strong></li>
27
                        [% ELSIF ( ERROR.EMPTYUPLOAD ) %]<li><b>The upload file appears to be empty.</b></li>
27
                        [% ELSIF ( ERROR.EMPTYUPLOAD ) %]<li><strong>The upload file appears to be empty.</b></li>
28
                        [% ELSIF ( ERROR.UZIPFAIL ) %]<li><b>[% ERROR.UZIPFAIL | html %] failed to unpack.<br />Please verify the integrity of the zip file and retry.</b></li>
28
                        [% ELSIF ( ERROR.UZIPFAIL ) %]<li><strong>[% ERROR.UZIPFAIL | html %] failed to unpack.<br />Please verify the integrity of the zip file and retry.</strong></li>
29
                        [% ELSIF ( ERROR.NOWRITEPLUGINS ) %]<li><b>Cannot unpack file to the plugins directory.<br />Please verify that the Apache user can write to the plugins directory.</b></li>
29
                        [% ELSIF ( ERROR.NOWRITEPLUGINS ) %]<li><strong>Cannot unpack file to the plugins directory.<br />Please verify that the Apache user can write to the plugins directory.</strong></li>
30
                        [% ELSE %]<li><b>[% ERROR.CORERR | html %] An unknown error has occurred.<br />Please review the error log for more details.</b></li>[% END %]
30
                        [% ELSE %]<li><strong>[% ERROR.CORERR | html %] An unknown error has occurred.<br />Please review the error log for more details.</strong></li>[% END %]
31
                    [% END %]
31
                    [% END %]
32
                </div>
32
                </div>
33
                [% END %]
33
                [% END %]
34
                <form method="post" action="/cgi-bin/koha/plugins/plugins-upload.pl" enctype="multipart/form-data">
34
                <form method="post" action="/cgi-bin/koha/plugins/plugins-upload.pl" enctype="multipart/form-data">
35
                    <fieldset class="brief">
35
                    <fieldset class="brief">
36
                         <div class="hint"><b>NOTE:</b> Only KPZ file format is supported.</div>
36
                         <div class="hint"><strong>NOTE:</strong> Only KPZ file format is supported.</div>
37
                        <ol>
37
                        <ol>
38
                            <li>
38
                            <li>
39
                                <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" />
39
                                <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +1 lines)
Lines 156-162 Link Here
156
            </div>
156
            </div>
157
            <div class="modal-body">
157
            <div class="modal-body">
158
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
158
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
159
                <p>The change to give is <b><span id="modal_change">[% 0 | $Price %]</span></b>.</p>
159
                <p>The change to give is <strong><span id="modal_change">[% 0 | $Price %]</span></strong>.</p>
160
                <p>Confirm this payment?</p>
160
                <p>Confirm this payment?</p>
161
            </div>
161
            </div>
162
            <div class="modal-footer">
162
            <div class="modal-footer">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
	[% FOREACH mainloo IN mainloop %]
19
	[% FOREACH mainloo IN mainloop %]
20
		<h1>Acquisitions statistics </h1>
20
		<h1>Acquisitions statistics </h1>
21
        [% IF ( mainloo.loopfilter.size ) %]
21
        [% IF ( mainloo.loopfilter.size ) %]
22
            <p><b>Filtered on:</b></p>
22
            <p><strong>Filtered on:</strong></p>
23
            [% FOREACH loopfilte IN mainloo.loopfilter %]
23
            [% FOREACH loopfilte IN mainloo.loopfilter %]
24
                <p>
24
                <p>
25
                    [% SWITCH loopfilte.crit %]
25
                    [% SWITCH loopfilte.crit %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +3 lines)
Lines 394-400 Link Here
394
                [% IF ( build1 ) %]
394
                [% IF ( build1 ) %]
395
                    [% IF ( cache_error) %]
395
                    [% IF ( cache_error) %]
396
                        <div class="dialog alert">
396
                        <div class="dialog alert">
397
                            <b> Please choose a cache_expiry less than 30 days </b>
397
                            <strong> Please choose a cache_expiry less than 30 days </strong>
398
                        </div>
398
                        </div>
399
                    [% END %]
399
                    [% END %]
400
400
Lines 1207-1216 Link Here
1207
                [% IF ( errors ) %]
1207
                [% IF ( errors ) %]
1208
                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
1208
                    <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
1209
                        <div class="dialog alert">
1209
                        <div class="dialog alert">
1210
                            <b>The following error was encountered:</b><br />
1210
                            <strong>The following error was encountered:</strong><br />
1211
                            [% FOREACH error IN errors %]
1211
                            [% FOREACH error IN errors %]
1212
                                [% IF ( error.sqlerr ) %]
1212
                                [% IF ( error.sqlerr ) %]
1213
                                    This report contains the SQL keyword <b>[% error.sqlerr | html %]</b>.<br />
1213
                                    This report contains the SQL keyword <strong>[% error.sqlerr | html %]</strong>.<br />
1214
                                    Use of this keyword is not allowed in Koha reports due to security and data integrity risks. Only SELECT queries are allowed.<br />
1214
                                    Use of this keyword is not allowed in Koha reports due to security and data integrity risks. Only SELECT queries are allowed.<br />
1215
                                    Please return to the &quot;Saved Reports&quot; screen and delete this report or retry creating a new one.
1215
                                    Please return to the &quot;Saved Reports&quot; screen and delete this report or retry creating a new one.
1216
                                [% ELSIF ( error.queryerr ) %]
1216
                                [% ELSIF ( error.queryerr ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-1 / +1 lines)
Lines 63-69 Link Here
63
</table>
63
</table>
64
 <div class="pages">[% pagination_bar | $raw %]</div>
64
 <div class="pages">[% pagination_bar | $raw %]</div>
65
[% ELSE %]
65
[% ELSE %]
66
[% IF ( status ) %]<p><b>No comments have been approved.</b></p>[% ELSE %]<p><b>No comments to moderate.</b></p>[% END %]
66
[% IF ( status ) %]<p><strong>No comments have been approved.</strong></p>[% ELSE %]<p><strong>No comments to moderate.</strong></p>[% END %]
67
[% END %]
67
[% END %]
68
</div>
68
</div>
69
</div>
69
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-3 / +3 lines)
Lines 50-64 Link Here
50
50
51
[% IF ( subscriptions_loop ) %]
51
[% IF ( subscriptions_loop ) %]
52
<p>
52
<p>
53
    <b>[% numsubscription | html %]</b> subscription(s)
53
    <strong>[% numsubscription | html %]</strong> subscription(s)
54
        [% IF ( title ) %]
54
        [% IF ( title ) %]
55
        with title matching <span class="title">[% title | html %]</class>
55
        with title matching <span class="title">[% title | html %]</class>
56
        [% IF ( issn ) %]and [% END %]
56
        [% IF ( issn ) %]and [% END %]
57
    [% END %]
57
    [% END %]
58
    [% IF ( issn ) %]
58
    [% IF ( issn ) %]
59
        with ISSN matching <b>[% issn | html %]</b>
59
        with ISSN matching <strong>[% issn | html %]</strong>
60
    [% END %]
60
    [% END %]
61
        will expire before <b>[% date | $KohaDates %]</b>
61
        will expire before <strong>[% date | $KohaDates %]</strong>
62
</p>
62
</p>
63
63
64
<div class="checkexpiration-table_table_controls">
64
<div class="checkexpiration-table_table_controls">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
[% ELSE %]
43
[% ELSE %]
44
44
45
    <div class="dialog message">
45
    <div class="dialog message">
46
        <p>No results found for <b>[% query | html %]</b></p>
46
        <p>No results found for <strong>[% query | html %]</strong></p>
47
    </div>
47
    </div>
48
48
49
[% END %]
49
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt (-3 / +3 lines)
Lines 17-27 Link Here
17
        <td colspan="2"><h3>[% libraryname | html %]</h3></td>
17
        <td colspan="2"><h3>[% libraryname | html %]</h3></td>
18
    </tr>
18
    </tr>
19
    <tr>
19
    <tr>
20
        <td colspan="2"><b>Title:</b> [% title | html %]<br />[% issue | html %]</td>
20
        <td colspan="2"><strong>Title:</strong> [% title | html %]<br />[% issue | html %]</td>
21
    </tr>
21
    </tr>
22
    <tr>
22
    <tr>
23
        <td><b>Name</b></td>
23
        <td><strong>Name</strong></td>
24
        <td><b>Date due</b></td>
24
        <td><strong>Date due</strong></td>
25
    </tr>
25
    </tr>
26
    [% FOREACH memberloo IN memberloop %]
26
    [% FOREACH memberloo IN memberloop %]
27
    <tr>
27
    <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 740-746 Link Here
740
        </div>
740
        </div>
741
741
742
[% ELSE %]
742
[% ELSE %]
743
    <b>No results.</b>
743
    <strong>No results.</strong>
744
[% END %]
744
[% END %]
745
</form>
745
</form>
746
</div>
746
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-3 / +3 lines)
Lines 45-51 Link Here
45
</ul>
45
</ul>
46
<div id="bibs">
46
<div id="bibs">
47
<p>
47
<p>
48
    <b>Note : The items are exported by this tool unless specified.</b>
48
    <strong>Note : The items are exported by this tool unless specified.</strong>
49
</p>
49
</p>
50
50
51
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/export.pl">
51
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/export.pl">
Lines 230-236 Link Here
230
[% IF ( allow_db_export ) %]
230
[% IF ( allow_db_export ) %]
231
<div id="db">
231
<div id="db">
232
<form method="post" action="/cgi-bin/koha/tools/export.pl">
232
<form method="post" action="/cgi-bin/koha/tools/export.pl">
233
    <p><b>Note : This export file will be very large, and is generated nightly.</b></p>
233
    <p><strong>Note : This export file will be very large, and is generated nightly.</strong></p>
234
    <fieldset class="rows">
234
    <fieldset class="rows">
235
    <legend> Choose a file </legend>
235
    <legend> Choose a file </legend>
236
    [% IF ( dbfiles && (dbfiles.size > 0) ) %]
236
    [% IF ( dbfiles && (dbfiles.size > 0) ) %]
Lines 256-262 Link Here
256
[% IF ( allow_conf_export ) %]
256
[% IF ( allow_conf_export ) %]
257
<div id="conf">
257
<div id="conf">
258
<form method="post" action="/cgi-bin/koha/tools/export.pl">
258
<form method="post" action="/cgi-bin/koha/tools/export.pl">
259
    <p><b>Note : This export file will be very large, and is generated nightly.</b></p>
259
    <p><strong>Note : This export file will be very large, and is generated nightly.</strong></p>
260
    <fieldset class="rows">
260
    <fieldset class="rows">
261
    <legend> Choose a file </legend>
261
    <legend> Choose a file </legend>
262
    [% IF ( conffiles && (conffiles.size > 0) ) %]
262
    [% IF ( conffiles && (conffiles.size > 0) ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +2 lines)
Lines 74-80 td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl Link Here
74
                <input type="hidden" id="showYear" name="showYear" />
74
                <input type="hidden" id="showYear" name="showYear" />
75
            </li>
75
            </li>
76
            <li class="dateinsert">
76
            <li class="dateinsert">
77
                <b>To Date : </b>
77
                <strong>To Date : </strong>
78
                <input type="text" id="datecancelrange" name="datecancelrange" size="20" value="[% datecancelrange | html %]" class="datepicker"/>
78
                <input type="text" id="datecancelrange" name="datecancelrange" size="20" value="[% datecancelrange | html %]" class="datepicker"/>
79
            </li>
79
            </li>
80
            <li><label for="showTitle">Title: </label><input type="text" name="showTitle" id="showTitle" size="35" /></li>
80
            <li><label for="showTitle">Title: </label><input type="text" name="showTitle" id="showTitle" size="35" /></li>
Lines 150-156 td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl Link Here
150
                <input type="hidden" id="newYear" name="newYear" />
150
                <input type="hidden" id="newYear" name="newYear" />
151
            </li>
151
            </li>
152
            <li class="dateinsert">
152
            <li class="dateinsert">
153
                <b>To date: </b>
153
                <strong>To date: </strong>
154
                <input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange | html %]" class="datepicker" />
154
                <input type="text" id="dateofrange" name="dateofrange" size="20" value="[% dateofrange | html %]" class="datepicker" />
155
            </li>
155
            </li>
156
            <li><label for="title">Title: </label><input type="text" name="newTitle" id="title" size="35" /></li>
156
            <li><label for="title">Title: </label><input type="text" name="newTitle" id="title" size="35" /></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-4 / +4 lines)
Lines 285-291 Link Here
285
    <ul>
285
    <ul>
286
        <li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
286
        <li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
287
287
288
        <li><b>Download a starter CSV file with all the columns <a href="?sample=1">here</a>.</b>  Values are comma-separated.</li>
288
        <li><strong>Download a starter CSV file with all the columns <a href="?sample=1">here</a>.</strong>  Values are comma-separated.</li>
289
289
290
        <li>
290
        <li>
291
            OR choose which fields you want to supply from the following list:
291
            OR choose which fields you want to supply from the following list:
Lines 298-309 Link Here
298
298
299
        [% IF ( Koha.Preference('ExtendedPatronAttributes') ) %]
299
        [% IF ( Koha.Preference('ExtendedPatronAttributes') ) %]
300
            <li>
300
            <li>
301
                If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. For example: <b>INSTID:12345,LANG:fr</b> or <b>STARTDATE:January 1 2010,TRACK:Day</b>. If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: <b>&quot;STARTDATE:January 1, 2010&quot;,&quot;TRACK:Day&quot;</b>.  The second syntax would be required if the data might have a comma in it, like a date string.
301
                If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. For example: <strong>INSTID:12345,LANG:fr</strong> or <strong>STARTDATE:January 1 2010,TRACK:Day</strong>. If an input record has more than one attribute, the fields should either be entered as an unquoted string (previous examples), or with each field wrapped in separate double quotes and delimited by a comma: <strong>&quot;STARTDATE:January 1, 2010&quot;,&quot;TRACK:Day&quot;</strong>.  The second syntax would be required if the data might have a comma in it, like a date string.
302
            </li>
302
            </li>
303
        [% END %]
303
        [% END %]
304
304
305
        <li>
305
        <li>
306
            <strong>Required fields:</strong> The fields 'surname', 'branchcode', and 'categorycode' are <em>required</em> and 'branchcode' and 'categorycode' <b>must match</b> valid entries in your database.
306
            <strong>Required fields:</strong> The fields 'surname', 'branchcode', and 'categorycode' are <em>required</em> and 'branchcode' and 'categorycode' <strong>must match</strong> valid entries in your database.
307
        </li>
307
        </li>
308
308
309
        <li>
309
        <li>
Lines 311-317 Link Here
311
        </li>
311
        </li>
312
312
313
        <li>
313
        <li>
314
            Date formats should match your system preference, and <b>must</b> be zero-padded, e.g. '01/02/2008'.  Alternatively,
314
            Date formats should match your system preference, and <strong>must</strong> be zero-padded, e.g. '01/02/2008'.  Alternatively,
315
you can supply dates in ISO format (e.g., '2010-10-28').
315
you can supply dates in ISO format (e.g., '2010-10-28').
316
        </li>
316
        </li>
317
    </ul>
317
    </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-1 / +1 lines)
Lines 121-127 Link Here
121
                    </div> <!-- /#toolbar -->
121
                    </div> <!-- /#toolbar -->
122
122
123
                    [% IF ( search ) %]
123
                    [% IF ( search ) %]
124
                        <p>You searched for <b>[% searchfield | html %]</b></p>
124
                        <p>You searched for <strong>[% searchfield | html %]</strong></p>
125
                    [% END %]
125
                    [% END %]
126
126
127
                    [% IF ( letter && !independant_branch) %]
127
                    [% IF ( letter && !independant_branch) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-2 / +2 lines)
Lines 45-57 Link Here
45
                        [% ELSE %]
45
                        [% ELSE %]
46
                            <div class="dialog message">
46
                            <div class="dialog message">
47
                        [% END %]
47
                        [% END %]
48
                            <p><b>
48
                            <p><strong>
49
                                [% IF ( label_batch_msg == "error" ) %]
49
                                [% IF ( label_batch_msg == "error" ) %]
50
                                    Error attempting to create label batch. Please ask your system administrator to check the log for more details.
50
                                    Error attempting to create label batch. Please ask your system administrator to check the log for more details.
51
                                [% ELSE %]
51
                                [% ELSE %]
52
                                    Label <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% label_batch_msg | uri %]" >batch #[% label_batch_msg | html %]</a> created.
52
                                    Label <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% label_batch_msg | uri %]" >batch #[% label_batch_msg | html %]</a> created.
53
                                [% END %]
53
                                [% END %]
54
                            </b></p>
54
                            </strong></p>
55
                        </div>
55
                        </div>
56
                    [% END %]
56
                    [% END %]
57
57
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-18 / +18 lines)
Lines 57-71 Link Here
57
                                <td>
57
                                <td>
58
                                    [% IF ( filename.filerrors ) %]
58
                                    [% IF ( filename.filerrors ) %]
59
                                    [% FOREACH filerror IN filename.filerrors %]
59
                                    [% FOREACH filerror IN filename.filerrors %]
60
                                        [% IF ( filerror.DBERR ) %]<b>ERROR:</b> Image not imported because the database returned an error. Please refer to the error log for more details.
60
                                        [% IF ( filerror.DBERR ) %]<strong>ERROR:</strong> Image not imported because the database returned an error. Please refer to the error log for more details.
61
                                        [% ELSIF ( filerror.IMGEXISTS ) %]<b>ERROR:</b> Image not imported because this patron does not exist in the database.
61
                                        [% ELSIF ( filerror.IMGEXISTS ) %]<strong>ERROR:</strong> Image not imported because this patron does not exist in the database.
62
                                        [% ELSIF ( filerror.MIMERR ) %]<b>ERROR:</b> Image not imported because the image format is unrecognized.
62
                                        [% ELSIF ( filerror.MIMERR ) %]<strong>ERROR:</strong> Image not imported because the image format is unrecognized.
63
                                        [% ELSIF ( filerror.CORERR ) %]<b>ERROR:</b> Image not imported because the image file is corrupted.
63
                                        [% ELSIF ( filerror.CORERR ) %]<strong>ERROR:</strong> Image not imported because the image file is corrupted.
64
                                        [% ELSIF ( filerror.OPNERR ) %]<b>ERROR:</b> Image not imported because Koha was unable to open the image for reading.
64
                                        [% ELSIF ( filerror.OPNERR ) %]<strong>ERROR:</strong> Image not imported because Koha was unable to open the image for reading.
65
                                        [% ELSIF ( filerror.OVRSIZ ) %]<b>ERROR:</b> Image not imported because the image file is too big (see online help for maximum size).
65
                                        [% ELSIF ( filerror.OVRSIZ ) %]<strong>ERROR:</strong> Image not imported because the image file is too big (see online help for maximum size).
66
                                        [% ELSIF ( filerror.CRDFIL ) %]<b>ERROR:</b> Image not imported ([% filerror.CRDFIL | html %] missing).
66
                                        [% ELSIF ( filerror.CRDFIL ) %]<strong>ERROR:</strong> Image not imported ([% filerror.CRDFIL | html %] missing).
67
                                        [% ELSIF ( filerror.CARDNUMBER_DOES_NOT_EXIST ) %]<b>ERROR:</b> Image not imported because this patron does not exist in the database.
67
                                        [% ELSIF ( filerror.CARDNUMBER_DOES_NOT_EXIST ) %]<strong>ERROR:</strong> Image not imported because this patron does not exist in the database.
68
                                        [% ELSE %]<b>ERROR:</b> Image not imported because of an unknown error. Please refer to the error log for more details.
68
                                        [% ELSE %]<strong>ERROR:</strong> Image not imported because of an unknown error. Please refer to the error log for more details.
69
                                        [% END %]
69
                                        [% END %]
70
                                    [% END %]
70
                                    [% END %]
71
                                [% ELSE %] imported successfully.
71
                                [% ELSE %] imported successfully.
Lines 88-107 Link Here
88
                [% IF ( ERRORS ) %]
88
                [% IF ( ERRORS ) %]
89
                <div class="dialog alert">
89
                <div class="dialog alert">
90
                    [% FOREACH ERROR IN ERRORS %]
90
                    [% FOREACH ERROR IN ERRORS %]
91
                        [% IF ( ERROR.NOTZIP ) %]<li><b>The upload file does not appear to be a zip file.  The extension is not '.zip'.</b></li>
91
                        [% IF ( ERROR.NOTZIP ) %]<li><strong>The upload file does not appear to be a zip file.  The extension is not '.zip'.</strong></li>
92
                        [% ELSIF ( ERROR.NOWRITETEMP ) %]<li><b>This script is not able to create/write to the necessary temporary directory.</b></li>
92
                        [% ELSIF ( ERROR.NOWRITETEMP ) %]<li><strong>This script is not able to create/write to the necessary temporary directory.</strong></li>
93
                        [% ELSIF ( ERROR.EMPTYUPLOAD ) %]<li><b>The upload file appears to be empty.</b></li>
93
                        [% ELSIF ( ERROR.EMPTYUPLOAD ) %]<li><strong>The upload file appears to be empty.</strong></li>
94
                        [% ELSIF ( ERROR.OPNLINK ) %]<li><b>Cannot open [% ERROR.OPNLINK | html %] to read.<br />Please verify that it exists.</b></li>
94
                        [% ELSIF ( ERROR.OPNLINK ) %]<li><strong>Cannot open [% ERROR.OPNLINK | html %] to read.<br />Please verify that it exists.</strong></li>
95
                        [% ELSIF ( ERROR.OPNIMG ) %]<li><b>Cannot open [% ERROR.OPNIMG | html %] to read.<br />Please verify that it exists.</b></li>
95
                        [% ELSIF ( ERROR.OPNIMG ) %]<li><strong>Cannot open [% ERROR.OPNIMG | html %] to read.<br />Please verify that it exists.</strong></li>
96
                        [% ELSIF ( ERROR.DELERR ) %]<li><b>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</b></li>
96
                        [% ELSIF ( ERROR.DELERR ) %]<li><strong>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</strong></li>
97
                        [% ELSIF ( ERROR.UZIPFAIL ) %]<li><b>[% ERROR.UZIPFAIL | html %] failed to unpack.<br />Please verify the integrity of the ZIP file and retry.</b></li>
97
                        [% ELSIF ( ERROR.UZIPFAIL ) %]<li><strong>[% ERROR.UZIPFAIL | html %] failed to unpack.<br />Please verify the integrity of the ZIP file and retry.</strong></li>
98
                        [% ELSE %]<li><b>[% ERROR.CORERR | html %] An unknown error has occurred.<br />Please review the error log for more details.</b></li>[% END %]
98
                        [% ELSE %]<li><strong>[% ERROR.CORERR | html %] An unknown error has occurred.<br />Please review the error log for more details.</strong></li>[% END %]
99
                    [% END %]
99
                    [% END %]
100
                </div>
100
                </div>
101
                [% END %]
101
                [% END %]
102
            <form method="post" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data" id="upload_form">
102
            <form method="post" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data" id="upload_form">
103
                <fieldset class="rows">
103
                <fieldset class="rows">
104
                    <p><b>NOTE:</b> Only PNG, GIF, JPEG, XPM formats are supported.</p>
104
                    <p><strong>NOTE:</strong> Only PNG, GIF, JPEG, XPM formats are supported.</p>
105
                        <ol class="radio">
105
                        <ol class="radio">
106
                            <li>
106
                            <li>
107
                                <label for="zipfile"><input type="radio" id="zipfile" name="filetype" value="zip" checked="checked" /> Zip file</label></li>
107
                                <label for="zipfile"><input type="radio" id="zipfile" name="filetype" value="zip" checked="checked" /> Zip file</label></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt (-1 / +1 lines)
Lines 76-82 Link Here
76
                                <tr>
76
                                <tr>
77
                                    <td><input type="checkbox" name="report_ids" value="[% report.reportid | html %]"></td>
77
                                    <td><input type="checkbox" name="report_ids" value="[% report.reportid | html %]"></td>
78
                                    <td>
78
                                    <td>
79
                                        <b>[% report.title | html %]</b><br>
79
                                        <strong>[% report.title | html %]</strong><br>
80
                                        [% report.content | html %]
80
                                        [% report.content | html %]
81
                                    </td>
81
                                    </td>
82
                                    <td><a href="[% OPACBaseURL | url %][% report.problempage | url %]">[% OPACBaseURL | url %][% report.problempage | html %]</a></td>
82
                                    <td><a href="[% OPACBaseURL | url %][% report.problempage | url %]">[% OPACBaseURL | url %][% report.problempage | html %]</a></td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
                    <div id="quote_editor_inst">
26
                    <div id="quote_editor_inst">
27
                        <ul>
27
                        <ul>
28
                        <li>Click on the 'Add quote' button to add a single quote; Press the &lt;Enter&gt; key to save the quote.<br />
28
                        <li>Click on the 'Add quote' button to add a single quote; Press the &lt;Enter&gt; key to save the quote.<br />
29
                            <b>Note: </b>Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li>
29
                            <strong>Note: </strong>Both the 'source' and 'text' fields must have content in order for the quote to be saved.</li>
30
                        <li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
30
                        <li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
31
                        <li>Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete quote(s)' button to delete selected quotes.</li>
31
                        <li>Click on one or more quote numbers to select entire quotes for deletion; Click the 'Delete quote(s)' button to delete selected quotes.</li>
32
                        <li>Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.</li>
32
                        <li>Click the 'Import quotes' button in the toolbar to import a CSV file of quotes.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-7 / +6 lines)
Lines 27-38 Link Here
27
    <li>[% total | html %] images found</li>
27
    <li>[% total | html %] images found</li>
28
    [% IF ( error ) %]
28
    [% IF ( error ) %]
29
    <div class="dialog alert">
29
    <div class="dialog alert">
30
    [% IF ( error == 'UZIPFAIL' ) %]<p><b>Failed to unzip archive.<br />Please ensure you are uploading a valid zip file and try again.</b></p>
30
    [% IF ( error == 'UZIPFAIL' ) %]<p><strong>Failed to unzip archive.<br />Please ensure you are uploading a valid zip file and try again.</strong></p>
31
    [% ELSIF ( error == 'OPNLINK' ) %]<p><b>Cannot open folder index (idlink.txt or datalink.txt) to read.<br />Please verify that it exists.</b></p>
31
    [% ELSIF ( error == 'OPNLINK' ) %]<p><strong>Cannot open folder index (idlink.txt or datalink.txt) to read.<br />Please verify that it exists.</strong></p>
32
    [% ELSIF ( error == 'OPNIMG' ) %]<p><b>Cannot process file as an image.<br />Please ensure you only upload GIF, JPEG, PNG, or XPM images.</b></p>
32
    [% ELSIF ( error == 'OPNIMG' ) %]<p><strong>Cannot process file as an image.<br />Please ensure you only upload GIF, JPEG, PNG, or XPM images.</strong></p>
33
    [% ELSIF ( error == 'DELERR' ) %]<p><b>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</b></p>
33
    [% ELSIF ( error == 'DELERR' ) %]<p><strong>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</strong></p>
34
    [% ELSIF ( error == 'DBERR' ) %]<p><b>Unable to save image to database.</b></p>
34
    [% ELSIF ( error == 'DBERR' ) %]<p><strong>Unable to save image to database.</strong></p>
35
    [% ELSE %]<p><b>An unknown error has occurred.<br />Please review the error log for more details.</b></p>[% END %]
35
    [% ELSE %]<p><strong>An unknown error has occurred.<br />Please review the error log for more details.</strong></p>[% END %]
36
    </div>
36
    </div>
37
    </li>
37
    </li>
38
    [% END %]
38
    [% END %]
39
- 

Return to bug 25744