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 297-303 Link Here
297
                                <h3>Problems found</h3>
297
                                <h3>Problems found</h3>
298
                                [% IF ai_patrons %]
298
                                [% IF ai_patrons %]
299
                                    <h4>Patrons</h4>
299
                                    <h4>Patrons</h4>
300
                                    <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
300
                                    <p>The following IDs exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
301
                                    <p>
301
                                    <p>
302
                                        [% FOR p IN ai_patrons %]
302
                                        [% FOR p IN ai_patrons %]
303
                                            [% p.borrowernumber | html %]
303
                                            [% p.borrowernumber | html %]
Lines 307-313 Link Here
307
                                [% END %]
307
                                [% END %]
308
                                [% IF ai_biblios %]
308
                                [% IF ai_biblios %]
309
                                    <h4>Bibliographic records</h4>
309
                                    <h4>Bibliographic records</h4>
310
                                    <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
310
                                    <p>The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
311
                                    <p>
311
                                    <p>
312
                                        [% FOR b IN ai_biblios %]
312
                                        [% FOR b IN ai_biblios %]
313
                                            [% b.biblionumber | html %]
313
                                            [% b.biblionumber | html %]
Lines 317-323 Link Here
317
                                [% END %]
317
                                [% END %]
318
                                [% IF ai_items %]
318
                                [% IF ai_items %]
319
                                    <h4>Items</h4>
319
                                    <h4>Items</h4>
320
                                    <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
320
                                    <p>The following IDs exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
321
                                    <p>
321
                                    <p>
322
                                        [% FOR i IN ai_items %]
322
                                        [% FOR i IN ai_items %]
323
                                            [% i.itemnumber | html %]
323
                                            [% i.itemnumber | html %]
Lines 327-333 Link Here
327
                                [% END %]
327
                                [% END %]
328
                                [% IF ai_checkouts %]
328
                                [% IF ai_checkouts %]
329
                                    <h4>Checkouts</h4>
329
                                    <h4>Checkouts</h4>
330
                                    <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
330
                                    <p>The following IDs exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
331
                                    <p>
331
                                    <p>
332
                                        [% FOR c IN ai_checkouts %]
332
                                        [% FOR c IN ai_checkouts %]
333
                                            [% c.issue_id | html %]
333
                                            [% c.issue_id | html %]
Lines 337-343 Link Here
337
                                [% END %]
337
                                [% END %]
338
                                [% IF ai_holds %]
338
                                [% IF ai_holds %]
339
                                    <h4>Holds</h4>
339
                                    <h4>Holds</h4>
340
                                    <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
340
                                    <p>The following IDs exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
341
                                    <p>
341
                                    <p>
342
                                        [% FOR h IN ai_holds %]
342
                                        [% FOR h IN ai_holds %]
343
                                            [% h.reserve_id | html %]
343
                                            [% 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