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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 lines)
Lines 1-7 Link Here
1
[% PROCESS 'merge-record.inc' %]
1
[% PROCESS 'merge-record.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
3
<title>Koha &rsaquo; Cataloging &rsaquo; Merging records</title>
4
[% INCLUDE 'greybox.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
6
<script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record.js"></script>
5
<script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record.js"></script>
7
[% INCLUDE 'merge-record-strings.inc' %]
6
[% INCLUDE 'merge-record-strings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-3 lines)
Lines 169-175 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
169
        <th>Heading</th>
169
        <th>Heading</th>
170
        <th>Authority Type</th>
170
        <th>Authority Type</th>
171
        <th>MARC</th>
171
        <th>MARC</th>
172
        <!-- <th>Card</th> -->
173
        <th>&nbsp;</th>
172
        <th>&nbsp;</th>
174
    </tr></thead>
173
    </tr></thead>
175
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
174
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
Lines 179-185 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
179
            <td>[% breeding_loo.heading %]</td>
178
            <td>[% breeding_loo.heading %]</td>
180
            <td>[% breeding_loo.heading_code %]</td>
179
            <td>[% breeding_loo.heading_code %]</td>
181
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewMARC">MARC</a></td>
180
            <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewMARC">MARC</a></td>
182
            <!-- <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> -->
183
            <td><a href="#" onclick="Import([% breeding_loo.breedingid %],'[% breeding_loo.heading_code %]','[% breeding_loo.authid %]'); return false">Import</a></td>
181
            <td><a href="#" onclick="Import([% breeding_loo.breedingid %],'[% breeding_loo.heading_code %]','[% breeding_loo.authid %]'); return false">Import</a></td>
184
        </tr>
182
        </tr>
185
        [% END %]
183
        [% END %]
186
- 

Return to bug 16600