X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fadmin%2Fedi_ean_accounts.tt;h=fcf40de217b2e4d11bd1151ec6be7ca0b9a3bafd;hb=18674cfde322c52fafb3114b397bb1ebe7941b97;hp=3191529eebad292d42ef93d1f0482bdbe06f53ef;hpb=c2ec238d9f282612ef5a79a8e5bfa9600b7273f9;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt index 3191529eeb..fcf40de217 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt @@ -1,48 +1,50 @@ +[% USE raw %] +[% USE Asset %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Administration › EDI EANs +Koha › Administration › Library EANs [% IF ean_form %] [% IF ean %] - ’ Modify library EAN + › Modify library EAN [% ELSE %] - ’ Add new library EAN + › Add new library EAN [% END %] [% END %] [% IF delete_confirm %] - ’ Confirm deletion of EAN + › Confirm deletion of EAN [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] -[% INCLUDE 'cat-search.inc' %] +[% INCLUDE 'prefs-admin-search.inc' %] -
+
+
+
+
-
-
-
[% IF display %] @@ -52,8 +54,8 @@
[% IF ean %] - - + + [% END %]
@@ -69,30 +71,35 @@
  • +
  • + + +
  • - +
  • - - - + +
  • - +
    [% END %] [% IF display %] +[% IF ( eans ) %]

    Library EANs

    + [% FOREACH ean IN eans %] - [% IF loop.even %][% ELSE %][% END %] - - + + + + - [% END %]
    LibraryDescription EAN Qualifier Actions
    [% ean.branch.branchname %][% ean.ean %]
    [% ean.branch.branchname | html %][% ean.description | html %][% ean.ean | html %] [% FOREACH qualifier IN code_qualifiers %] [% IF qualifier.code == ean.id_code_qualifier %] - [% qualifier.description %] ([% qualifier.code %]) + [% qualifier.description | html %] ([% qualifier.code | html %]) [% END %] [% END %] - Edit - | - Delete + + Edit + Delete
    +[% ELSE %] +
    + There are no library EANs. +
    +[% END %] [% END %] -
    -
    -
    - [% INCLUDE 'admin-menu.inc' %] -
    -
    + +
    + +
    + +
    +
    + +[% MACRO jsinclude BLOCK %] + [% Asset.js("js/admin-menu.js") | $raw %] +[% END %] [% INCLUDE 'intranet-bottom.inc' %]