Lines 2-15
Link Here
|
2 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% IF booksellerid %] |
4 |
[% IF booksellerid %] |
5 |
<title>Koha › Basket grouping for [% booksellername |html %]</title> |
5 |
<title>Koha › Basket groups for [% booksellername |html %]</title> |
6 |
[% ELSE %] |
6 |
[% ELSE %] |
7 |
<title>Koha › Basket grouping</title> |
7 |
<title>Koha › Basket groups</title> |
8 |
[% END %] |
8 |
[% END %] |
9 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
9 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'datatables.inc' %] |
11 |
[% INCLUDE 'datatables.inc' %] |
12 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script> |
12 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script> |
13 |
<script type="text/javascript" src="[% themelang %]/lib/yui/utilities/utilities.js"></script> |
13 |
<script type="text/javascript" src="[% themelang %]/lib/yui/utilities/utilities.js"></script> |
14 |
<script type="text/javascript" src="[% themelang %]/lib/yui/button/button-min.js"></script> |
14 |
<script type="text/javascript" src="[% themelang %]/lib/yui/button/button-min.js"></script> |
15 |
<script type="text/javascript" src="[% themelang %]/lib/yui/container/container_core-min.js"></script> |
15 |
<script type="text/javascript" src="[% themelang %]/lib/yui/container/container_core-min.js"></script> |
Lines 157-168
function submitForm(form) {
Link Here
|
157 |
|
157 |
|
158 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
158 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
159 |
[% IF ( grouping ) %] |
159 |
[% IF ( grouping ) %] |
160 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]">Basket grouping</a> › Add basket group for [% booksellername |html %] |
160 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid %]">Basket groups</a> › Add basket group for [% booksellername |html %] |
161 |
[% ELSE %] |
161 |
[% ELSE %] |
162 |
[% IF (booksellerid) %] |
162 |
[% IF (booksellerid) %] |
163 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › |
163 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › |
164 |
[% END %] |
164 |
[% END %] |
165 |
Basket grouping |
165 |
Basket groups |
166 |
[% END %] |
166 |
[% END %] |
167 |
</div> |
167 |
</div> |
168 |
|
168 |
|
Lines 339-345
function submitForm(form) {
Link Here
|
339 |
[% END %] |
339 |
[% END %] |
340 |
[% FOREACH bookseller IN booksellers %] |
340 |
[% FOREACH bookseller IN booksellers %] |
341 |
[% IF bookseller.basketgroups.size > 0 %] |
341 |
[% IF bookseller.basketgroups.size > 0 %] |
342 |
<h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1> |
342 |
<h1>Basket groups for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% bookseller.id %]">[% bookseller.name |html %]</a></h1> |
343 |
<div class="basket_groups toptabs"> |
343 |
<div class="basket_groups toptabs"> |
344 |
<ul class="ui-tabs-nav"> |
344 |
<ul class="ui-tabs-nav"> |
345 |
[% UNLESS ( listclosed ) %]<li class="ui-tabs-active"><a href="#opened[% bookseller.id %]">Open</a></li> |
345 |
[% UNLESS ( listclosed ) %]<li class="ui-tabs-active"><a href="#opened[% bookseller.id %]">Open</a></li> |
Lines 370-377
function submitForm(form) {
Link Here
|
370 |
<th>No. of baskets</th> |
370 |
<th>No. of baskets</th> |
371 |
<th>No. of ordered titles</th> |
371 |
<th>No. of ordered titles</th> |
372 |
<th>No. of received titles</th> |
372 |
<th>No. of received titles</th> |
373 |
<th>Ordered amount</th> |
373 |
<th>Amount ordered</th> |
374 |
<th>Charged amount</th> |
374 |
<th>Amount spent</th> |
375 |
<th>Action</th> |
375 |
<th>Action</th> |
376 |
</tr> |
376 |
</tr> |
377 |
</thead> |
377 |
</thead> |
Lines 430-437
function submitForm(form) {
Link Here
|
430 |
<th>No. of baskets</th> |
430 |
<th>No. of baskets</th> |
431 |
<th>No. of ordered titles</th> |
431 |
<th>No. of ordered titles</th> |
432 |
<th>No. of received titles</th> |
432 |
<th>No. of received titles</th> |
433 |
<th>Ordered amount</th> |
433 |
<th>Amount ordered</th> |
434 |
<th>Charged amount</th> |
434 |
<th>Amount spent</th> |
435 |
<th>Action</th> |
435 |
<th>Action</th> |
436 |
</tr> |
436 |
</tr> |
437 |
</thead> |
437 |
</thead> |
438 |
- |
|
|