|
Lines 1-5
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Basket Grouping for [% booksellername |html %]</title> |
2 |
<title>Koha › Basket grouping for [% booksellername |html %]</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script> |
4 |
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script> |
| 5 |
[% IF ( grouping ) %] |
5 |
[% IF ( grouping ) %] |
|
Lines 137-151
function yuiToolbar() {
Link Here
|
| 137 |
[% INCLUDE 'header.inc' %] |
137 |
[% INCLUDE 'header.inc' %] |
| 138 |
[% INCLUDE 'acquisitions-search.inc' %] |
138 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 139 |
|
139 |
|
| 140 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › Basket Grouping</div> |
140 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a> › Basket grouping</div> |
| 141 |
|
141 |
|
| 142 |
<div id="doc" class="yui-t7"> |
142 |
<div id="doc" class="yui-t7"> |
| 143 |
|
143 |
|
| 144 |
<div class="yui-b"> |
144 |
<div class="yui-b"> |
| 145 |
<div id="toolbar"> |
145 |
<div id="toolbar"> |
| 146 |
<a href="?op=add&booksellerid=[% booksellerid %]" name="newbasketgroup" id="newbasketgroup">New Basket Group</a> |
146 |
<a href="?op=add&booksellerid=[% booksellerid %]" name="newbasketgroup" id="newbasketgroup">New basket group</a> |
| 147 |
</div> |
147 |
</div> |
| 148 |
<h1>Basket Grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1> |
148 |
<h1>Basket grouping for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1> |
| 149 |
</div> |
149 |
</div> |
| 150 |
[% IF ( grouping ) %] |
150 |
[% IF ( grouping ) %] |
| 151 |
<div id="bd"> |
151 |
<div id="bd"> |
|
Lines 156-162
function yuiToolbar() {
Link Here
|
| 156 |
<div id="groups"> |
156 |
<div id="groups"> |
| 157 |
<fieldset class="brief"> |
157 |
<fieldset class="brief"> |
| 158 |
<div class="workarea_alt" > |
158 |
<div class="workarea_alt" > |
| 159 |
<h3>Ungrouped Baskets</h3> |
159 |
<h3>Ungrouped baskets</h3> |
| 160 |
<ul id="ungrouped" class="draglist_alt"> |
160 |
<ul id="ungrouped" class="draglist_alt"> |
| 161 |
[% IF ( baskets ) %] |
161 |
[% IF ( baskets ) %] |
| 162 |
[% FOREACH basket IN baskets %] |
162 |
[% FOREACH basket IN baskets %] |
|
Lines 185-200
function yuiToolbar() {
Link Here
|
| 185 |
<form action="" method="post" id="groupingform" onsubmit="return submitForm(this)"> |
185 |
<form action="" method="post" id="groupingform" onsubmit="return submitForm(this)"> |
| 186 |
<fieldset id="various" class="brief"> |
186 |
<fieldset id="various" class="brief"> |
| 187 |
<ol> |
187 |
<ol> |
| 188 |
<li><label for="basketgroupname">Basket Group Name:</label> |
188 |
<li><label for="basketgroupname">Basket group name:</label> |
| 189 |
<input type="text" name="basketgroupname" id="basketgroupname" value="[% name %]" /></li> |
189 |
<input type="text" name="basketgroupname" id="basketgroupname" value="[% name %]" /></li> |
| 190 |
<li><label for="billingplace">Billing Place:</label> |
190 |
<li><label for="billingplace">Billing place:</label> |
| 191 |
<select name="billingplace" id="billingplace" style="width:13em;"> |
191 |
<select name="billingplace" id="billingplace" style="width:13em;"> |
| 192 |
[% FOREACH billingplaceloo IN billingplaceloop %] |
192 |
[% FOREACH billingplaceloo IN billingplaceloop %] |
| 193 |
[% IF ( billingplaceloo.selected ) %]<option value="[% billingplaceloo.value %]" selected="selected">[% billingplaceloo.branchname %]</option> |
193 |
[% IF ( billingplaceloo.selected ) %]<option value="[% billingplaceloo.value %]" selected="selected">[% billingplaceloo.branchname %]</option> |
| 194 |
[% ELSE %]<option value="[% billingplaceloo.value %]">[% billingplaceloo.branchname %]</option>[% END%] |
194 |
[% ELSE %]<option value="[% billingplaceloo.value %]">[% billingplaceloo.branchname %]</option>[% END%] |
| 195 |
[% END %] |
195 |
[% END %] |
| 196 |
</select></li> |
196 |
</select></li> |
| 197 |
<li><label for="deliveryplace">Delivery Place:</label> |
197 |
<li><label for="deliveryplace">Delivery place:</label> |
| 198 |
<select name="deliveryplace" id="deliveryplace" style="width:13em;"> |
198 |
<select name="deliveryplace" id="deliveryplace" style="width:13em;"> |
| 199 |
<option value="">--</option> |
199 |
<option value="">--</option> |
| 200 |
[% FOREACH deliveryplaceloo IN deliveryplaceloop %] |
200 |
[% FOREACH deliveryplaceloo IN deliveryplaceloop %] |
|
Lines 203-209
function yuiToolbar() {
Link Here
|
| 203 |
[% END %] |
203 |
[% END %] |
| 204 |
</select></li> |
204 |
</select></li> |
| 205 |
<li><p>or</p></li> |
205 |
<li><p>or</p></li> |
| 206 |
<li><label for="freedeliveryplace">Delivery Place:</label> |
206 |
<li><label for="freedeliveryplace">Delivery place:</label> |
| 207 |
<textarea cols="26" rows="3" name="freedeliveryplace" id="freedeliveryplace">[% freedeliveryplace %]</textarea></li> |
207 |
<textarea cols="26" rows="3" name="freedeliveryplace" id="freedeliveryplace">[% freedeliveryplace %]</textarea></li> |
| 208 |
<li><label for="deliverycomment">Delivery comment:</label> |
208 |
<li><label for="deliverycomment">Delivery comment:</label> |
| 209 |
<textarea cols="26" rows="3" name="deliverycomment" id="deliverycomment">[% deliverycomment %]</textarea> |
209 |
<textarea cols="26" rows="3" name="deliverycomment" id="deliverycomment">[% deliverycomment %]</textarea> |
|
Lines 253-259
function yuiToolbar() {
Link Here
|
| 253 |
<table> |
253 |
<table> |
| 254 |
<thead> |
254 |
<thead> |
| 255 |
<tr> |
255 |
<tr> |
| 256 |
<th>Basket Group</th><th colspan="3">Action</th> |
256 |
<th>Basket group</th><th colspan="3">Action</th> |
| 257 |
</tr> |
257 |
</tr> |
| 258 |
</thead> |
258 |
</thead> |
| 259 |
<tbody> |
259 |
<tbody> |
|
Lines 285-291
function yuiToolbar() {
Link Here
|
| 285 |
<table> |
285 |
<table> |
| 286 |
<thead> |
286 |
<thead> |
| 287 |
<tr> |
287 |
<tr> |
| 288 |
<th>Basket Group</th><th colspan="3">Action</th> |
288 |
<th>Basket group</th><th colspan="3">Action</th> |
| 289 |
</tr> |
289 |
</tr> |
| 290 |
</thead> |
290 |
</thead> |
| 291 |
<tbody> |
291 |
<tbody> |