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 (-2 / +2 lines)
Lines 121-132 Link Here
121
                [% IF ( hold.found ) %]
121
                [% IF ( hold.found ) %]
122
                    [% IF ( hold.atdestination ) %]
122
                    [% IF ( hold.atdestination ) %]
123
                        [% IF ( hold.found ) %]
123
                        [% IF ( hold.found ) %]
124
                            Item waiting at <b> [% hold.wbrname | html %]</b> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" /> since [% hold.waiting_date | $KohaDates %]
124
                            Item waiting at <strong> [% hold.wbrname | html %]</strong> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" /> since [% hold.waiting_date | $KohaDates %]
125
                        [% ELSE %]
125
                        [% ELSE %]
126
                            Waiting to be pulled <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
126
                            Waiting to be pulled <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
127
                        [% END %]
127
                        [% END %]
128
                    [% ELSE %]
128
                    [% ELSE %]
129
                        Item being transferred to <b> [% hold.wbrname | html %]</b> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
129
                        Item being transferred to <strong> [% hold.wbrname | html %]</strong> <input type="hidden" name="pickup" value="[% hold.wbrcode | html %]" />
130
                    [% END %]
130
                    [% END %]
131
                [% ELSE %]
131
                [% ELSE %]
132
                    [% IF Koha.Preference('IndependentBranches') && Branches.all().size == 1 %]
132
                    [% 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 (-32 / +32 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-352 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 interface 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 interface 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 %]
343
                [% IF config_bcrypt_settings_no_set %]
343
                [% IF config_bcrypt_settings_no_set %]
344
                    <tr><th scope="row"><b>Warning</b> </th><td>
344
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
345
                    System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
345
                    System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
346
                    </td></tr>
346
                    </td></tr>
347
                [% END %]
347
                [% END %]
348
                [% IF warnHiddenBiblionumbers.size %]
348
                [% IF warnHiddenBiblionumbers.size %]
349
                    <tr><th scope="row"><b>Warning</b> </th><td>
349
                    <tr><th scope="row"><strong>Warning</strong> </th><td>
350
                    [% FOR w IN warnHiddenBiblionumbers %]
350
                    [% FOR w IN warnHiddenBiblionumbers %]
351
                        Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/>
351
                        Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/>
352
                    [% END %]
352
                    [% END %]
Lines 361-367 Link Here
361
            [% FOREACH config_entry IN xml_config_warnings %]
361
            [% FOREACH config_entry IN xml_config_warnings %]
362
                [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
362
                [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
363
                <tr>
363
                <tr>
364
                    <th scope="row"><b>Warning</b></th>
364
                    <th scope="row"><strong>Warning</strong></th>
365
                    <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
365
                    <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
366
                        Please use DOM instead. To switch follow this page of wiki:
366
                        Please use DOM instead. To switch follow this page of wiki:
367
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
367
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
Lines 369-375 Link Here
369
                </tr>
369
                </tr>
370
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
370
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
371
                <tr>
371
                <tr>
372
                    <th scope="row"><b>Warning</b></th>
372
                    <th scope="row"><strong>Warning</strong></th>
373
                    <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
373
                    <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
374
                        Please use DOM instead. To switch follow this page of wiki:
374
                        Please use DOM instead. To switch follow this page of wiki:
375
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
375
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
Lines 377-418 Link Here
377
                </tr>
377
                </tr>
378
                [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
378
                [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
379
                <tr>
379
                <tr>
380
                    <th scope="row"><b>Warning</b></th>
380
                    <th scope="row"><strong>Warning</strong></th>
381
                    <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
381
                    <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
382
                        to legacy facet calculation.
382
                        to legacy facet calculation.
383
                    </td>
383
                    </td>
384
                </tr>
384
                </tr>
385
                [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
385
                [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
386
                <tr>
386
                <tr>
387
                    <th scope="row"><b>Warning</b></th>
387
                    <th scope="row"><strong>Warning</strong></th>
388
                    <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
388
                    <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
389
                        add it, pointing to the log4perl.conf file for your Koha instance.
389
                        add it, pointing to the log4perl.conf file for your Koha instance.
390
                    </td>
390
                    </td>
391
                </tr>
391
                </tr>
392
                [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
392
                [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
393
                <tr>
393
                <tr>
394
                    <th scope="row"><b>Warning</b></th>
394
                    <th scope="row"><strong>Warning</strong></th>
395
                    <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
395
                    <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
396
                        add it, pointing to your Koha instance's lock dir.
396
                        add it, pointing to your Koha instance's lock dir.
397
                    </td>
397
                    </td>
398
                </tr>
398
                </tr>
399
                [% ELSIF config_entry.error == 'lockdir_not_writable' %]
399
                [% ELSIF config_entry.error == 'lockdir_not_writable' %]
400
                <tr>
400
                <tr>
401
                    <th scope="row"><b>Warning</b></th>
401
                    <th scope="row"><strong>Warning</strong></th>
402
                    <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
402
                    <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
403
                        non-writable directory ([% config_entry.lockdir | html %]).
403
                        non-writable directory ([% config_entry.lockdir | html %]).
404
                    </td>
404
                    </td>
405
                </tr>
405
                </tr>
406
                [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
406
                [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
407
                <tr>
407
                <tr>
408
                    <th scope="row"><b>Warning</b></th>
408
                    <th scope="row"><strong>Warning</strong></th>
409
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
409
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
410
                        add it, pointing to the configured file upload directory for your Koha instance.
410
                        add it, pointing to the configured file upload directory for your Koha instance.
411
                    </td>
411
                    </td>
412
                </tr>
412
                </tr>
413
                [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
413
                [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
414
                <tr>
414
                <tr>
415
                    <th scope="row"><b>Warning</b></th>
415
                    <th scope="row"><strong>Warning</strong></th>
416
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
416
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
417
                        add it, pointing to the configured file upload directory for your Koha instance.
417
                        add it, pointing to the configured file upload directory for your Koha instance.
418
                        Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
418
                        Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
Lines 420-426 Link Here
420
                </tr>
420
                </tr>
421
                [% ELSIF config_entry.error == 'tmp_path_missing' %]
421
                [% ELSIF config_entry.error == 'tmp_path_missing' %]
422
                <tr>
422
                <tr>
423
                    <th scope="row"><b>Warning</b></th>
423
                    <th scope="row"><strong>Warning</strong></th>
424
                    <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
424
                    <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
425
                        add it, pointing to the configured temporary directory for your Koha instance.
425
                        add it, pointing to the configured temporary directory for your Koha instance.
426
                        The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
426
                        The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
Lines 436-442 Link Here
436
                <caption>Issuing rules</caption>
436
                <caption>Issuing rules</caption>
437
                [% FOREACH unit IN ir_units %]
437
                [% FOREACH unit IN ir_units %]
438
                <tr>
438
                <tr>
439
                    <th scope="row"><b>Warning</b></th>
439
                    <th scope="row"><strong>Warning</strong></th>
440
                    <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
440
                    <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
441
                        issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
441
                        issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
442
                        [% unit.rule_value | html %].
442
                        [% 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 98-104 Link Here
98
                ([% lateorder.basket.bookseller.id | html %])
98
                ([% lateorder.basket.bookseller.id | html %])
99
            </td>
99
            </td>
100
            <td>
100
            <td>
101
                <b>[% lateorder.biblio.title | html %]</b>
101
                <strong>[% lateorder.biblio.title | html %]</strong>
102
                   [% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %]
102
                   [% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %]
103
                   [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
103
                   [% IF ( lateorder.biblio.biblioitem.publishercode ) %]
104
                        <br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %]
104
                        <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 (-3 / +3 lines)
Lines 343-349 Item types administration Link Here
343
                    <label for="summary">Summary: </label>
343
                    <label for="summary">Summary: </label>
344
                   <textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea>
344
                   <textarea id="summary" name="summary" cols="55" rows="5">[% itemtype.summary | html %]</textarea>
345
                    <p>Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </p>
345
                    <p>Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype : </p>
346
                    <p><b>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</b> will show the link just below the title</p>
346
                    <p><strong>&lt;a href="[856u]"&gt;open site&lt;/a&gt;</strong> will show the link just below the title</p>
347
                </li>
347
                </li>
348
            </ol>
348
            </ol>
349
        </fieldset>
349
        </fieldset>
Lines 426-432 Item types administration Link Here
426
                        [% itemtype.description | html %] (default)<br/>
426
                        [% itemtype.description | html %] (default)<br/>
427
                        [% FOR description IN itemtype.translated_descriptions %]
427
                        [% FOR description IN itemtype.translated_descriptions %]
428
                            [% IF description.translation == itemtype.translated_description %]
428
                            [% IF description.translation == itemtype.translated_description %]
429
                            --    <b>[% description.translation | html %]</b>
429
                            --    <strong>[% description.translation | html %]</strong>
430
                            [% ELSE %]
430
                            [% ELSE %]
431
                            --    [% description.translation | html %] ([% description.lang | html %])
431
                            --    [% description.translation | html %] ([% description.lang | html %])
432
                            [% END %]
432
                            [% END %]
Lines 440-446 Item types administration Link Here
440
                        [% itemtype.description | html %] (default)<br/>
440
                        [% itemtype.description | html %] (default)<br/>
441
                        [% FOR description IN itemtype.translated_descriptions %]
441
                        [% FOR description IN itemtype.translated_descriptions %]
442
                            [% IF description.translation == itemtype.translated_description %]
442
                            [% IF description.translation == itemtype.translated_description %]
443
                                <b>[% description.translation | html %]</b>
443
                                <strong>[% description.translation | html %]</strong>
444
                            [% ELSE %]
444
                            [% ELSE %]
445
                                [% description.translation | html %] ([% description.lang | html %])
445
                                [% description.translation | html %] ([% description.lang | html %])
446
                            [% END %]
446
                            [% END %]
(-)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 (-4 / +4 lines)
Lines 125-136 Link Here
125
                                  <li>Transfer is not allowed for:
125
                                  <li>Transfer is not allowed for:
126
                                      <ol>
126
                                      <ol>
127
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
127
                                          [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
128
                                              <li>Item type: <b>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</b></li>
128
                                              <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li>
129
                                          [% ELSE %]
129
                                          [% ELSE %]
130
                                              <li>Collection: <b>[% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]</b></li>
130
                                              <li>Collection: <strong>[% AuthorisedValues.GetByCode( 'CCODE', errmsgloo.code ) | html %]</strong></li>
131
                                          [% END %]
131
                                          [% END %]
132
                                          <li>Originating library: <b>[% Branches.GetName( errmsgloo.fbr ) | html %]</b></li>
132
                                          <li>Originating library: <strong>[% Branches.GetName( errmsgloo.fbr ) | html %]</strong></li>
133
                                          <li>Destination library: <b>[% Branches.GetName( errmsgloo.tbr ) | html %]</b></li>
133
                                          <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li>
134
                                      </ol>
134
                                      </ol>
135
                                  </li>
135
                                  </li>
136
                              [% END %]
136
                              [% 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 211-217 Link Here
211
    </tfoot>
211
    </tfoot>
212
    </table>
212
    </table>
213
    [% ELSE %]
213
    [% ELSE %]
214
        <b>No items found.</b>
214
        <strong>No items found.</strong>
215
    [% END %]
215
    [% END %]
216
</div>
216
</div>
217
217
(-)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 335-341 Link Here
335
            </div>
335
            </div>
336
            <div class="modal-body">
336
            <div class="modal-body">
337
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
337
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
338
                <p>The change to give is <b><span id="modal_change">0.00</span></b>.</p>
338
                <p>The change to give is <strong><span id="modal_change">0.00</span></strong>.</p>
339
                <p>Confirm this payment?</p>
339
                <p>Confirm this payment?</p>
340
            </div>
340
            </div>
341
            <div class="modal-footer">
341
            <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.</strong></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 165-171 Link Here
165
            </div>
165
            </div>
166
            <div class="modal-body">
166
            <div class="modal-body">
167
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
167
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
168
                <p>The change to give is <b><span id="modal_change">[% 0 | $Price %]</span></b>.</p>
168
                <p>The change to give is <strong><span id="modal_change">[% 0 | $Price %]</span></strong>.</p>
169
                <p>Confirm this payment?</p>
169
                <p>Confirm this payment?</p>
170
            </div>
170
            </div>
171
            <div class="modal-footer">
171
            <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 757-763 Link Here
757
        </div>
757
        </div>
758
758
759
[% ELSE %]
759
[% ELSE %]
760
    <b>No results.</b>
760
    <strong>No results.</strong>
761
[% END %]
761
[% END %]
762
</form>
762
</form>
763
</div>
763
</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 46-58 Link Here
46
                        [% ELSE %]
46
                        [% ELSE %]
47
                            <div class="dialog message">
47
                            <div class="dialog message">
48
                        [% END %]
48
                        [% END %]
49
                            <p><b>
49
                            <p><strong>
50
                                [% IF ( label_batch_msg == "error" ) %]
50
                                [% IF ( label_batch_msg == "error" ) %]
51
                                    Error attempting to create label batch. Please ask your system administrator to check the log for more details.
51
                                    Error attempting to create label batch. Please ask your system administrator to check the log for more details.
52
                                [% ELSE %]
52
                                [% ELSE %]
53
                                    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
                                    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.
54
                                [% END %]
54
                                [% END %]
55
                            </b></p>
55
                            </strong></p>
56
                        </div>
56
                        </div>
57
                    [% END %]
57
                    [% END %]
58
58
(-)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