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=03520713a10926aa09b773694358a62f1df5f8e2;hb=fc250be5385f9bac3e0c92034102e43e7073ce15;hp=d4027a5c0ac64173158ef19c74520ab9dc8c5018;hpb=e86a9516177045a77285c8baf8eb0b991b8636a7;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 d4027a5c0a..03520713a1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -1,4 +1,4 @@ -[% USE KohaBranchName %] +[% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Basket grouping for [% booksellername |html %] @@ -20,10 +20,6 @@ element position and are not recommended; we turn them off as a foundation for YUI CSS treatments. */ -body { - margin:0; - padding:0; -} #basketgroupcolumns { width: 58em; } @@ -144,10 +140,25 @@ function submitForm(form) {
[% IF ( grouping ) %] + [% IF (closedbg) %] +
+ + + +
+ [% ELSE %] +
Delete basket group
+ [% END %] + [% IF (name && closedgb) %] +

Basket group [% name %] ([% basketgroupid %]) for [% booksellername |html %]

+ [% ELSIF (name) %] +

Edit basket group [% name %] ([% basketgroupid %]) for [% booksellername |html %]

+ [% ELSE %]

Add basket group for [% booksellername |html %]

+ [% END %]
+ [% UNLESS (closedbg) %]
-
@@ -174,39 +185,82 @@ function submitForm(form) {
-
- + [% END %]
    + [% UNLESS (closedbg) %]
  1. -
  2. -
  3. +
  4. + [% ELSE %] + + [% END %] +
  5. + [% UNLESS (closedbg) %] +
  6. -
  7. + + [% ELSE %] + Billing place: + [% FOREACH billingplaceloo IN billingplaceloop %] + [% IF ( billingplaceloo.selected ) %] + [% billingplaceloo.branchname %] + [% END %] + [% END %] + [% END %] +
  8. + [% UNLESS (closedbg) %] +
  9. +
  10. + -
  11. - + [% ELSE %] +
  12. + Delivery place: + [% IF (freedeliveryplace) %] + [% freedeliveryplace %] + + [% ELSE %] + [% FOREACH deliveryplaceloo IN deliveryplaceloop %] + [% IF ( deliveryplaceloo.selected ) %] + [% deliveryplaceloo.branchname %] + [% END %] + [% END %] + + [% END %] +
  13. + [% END %] +
  14. + [% UNLESS (closedbg) %] + + + [% ELSE %] + Delivery comment:[% deliverycomment %] + + [% END %]
  15. Baskets in this group: + [% UNLESS (closedbg) %]
- + [% UNLESS (closedbg) %]
[% IF ( basketgroupid ) %] @@ -233,6 +291,7 @@ function submitForm(form) { Cancel
+ [% END %]
@@ -245,9 +304,9 @@ function submitForm(form) {
@@ -273,11 +332,11 @@ function submitForm(form) { [% END %] [% basketgroup.id %] - [% basketgroup.billingplace | $KohaBranchName %] - [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplace | $KohaBranchName %][% END %] + [% Branches.GetName( basketgroup.billingplace ) %] + [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %] [% basketgroup.basketsqty %] - +
@@ -311,10 +370,11 @@ function submitForm(form) { [% END %] [% basketgroup.id %] - [% basketgroup.billingplace | $KohaBranchName %] - [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% basketgroup.deliveryplace | $KohaBranchName %][% END %] + [% Branches.GetName( basketgroup.billingplace ) %] + [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %] [% basketgroup.basketsqty %] +