|
Lines 132-138
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 132 |
<th>Author</th> |
132 |
<th>Author</th> |
| 133 |
<th>ISBN</th> |
133 |
<th>ISBN</th> |
| 134 |
<th>LCCN</th> |
134 |
<th>LCCN</th> |
| 135 |
[%- IF Koha.Preference( 'AdditionalFieldsInZ3950ResultSearch' ) -%] |
135 |
[% IF additionalFields %] |
| 136 |
<th>Additional fields</th> |
136 |
<th>Additional fields</th> |
| 137 |
[% END %] |
137 |
[% END %] |
| 138 |
<th>Preview</th> |
138 |
<th>Preview</th> |
|
Lines 147-153
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 147 |
<td>[% breeding_loo.author %]</td> |
147 |
<td>[% breeding_loo.author %]</td> |
| 148 |
<td>[% breeding_loo.isbn %]</td> |
148 |
<td>[% breeding_loo.isbn %]</td> |
| 149 |
<td>[% breeding_loo.lccn %]</td> |
149 |
<td>[% breeding_loo.lccn %]</td> |
| 150 |
[%- IF Koha.Preference( 'AdditionalFieldsInZ3950ResultSearch' ) -%] |
150 |
[% IF additionalFields %] |
| 151 |
<td> |
151 |
<td> |
| 152 |
<dl> |
152 |
<dl> |
| 153 |
[% FOREACH addnumberfield IN breeding_loo.addnumberfields %] |
153 |
[% FOREACH addnumberfield IN breeding_loo.addnumberfields %] |
| 154 |
- |
|
|