@@ -, +, @@ Cataloging - cataloguing/addbooks.tt - Cataloging - The main page and the cataloging search results page should look correct. - cataloguing/addbiblio.tt - Cataloging -> New record - The record edit page should look correct. - cataloguing/merge.tt - Cataloging -> Search -> Select two records to merge. The merge reference selection page should look correct, as well as the source/destination selection page. - cataloguing/moveitem.tt - Catalog -> Search -> View record -> Edit -> Attach item. The barcode submit form and confirmation screens should look correct. --- .../prog/en/modules/cataloguing/addbiblio.tt | 9 +++------ .../intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 7 +++---- .../intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 15 ++++++--------- .../intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt | 12 ++++++++++-- 4 files changed, 22 insertions(+), 21 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -406,11 +406,9 @@ function Changefwk() { -
- -
-
-
+
+
+

[% IF ( biblionumber ) %]Editing [% title |html %] (Record number [% biblionumber %]) @@ -735,6 +733,5 @@ function Changefwk() {

-
[% INCLUDE 'intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -11,10 +11,9 @@ -
- -
-
+
+
+
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -17,11 +17,9 @@ div#result { margin-top: 1em; } [% INCLUDE 'cataloging-search.inc' %] -
- -
-
- +
+
+

Merging records

[% IF ( result ) %] @@ -156,12 +154,12 @@ div#result { margin-top: 1em; }
-
+
[% PROCESS mergesource sourcerecords=records %]
-
+
[% PROCESS mergetarget %] -
+
[% FOREACH record IN records %] @@ -183,7 +181,6 @@ div#result { margin-top: 1em; }
-
[% MACRO jsinclude BLOCK %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt @@ -1,12 +1,16 @@ [% INCLUDE 'doc-head-open.inc' %] -Attach an item to [% bibliotitle |html %] +Koha › Cataloging › Attach an item to [% bibliotitle |html %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -
+ +
+
+
+ [% BLOCK actions %] [% IF ( BiblioDefaultViewmarc ) %] @@ -90,4 +94,8 @@ [% END %] [% END %] [% END %] + +
+
+ [% INCLUDE 'intranet-bottom.inc' %] --