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="[% yuipath %]/utilities/utilities.js"></script> |
13 |
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> |
14 |
<script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> |
14 |
<script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> |
15 |
<script type="text/javascript" src="[% yuipath %]/container/container_core-min.js"></script> |
15 |
<script type="text/javascript" src="[% yuipath %]/container/container_core-min.js"></script> |
Lines 158-169
function submitForm(form) {
Link Here
|
158 |
|
158 |
|
159 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
159 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
160 |
[% IF ( grouping ) %] |
160 |
[% IF ( grouping ) %] |
161 |
<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 %] |
161 |
<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 %] |
162 |
[% ELSE %] |
162 |
[% ELSE %] |
163 |
[% IF (booksellerid) %] |
163 |
[% IF (booksellerid) %] |
164 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › |
164 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › |
165 |
[% END %] |
165 |
[% END %] |
166 |
Basket grouping |
166 |
Basket groups |
167 |
[% END %] |
167 |
[% END %] |
168 |
</div> |
168 |
</div> |
169 |
|
169 |
|
Lines 340-346
function submitForm(form) {
Link Here
|
340 |
[% END %] |
340 |
[% END %] |
341 |
[% FOREACH bookseller IN booksellers %] |
341 |
[% FOREACH bookseller IN booksellers %] |
342 |
[% IF bookseller.basketgroups.size > 0 %] |
342 |
[% IF bookseller.basketgroups.size > 0 %] |
343 |
<h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1> |
343 |
<h1>Basket groups for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% bookseller.id %]">[% bookseller.name |html %]</a></h1> |
344 |
<div class="basket_groups toptabs"> |
344 |
<div class="basket_groups toptabs"> |
345 |
<ul class="ui-tabs-nav"> |
345 |
<ul class="ui-tabs-nav"> |
346 |
[% UNLESS ( listclosed ) %]<li class="ui-tabs-active"><a href="#opened[% bookseller.id %]">Open</a></li> |
346 |
[% UNLESS ( listclosed ) %]<li class="ui-tabs-active"><a href="#opened[% bookseller.id %]">Open</a></li> |
Lines 371-378
function submitForm(form) {
Link Here
|
371 |
<th>No. of baskets</th> |
371 |
<th>No. of baskets</th> |
372 |
<th>No. of ordered titles</th> |
372 |
<th>No. of ordered titles</th> |
373 |
<th>No. of received titles</th> |
373 |
<th>No. of received titles</th> |
374 |
<th>Ordered amount</th> |
374 |
<th>Amount ordered</th> |
375 |
<th>Charged amount</th> |
375 |
<th>Amount spent</th> |
376 |
<th>Action</th> |
376 |
<th>Action</th> |
377 |
</tr> |
377 |
</tr> |
378 |
</thead> |
378 |
</thead> |
Lines 431-438
function submitForm(form) {
Link Here
|
431 |
<th>No. of baskets</th> |
431 |
<th>No. of baskets</th> |
432 |
<th>No. of ordered titles</th> |
432 |
<th>No. of ordered titles</th> |
433 |
<th>No. of received titles</th> |
433 |
<th>No. of received titles</th> |
434 |
<th>Ordered amount</th> |
434 |
<th>Amount ordered</th> |
435 |
<th>Charged amount</th> |
435 |
<th>Amount spent</th> |
436 |
<th>Action</th> |
436 |
<th>Action</th> |
437 |
</tr> |
437 |
</tr> |
438 |
</thead> |
438 |
</thead> |
439 |
- |
|
|