@@ -, +, @@ pages - Cataloging -> Cataloging search results - Cataloging -> Edit items: The table of items and the item edit form should each be contained in a page-section. - Authorities -> Search results - Authorites -> Merge authorities: From the authorities search results list, click "Actions -> Merge" for one result, and then "Actions -> Merge" for another. - Click "Next" after selecting a merge reference. - The "Destination record" information should be contained in a page-section. --- .../prog/en/includes/merge-record.inc | 6 +- .../modules/authorities/searchresultlist.tt | 2 +- .../prog/en/modules/cataloguing/addbooks.tt | 4 +- .../prog/en/modules/cataloguing/additem.tt | 120 +++++++++--------- 4 files changed, 64 insertions(+), 68 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc @@ -68,10 +68,8 @@ [% END %] [% BLOCK mergetarget %] -

Destination record

-
+
    -
    -
    +
    [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt @@ -56,7 +56,7 @@ Results [% from | html %] to [% to | html %] of [% total | html %]

    -
    +
    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -93,7 +93,6 @@ [%# display the search results %] -
    [% IF ( total ) %]

    Records found in the catalog

    @@ -101,7 +100,7 @@ [% breeding_count | html %] result(s) found in reservoir
    [% pagination_bar | $raw %]
    -
    +
    Summary
    @@ -202,7 +201,6 @@ [% END %] [% END %] [% END # /IF total %] - [% IF ( query ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -74,74 +74,74 @@
    [% IF items %] [% SET date_fields = [ 'dateaccessioned', 'onloan', 'datelastseen', 'datelastborrowed', 'replacementpricedate' ] %] -
    -
     
    - - - - [% FOREACH item_header IN item_header_loop %] - - [% END %] - - - - [% FOREACH item IN items %] - [% SET can_be_edited = ! ( Koha.Preference('IndependentBranches') && ! logged_in_user.is_superlibrarian && item.homebranch != Branches.GetLoggedInBranchname() ) %] - [% IF item.itemnumber == itemnumber%] - [% UNLESS can_be_edited %] - +
    +
      - [% item_header.header_value | html %] -
    + + + + [% FOREACH item_header IN item_header_loop %] + + [% END %] + + + + [% FOREACH item IN items %] + [% SET can_be_edited = ! ( Koha.Preference('IndependentBranches') && ! logged_in_user.is_superlibrarian && item.homebranch != Branches.GetLoggedInBranchname() ) %] + [% IF item.itemnumber == itemnumber%] + [% UNLESS can_be_edited %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% UNLESS can_be_edited %] + + [% ELSE %] + + [% END %] [% END %] - [% ELSE %] [% UNLESS can_be_edited %] - + [% ELSE %] - - [% END %] - [% END %] - [% UNLESS can_be_edited %] - - [% ELSE %] - + [% END %] + [% FOREACH header IN item_header_loop %] + [% SET attribute = header.attribute %] + [% IF header.attribute AND date_fields.grep('^' _ attribute _ '$').size %] + + [% ELSIF ( item.$attribute && ( attribute == 'price' || attribute == 'replacementprice' ) ) %] + [% ELSE %] -
  • Edit
  • -
  • Duplicate
  • - -
  • Delete
  • + [% END %] - [% IF ( OPACBaseURL ) %] -
  • OPAC view
  • - [% END %] - - - [% END %] - [% FOREACH header IN item_header_loop %] - [% SET attribute = header.attribute %] - [% IF header.attribute AND date_fields.grep('^' _ attribute _ '$').size %] - - [% ELSIF ( item.$attribute && ( attribute == 'price' || attribute == 'replacementprice' ) ) %] - - [% ELSE %] - + [% END %] - [% END %] - - [% END %] - -
      + [% item_header.header_value | html %] +
     
      - +
    + + Actions + + +
    +
    [% item.$attribute | $KohaDates %][% item.$attribute | $Price %][% item.$attribute | html %][% item.$attribute | $KohaDates %][% item.$attribute | $Price %][% item.$attribute | html %]
    -
    + + +
    [% END %]
    @@ -150,7 +150,7 @@
    -
    +
    [% IF (popup) %] --