Bug 8733 follow-up: restore isbn class in details page
For some reason the isbn CSS class was missing from the details page, presumably due to a bad merge. This one-line commit re-adds it so that the critics reviews will show up. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
6f2949f272
commit
97475e2b13
1 changed files with 2 additions and 2 deletions
|
@ -469,10 +469,10 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
|
|||
[% IF ( pages ) %]<span class="results_summary"><span class="label">Physical details:</span> [% pages %] [% illus %] [% size %]</span>[% END %]
|
||||
|
||||
[% IF ( MARCISBNS ) %]
|
||||
<span class="results_summary"><span class="label">ISBN:</span>[% FOREACH MARCISBN IN MARCISBNS %][% MARCISBN.marcisbn %][% IF ( loop.last ) %].[% ELSE %]; [% END %][% END %]</span>
|
||||
<span class="results_summary isbn"><span class="label">ISBN:</span>[% FOREACH MARCISBN IN MARCISBNS %][% MARCISBN.marcisbn %][% IF ( loop.last ) %].[% ELSE %]; [% END %][% END %]</span>
|
||||
[% ELSE %]
|
||||
[% IF ( normalized_isbn ) %]
|
||||
<span class="results_summary"><span class="label">ISBN: </span>[% normalized_isbn %]</span>
|
||||
<span class="results_summary isbn"><span class="label">ISBN: </span>[% normalized_isbn %]</span>
|
||||
[% END %]
|
||||
[% END %]
|
||||
[% IF ( issn ) %]
|
||||
|
|
Loading…
Reference in a new issue