Bug 13618: Specific for the ISBD view
Signed-off-by: Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com> Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
8837a8ae68
commit
d254362435
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
<span class="Z3988" title="[% ocoins %]"></span>
|
||||
[% END %]
|
||||
<div id="catalogue_ISBDdetail">
|
||||
[% ISBD %]
|
||||
[% ISBD.raw %]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<div id="views">
|
||||
<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]">Normal view</a></span> <span class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblionumber %]">MARC view</a></span> <span class="view"><span id="ISBDview">ISBD view</span></span></div>
|
||||
|
||||
<div id="isbdcontents">[% ISBD %]</div>
|
||||
<div id="isbdcontents">[% ISBD.raw %]</div>
|
||||
|
||||
</div> <!-- / #catalogue_detail_biblio -->
|
||||
</div> <!-- / #usermarcdetail -->
|
||||
|
|
Loading…
Reference in a new issue