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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-5 / +5 lines)
Lines 292-298 Link Here
292
                                <h3>Problems found</h3>
292
                                <h3>Problems found</h3>
293
                                [% IF ai_patrons %]
293
                                [% IF ai_patrons %]
294
                                    <h4>Patrons</h4>
294
                                    <h4>Patrons</h4>
295
                                    <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
295
                                    <p>The following IDs exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
296
                                    <p>
296
                                    <p>
297
                                        [% FOR p IN ai_patrons %]
297
                                        [% FOR p IN ai_patrons %]
298
                                            [% p.borrowernumber | html %]
298
                                            [% p.borrowernumber | html %]
Lines 302-308 Link Here
302
                                [% END %]
302
                                [% END %]
303
                                [% IF ai_biblios %]
303
                                [% IF ai_biblios %]
304
                                    <h4>Bibliographic records</h4>
304
                                    <h4>Bibliographic records</h4>
305
                                    <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
305
                                    <p>The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
306
                                    <p>
306
                                    <p>
307
                                        [% FOR b IN ai_biblios %]
307
                                        [% FOR b IN ai_biblios %]
308
                                            [% b.biblionumber | html %]
308
                                            [% b.biblionumber | html %]
Lines 312-318 Link Here
312
                                [% END %]
312
                                [% END %]
313
                                [% IF ai_items %]
313
                                [% IF ai_items %]
314
                                    <h4>Items</h4>
314
                                    <h4>Items</h4>
315
                                    <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
315
                                    <p>The following IDs exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
316
                                    <p>
316
                                    <p>
317
                                        [% FOR i IN ai_items %]
317
                                        [% FOR i IN ai_items %]
318
                                            [% i.itemnumber | html %]
318
                                            [% i.itemnumber | html %]
Lines 322-328 Link Here
322
                                [% END %]
322
                                [% END %]
323
                                [% IF ai_checkouts %]
323
                                [% IF ai_checkouts %]
324
                                    <h4>Checkouts</h4>
324
                                    <h4>Checkouts</h4>
325
                                    <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
325
                                    <p>The following IDs exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
326
                                    <p>
326
                                    <p>
327
                                        [% FOR c IN ai_checkouts %]
327
                                        [% FOR c IN ai_checkouts %]
328
                                            [% c.issue_id | html %]
328
                                            [% c.issue_id | html %]
Lines 332-338 Link Here
332
                                [% END %]
332
                                [% END %]
333
                                [% IF ai_holds %]
333
                                [% IF ai_holds %]
334
                                    <h4>Holds</h4>
334
                                    <h4>Holds</h4>
335
                                    <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
335
                                    <p>The following IDs exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
336
                                    <p>
336
                                    <p>
337
                                        [% FOR h IN ai_holds %]
337
                                        [% FOR h IN ai_holds %]
338
                                            [% h.reserve_id | html %]
338
                                            [% h.reserve_id | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-1 / +1 lines)
Lines 123-129 Link Here
123
                        <fieldset class="rows">
123
                        <fieldset class="rows">
124
                            <ol>
124
                            <ol>
125
                                [% IF ( contractnumber ) %]
125
                                [% IF ( contractnumber ) %]
126
                                        <li><span class="label">Contract id </span>[% contractnumber | html %]
126
                                        <li><span class="label">Contract ID </span>[% contractnumber | html %]
127
                                            <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
127
                                            <input type="hidden" name="contractnumber" value="[% contractnumber | html %]" />
128
                                            <input type="hidden" name="is_a_modif" value="1" />
128
                                            <input type="hidden" name="is_a_modif" value="1" />
129
                                        </li>
129
                                        </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +1 lines)
Lines 69-75 Link Here
69
        [% CASE 'error_on_update' %]
69
        [% CASE 'error_on_update' %]
70
            <span>An error occurred when updating this city. Perhaps it already exists.</span>
70
            <span>An error occurred when updating this city. Perhaps it already exists.</span>
71
        [% CASE 'error_on_insert' %]
71
        [% CASE 'error_on_insert' %]
72
            <span>An error occurred when adding this city. The city id might already exist.</span>
72
            <span>An error occurred when adding this city. The city ID might already exist.</span>
73
        [% CASE 'error_on_delete' %]
73
        [% CASE 'error_on_delete' %]
74
            <span>An error occurred when deleting this city. Check the logs.</span>
74
            <span>An error occurred when deleting this city. Check the logs.</span>
75
        [% CASE 'success_on_update' %]
75
        [% CASE 'success_on_update' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
    <div class="dialog [% m.type | html %]">
33
    <div class="dialog [% m.type | html %]">
34
        [% SWITCH m.code %]
34
        [% SWITCH m.code %]
35
        [% CASE 'error_on_insert' %]
35
        [% CASE 'error_on_insert' %]
36
            <span>An error occurred when adding this library. The library id might already exist in this group.</span>
36
            <span>An error occurred when adding this library. The library ID might already exist in this group.</span>
37
        [% CASE %]
37
        [% CASE %]
38
            <span>[% m.code | html %]</span>
38
            <span>[% m.code | html %]</span>
39
        [% END %]
39
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 82-88 Link Here
82
[% ELSIF msg_added %]
82
[% ELSIF msg_added %]
83
    <div class="dialog message">Z39.50/SRU server added ([% msg_add | html %])</div>
83
    <div class="dialog message">Z39.50/SRU server added ([% msg_add | html %])</div>
84
[% ELSIF msg_notfound %]
84
[% ELSIF msg_notfound %]
85
    <div class="dialog alert">Error: Server with id [% msg_add | html %] not found</div>
85
    <div class="dialog alert">Error: Server with ID [% msg_add | html %] not found</div>
86
[% END %]
86
[% END %]
87
87
88
[% IF ( add_form ) %]
88
[% IF ( add_form ) %]
89
- 

Return to bug 32945