|
Lines 27-33
Link Here
|
| 27 |
[% END %] |
27 |
[% END %] |
| 28 |
[% IF ( grouping ) %] |
28 |
[% IF ( grouping ) %] |
| 29 |
[% WRAPPER breadcrumb_item %] |
29 |
[% WRAPPER breadcrumb_item %] |
| 30 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> |
30 |
<a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a> |
| 31 |
[% END %] |
31 |
[% END %] |
| 32 |
[% WRAPPER breadcrumb_item %] |
32 |
[% WRAPPER breadcrumb_item %] |
| 33 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a> |
33 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a> |
|
Lines 37-43
Link Here
|
| 37 |
[% END %] |
37 |
[% END %] |
| 38 |
[% ELSE %] |
38 |
[% ELSE %] |
| 39 |
[% WRAPPER breadcrumb_item %] |
39 |
[% WRAPPER breadcrumb_item %] |
| 40 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> |
40 |
<a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a> |
| 41 |
[% END %] |
41 |
[% END %] |
| 42 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
42 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 43 |
<span>Basket grouping</span> |
43 |
<span>Basket grouping</span> |
|
Lines 77-87
Link Here
|
| 77 |
</div> |
77 |
</div> |
| 78 |
[% END %] |
78 |
[% END %] |
| 79 |
[% IF (name && closedbg) %] |
79 |
[% IF (name && closedbg) %] |
| 80 |
<h1>Basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
80 |
<h1>Basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
| 81 |
[% ELSIF (name) %] |
81 |
[% ELSIF (name) %] |
| 82 |
<h1>Edit basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
82 |
<h1>Edit basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
| 83 |
[% ELSE %] |
83 |
[% ELSE %] |
| 84 |
<h1>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
84 |
<h1>Add basket group for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
| 85 |
[% END %] |
85 |
[% END %] |
| 86 |
<div id="basketgroupcolumns" class="row"> |
86 |
<div id="basketgroupcolumns" class="row"> |
| 87 |
[% UNLESS (closedbg) %] |
87 |
[% UNLESS (closedbg) %] |
|
Lines 253-259
Link Here
|
| 253 |
><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add_form&booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div |
253 |
><a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add_form&booksellerid=[% booksellerid | uri %]" class="btn btn-default" id="newbasketgroup"><i class="fa fa-plus"></i> New basket group</a></div |
| 254 |
> |
254 |
> |
| 255 |
</div> |
255 |
</div> |
| 256 |
<h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
256 |
<h1>Basket grouping for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
| 257 |
[% IF (NoEDIMessage && Koha.Preference('EDIFACT')) %]<div><strong>No EDIFACT configuration for [% booksellername | html %]</strong></div>[% END %] |
257 |
[% IF (NoEDIMessage && Koha.Preference('EDIFACT')) %]<div><strong>No EDIFACT configuration for [% booksellername | html %]</strong></div>[% END %] |
| 258 |
|
258 |
|
| 259 |
[% WRAPPER tabs id= "basket_groups" %] |
259 |
[% WRAPPER tabs id= "basket_groups" %] |