X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Faddorderiso2709.tt;h=54a701103fe120c3bb004369bb396f4aae627de8;hb=cd81bdc6a0b0250d97cbb5c49bcb90290d29e34a;hp=42bb4efa7e03c2c56f395267d2e59badfa639784;hpb=b830349f45007629f141a9835e05b95f90ee4b92;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index 42bb4efa7e..54a701103f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -1,187 +1,28 @@ +[% USE raw %] +[% USE Asset %] [% USE KohaDates %] [% USE Branches %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Order staged MARC records [% IF ( batch_details ) %] - › Batch [% import_batch_id %] + › Batch [% import_batch_id | html %] [% ELSE %] › Batch list [% END %] - +[% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'datatables.inc' %] - - - + [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - -
-
-
-
+ +
+
+
[% IF ( allmatch ) %]

No records imported

No record have been imported because they all match an existing record in your catalog.
You'll have to treat them individually. @@ -189,8 +30,8 @@ [% END %] [% IF ( batch_details ) %] -

Add orders from [% comments %] - ([% file_name %] staged on [% upload_timestamp | $KohaDates with_hours => 1 %]) +

Add orders from [% comments | html %] + ([% file_name | html %] staged on [% upload_timestamp | $KohaDates with_hours => 1 | html %])

@@ -214,12 +55,12 @@ [% FOREACH available_matcher IN available_matchers %] [% IF ( available_matcher.code == current_matcher_code ) %] - [% ELSE %] - [% END %] [% END %] @@ -234,20 +75,20 @@
- - - - + + + + [% FOREACH biblio IN biblio_list %]
-
@@ -261,43 +102,43 @@ [% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %] Match found [% ELSE %] - [% biblio_lis.overlay_status %] + [% biblio_lis.overlay_status | html %] [% END %] [% IF ( biblio.match_biblionumber ) %] - Matches biblio [% biblio.match_biblionumber %] (score = [% biblio.match_score %]): [% biblio.match_citation %] + Matches biblio [% biblio.match_biblionumber | uri %] (score = [% biblio.match_score | html %]): [% biblio.match_citation | html %] [% END %]
  • - - + +
  • - - + +
  • - - % + + % (If empty, discount rate from vendor will be used)
  • - + [% IF ( close ) %] - [% Budget_name %] + [% Budget_name | html %] [% ELSE %] - [% FOREACH budget IN budget_loop %] [% IF ( budget.b_id == biblio.budget_id ) %] [% IF budget.b_active %] - + [% ELSE %] - + [% END %] [% ELSE %] - [% IF budget.b_active %] - [% ELSE %] + [% IF budget.b_active %] + [% ELSE %] [% END %] [% END %] [% END %] @@ -305,12 +146,12 @@ [% END %]
  • - - + +
  • - - + +
  • @@ -318,82 +159,82 @@ [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] [% FOREACH item IN biblio.iteminfos %]
    - Item Record [% item.item_id %] + Item Record [% item.item_id | html %]
    1. - [% FOREACH l IN libraries %] [% IF l.branchcode == item.homebranch %] - + [% ELSE %] - + [% END %] [% END %]
    2. -
    3. [% FOREACH l IN libraries %] [% IF l.branchcode == item.holdingbranch %] - + [% ELSE %] - + [% END %] [% END %]
    4. -
    5. [% FOREACH itypeloo IN itypeloop %] [% IF ( itypeloo.itemtype ) == ( item.itype ) %] - + [% ELSE %] - + [% END %] [% END %]
    6. -
    7. -
    8. -
    9. +
    10. +
    11. -
    12. [% FOREACH ccodeloo IN ccodeloop %] - [% IF ( ccodeloo.code ) == (item.ccode) %][% ELSE %][% END %] + [% IF ( ccodeloo.code ) == (item.ccode) %][% ELSE %][% END %] [% END %]
    13. -
    14. [% FOREACH n IN notforloanloop %] [% IF n.code == item.notforloan %] - + [% ELSE %] - + [% END %] [% END %]
    15. -
    16. -
    17. -
    18. +
    19. +
    20. -
    21. -
    22. -
    23. +
    24. +
    25. +
    [% END %] @@ -407,7 +248,7 @@

    MARC preview

    -
    -
    -
    - - +
    [% # /div.col-sm-6 %] +
    [% # /div.row %] + +[% MACRO jsinclude BLOCK %] + [% Asset.js("js/acquisitions-menu.js") | $raw %] +[% INCLUDE 'datatables.inc' %] + [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] + [% Asset.js("js/acq.js") | $raw %] + [% Asset.js("js/funds_sorts.js") | $raw %] + +[% END %] + +[% INCLUDE 'intranet-bottom.inc' %]