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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-3 / +2 lines)
Lines 240-246 $(document).ready(function() { Link Here
240
                <th></th>
240
                <th></th>
241
                <th>Authid</th>
241
                <th>Authid</th>
242
                <th>Summary</th>
242
                <th>Summary</th>
243
                <th>Preview</th>
243
                <th>&nbsp;</th>
244
              </tr>
244
              </tr>
245
            </thead>
245
            </thead>
246
            <tbody>
246
            <tbody>
Lines 249-255 $(document).ready(function() { Link Here
249
                  <td><input type="checkbox" name="record_id" value="[% authority.authid %]" data-usage="[% authority.count_usage %]" /></td>
249
                  <td><input type="checkbox" name="record_id" value="[% authority.authid %]" data-usage="[% authority.count_usage %]" /></td>
250
                  <td><a href="/cgi-bin/koha/authorities/detail.pl?authid=[% authority.authid %]">[% authority.authid %]</a></td>
250
                  <td><a href="/cgi-bin/koha/authorities/detail.pl?authid=[% authority.authid %]">[% authority.authid %]</a></td>
251
                  <td>[% PROCESS authresult summary=authority.summary %]</td>
251
                  <td>[% PROCESS authresult summary=authority.summary %]</td>
252
                  <td><a href="/cgi-bin/koha/svc/records/preview?record_type=authority&record_id=[% authority.authid %]&mmtid=[% mmtid %]" data-record_type="authority" data-record_id="[% authority.authid %]" data-mmtid="[% mmtid %]" class="previewMARC">Preview MARC</a>
252
                  <td class="actions"><a href="/cgi-bin/koha/svc/records/preview?record_type=authority&record_id=[% authority.authid %]&mmtid=[% mmtid %]" data-record_type="authority" data-record_id="[% authority.authid %]" data-mmtid="[% mmtid %]" class="previewMARC btn btn-default btn-xs"><i class='fa fa-eye'></i> Show MARC</a>
253
                </tr>
253
                </tr>
254
              [% END %]
254
              [% END %]
255
            </tbody>
255
            </tbody>
256
- 

Return to bug 18134