X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Fbasketgroup.tt;h=853c95a9b3ae908d2316764b594ebe5607da1101;hb=030c22b9c26309682f8c01105f77a3f1a7a3a148;hp=98eb90aafe441a1d8aac6d1b75014d4f3cc9502f;hpb=af9ac2fb57d07cef95fc97e3269e844ce7431ed1;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 98eb90aafe..853c95a9b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -1,16 +1,16 @@ +[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Basket Grouping for [% booksellername %] +Koha › Basket grouping for [% booksellername |html %] + [% INCLUDE 'doc-head-close.inc' %] - - + + + +[% IF ( grouping ) %] - - - - - + [% END %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - + +[% ELSE %] + [% booksellername |html %] › Basket grouping +[% END %] + +
+
+
+
-
- -
-
- - New Basket Group -
-

Basket Grouping for [% booksellername %]

-
[% IF ( grouping ) %] -
-
-
+

Add basket group for [% booksellername |html %]

+
+
+
-

Ungrouped Baskets

+

Ungrouped baskets

    [% IF ( baskets ) %] [% FOREACH basket IN baskets %] @@ -209,6 +162,7 @@ function submitForm(form) { [% END %]
+
@@ -216,31 +170,33 @@ function submitForm(form) {
-
-

- -

- -

- -

or

-

- -

- -
-

Grouping:

+
+
    +
  1. +
  2. +
  3. +
  4. +
  5. +
  6. +
  7. or

  8. +
  9. +
  10. +
  11. + +
  12. +
  13. Baskets in this group:
      [% FOREACH selectedbasket IN selectedbaskets %]
    • @@ -255,105 +211,120 @@ function submitForm(form) {
    • [% END %] -
    -
-
Close
- + +
  • + +
    + +
    [% IF ( basketgroupid ) %] [% END %] - -
    + Cancel +
    -
    [% ELSE %] -
    -
    - -
    -
    -
      - [% FOREACH basketgroup IN basketgroups %] - [% UNLESS ( basketgroup.closed ) %] -
    • - [% IF ( basketgroup.name ) %] - [% basketgroup.name %] - [% ELSE %] - Basket Group n°[% basketgroup.id %] - [% END %] - -
    • - [% END %] - [% END %] -
    -
    -
    -
      - [% FOREACH basketgroup IN basketgroups %] - [% IF ( basketgroup.closed ) %] -
    • - [% IF ( basketgroup.name ) %] - [% basketgroup.name %] - [% ELSE %] - Basket Group n°[% basketgroup.id %] - [% END %] - -
    • - [% END %] - [% END %] -
    + + +

    Basket grouping for [% booksellername |html %]

    + +
    +
      + [% UNLESS ( closed ) %]
    • Open
    • + [% ELSE%]
    • Open
    • [% END %] + [% IF ( closed ) %]
    • Closed
    • + [% ELSE %]
    • Closed
    • [% END %] +
    +
    + + + + + + + + + + + + + [% FOREACH basketgroup IN basketgroups %] + [% UNLESS ( basketgroup.closed ) %] + + + + + + + + + [% END %] + [% END %] + +
    NameNumberBilling placeDelivery placeNumber of basketsAction
    [% IF ( basketgroup.name ) %] + [% basketgroup.name %] + [% ELSE %] + Basket group no. [% basketgroup.id %] + [% END %] + [% basketgroup.id %][% basketgroup.billingplace | $KohaBranchName %][% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplace | $KohaBranchName %][% END %][% basketgroup.basketsqty %] + +
    +
    +
    +
    +
    + + + + + + + + + + + + + [% FOREACH basketgroup IN basketgroups %] + [% IF ( basketgroup.closed ) %] + + + + + + + + + [% END %] + [% END %] + +
    NameNumberBilling placeDelivery placeNumber of basketsAction
    + [% IF ( basketgroup.name ) %] + [% basketgroup.name %] + [% ELSE %] + Basket group no. [% basketgroup.id %] + [% END %] + [% basketgroup.id %][% basketgroup.billingplace | $KohaBranchName %][% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplace | $KohaBranchName %][% END %][% basketgroup.basketsqty %] +
    +
    +
    +
    -
    -
    - -
    +
    [% END %] - +
    +
    +
    +[% IF ( booksellerid ) %] +[% INCLUDE 'vendor-menu.inc' %] +[% END %] +[% INCLUDE 'acquisitions-menu.inc' %] +
    +
    [% INCLUDE 'intranet-bottom.inc' %]