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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-8 / +3 lines)
Lines 259-267 Link Here
259
        <input type="hidden" name="order" value="[% order %]" />
259
        <input type="hidden" name="order" value="[% order %]" />
260
         <table id="claimst">
260
         <table id="claimst">
261
                <thead><tr>
261
                <thead><tr>
262
                    [% IF ( letter ) %]
263
                    <th><input type="checkbox" id="CheckAll"></th>
262
                    <th><input type="checkbox" id="CheckAll"></th>
264
                    [% END %]
265
                    <th>Vendor</th>
263
                    <th>Vendor</th>
266
                    <th>Library</th>
264
                    <th>Library</th>
267
                    <th>Title</th>
265
                    <th>Title</th>
Lines 272-282 Link Here
272
                </tr></thead>
270
                </tr></thead>
273
                <tbody>[% FOREACH missingissue IN missingissues %]
271
                <tbody>[% FOREACH missingissue IN missingissues %]
274
                    <tr>
272
                    <tr>
275
                        [% IF ( letter ) %]
273
                        <td>
276
                            <td>
274
                            <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" />
277
                    <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" />
275
                        </td>
278
                            </td>
279
                        [% END %]
280
                        <td>
276
                        <td>
281
                        [% missingissue.name %]
277
                        [% missingissue.name %]
282
                        </td>
278
                        </td>
283
- 

Return to bug 10837