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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (+4 lines)
Lines 106-111 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
106
        <th>Server</th>
106
        <th>Server</th>
107
        <th>Title</th>
107
        <th>Title</th>
108
        <th>Author</th>
108
        <th>Author</th>
109
        <th>Year</th>
110
        <th>Edition</th>
109
        <th>ISBN</th>
111
        <th>ISBN</th>
110
        <th>LCCN</th>
112
        <th>LCCN</th>
111
        [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
113
        [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
Lines 121-126 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
121
            <td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid | html %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&amp;breedingid=[% breeding_loo.breedingid | html %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">[% tp('verb', 'Order') | html %]</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
123
            <td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;importid=[% breeding_loo.breedingid | html %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&amp;breedingid=[% breeding_loo.breedingid | html %]&amp;booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">[% tp('verb', 'Order') | html %]</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td>
122
            <td>[% breeding_loo.title | html %]</td>
124
            <td>[% breeding_loo.title | html %]</td>
123
            <td>[% breeding_loo.author | html %]</td>
125
            <td>[% breeding_loo.author | html %]</td>
126
            <td>[% breeding_loo.date | html %]</td>
127
            <td>[% breeding_loo.edition | html %]</td>
124
            <td>[% breeding_loo.isbn | html %]</td>
128
            <td>[% breeding_loo.isbn | html %]</td>
125
            <td>[% breeding_loo.lccn | html %]</td>
129
            <td>[% breeding_loo.lccn | html %]</td>
126
            [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
130
            [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +1 lines)
Lines 121-127 Link Here
121
                                    <th>Server</th>
121
                                    <th>Server</th>
122
                                    <th>Title</th>
122
                                    <th>Title</th>
123
                                    <th>Author</th>
123
                                    <th>Author</th>
124
                                    <th>Date</th>
124
                                    <th>Year</th>
125
                                    <th>Edition</th>
125
                                    <th>Edition</th>
126
                                    <th>ISBN</th>
126
                                    <th>ISBN</th>
127
                                    <th>LCCN</th>
127
                                    <th>LCCN</th>
128
- 

Return to bug 26014