Lines 25-31
Link Here
|
25 |
[% END %] |
25 |
[% END %] |
26 |
[% IF ( grouping ) %] |
26 |
[% IF ( grouping ) %] |
27 |
[% WRAPPER breadcrumb_item %] |
27 |
[% WRAPPER breadcrumb_item %] |
28 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> |
28 |
<a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a> |
29 |
[% END %] |
29 |
[% END %] |
30 |
[% WRAPPER breadcrumb_item %] |
30 |
[% WRAPPER breadcrumb_item %] |
31 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a> |
31 |
<a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a> |
Lines 35-41
Link Here
|
35 |
[% END %] |
35 |
[% END %] |
36 |
[% ELSE %] |
36 |
[% ELSE %] |
37 |
[% WRAPPER breadcrumb_item %] |
37 |
[% WRAPPER breadcrumb_item %] |
38 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> |
38 |
<a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a> |
39 |
[% END %] |
39 |
[% END %] |
40 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
40 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
41 |
<span>Basket grouping</span> |
41 |
<span>Basket grouping</span> |
Lines 62-72
Link Here
|
62 |
</div> |
62 |
</div> |
63 |
[% END %] |
63 |
[% END %] |
64 |
[% IF (name && closedbg) %] |
64 |
[% IF (name && closedbg) %] |
65 |
<h1>Basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
65 |
<h1>Basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
66 |
[% ELSIF (name) %] |
66 |
[% ELSIF (name) %] |
67 |
<h1>Edit basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
67 |
<h1>Edit basket group [% name | html %] ([% basketgroupid | html %]) for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
68 |
[% ELSE %] |
68 |
[% ELSE %] |
69 |
<h1>Add basket group for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
69 |
<h1>Add basket group for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
70 |
[% END %] |
70 |
[% END %] |
71 |
<div id="basketgroupcolumns" class="row"> |
71 |
<div id="basketgroupcolumns" class="row"> |
72 |
[% UNLESS (closedbg) %] |
72 |
[% UNLESS (closedbg) %] |
Lines 243-249
Link Here
|
243 |
<div id="toolbar" class="btn-toolbar"> |
243 |
<div id="toolbar" class="btn-toolbar"> |
244 |
<div class="btn-group"><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> |
244 |
<div class="btn-group"><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> |
245 |
</div> |
245 |
</div> |
246 |
<h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
246 |
<h1>Basket grouping for <a href="/cgi-bin/koha/vendors/[% booksellerid | uri %]">[% booksellername | html %]</a></h1> |
247 |
[% IF (NoEDIMessage && Koha.Preference('EDIFACT')) %]<div><strong>No EDIFACT configuration for [% booksellername | html %]</strong></div>[% END %] |
247 |
[% IF (NoEDIMessage && Koha.Preference('EDIFACT')) %]<div><strong>No EDIFACT configuration for [% booksellername | html %]</strong></div>[% END %] |
248 |
|
248 |
|
249 |
[% WRAPPER tabs id= "basket_groups" %] |
249 |
[% WRAPPER tabs id= "basket_groups" %] |