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 251-259 Link Here
251
        <input type="hidden" name="order" value="[% order %]" />
251
        <input type="hidden" name="order" value="[% order %]" />
252
         <table id="claimst">
252
         <table id="claimst">
253
                <thead><tr>
253
                <thead><tr>
254
                    [% IF ( letter ) %]
255
                    <th><input type="checkbox" id="CheckAll"></th>
254
                    <th><input type="checkbox" id="CheckAll"></th>
256
                    [% END %]
257
                    <th>Vendor</th>
255
                    <th>Vendor</th>
258
                    <th>Library</th>
256
                    <th>Library</th>
259
                    <th>Title</th>
257
                    <th>Title</th>
Lines 264-274 Link Here
264
                </tr></thead>
262
                </tr></thead>
265
                <tbody>[% FOREACH missingissue IN missingissues %]
263
                <tbody>[% FOREACH missingissue IN missingissues %]
266
                    <tr>
264
                    <tr>
267
                        [% IF ( letter ) %]
265
                        <td>
268
                            <td>
266
                            <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" />
269
                    <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" />
267
                        </td>
270
                            </td>
271
                        [% END %]
272
                        <td>
268
                        <td>
273
                        [% missingissue.name %]
269
                        [% missingissue.name %]
274
                        </td>
270
                        </td>
275
- 

Return to bug 10837