@@ -, +, @@ details view --- .../prog/en/modules/catalogue/ISBDdetail.tt | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt @@ -52,7 +52,7 @@
- + [% INCLUDE 'cat-toolbar.inc' %]

[% IF ( unknownbiblionumber ) %] Unknown record @@ -61,20 +61,19 @@ [% END %]

-[% IF ( unknownbiblionumber ) %] -
The record you requested does not exist ([% biblionumber | html %]).
-[% ELSE %] + [% IF ( unknownbiblionumber ) %] +
The record you requested does not exist ([% biblionumber | html %]).
+ [% ELSE %] - [% INCLUDE 'cat-toolbar.inc' %] - [% IF ( ocoins ) %] - - - [% END %] -
- [% ISBD | $raw %] -
-[% END %] + [% IF ( ocoins ) %] + + + [% END %] +
+ [% ISBD | $raw %] +
+ [% END %]
@@ -83,7 +82,7 @@ [% INCLUDE 'biblio-view-menu.inc' %]
- + [% MACRO jsinclude BLOCK %] [% INCLUDE 'catalog-strings.inc' %] --