Lines 284-292
Link Here
|
284 |
[% UNLESS subscriptionid || basket.is_standing %][% # it is a suggestion, we have not items %] |
284 |
[% UNLESS subscriptionid || basket.is_standing %][% # it is a suggestion, we have not items %] |
285 |
[% IF (AcqCreateItemOrdering) %] |
285 |
[% IF (AcqCreateItemOrdering) %] |
286 |
|
286 |
|
287 |
<div id="items_list" style="display:none"> |
287 |
<fieldset id="items_list" style="display:none"> |
288 |
<p><strong>Items list</strong></p> |
288 |
<div class="page-section"style="width:100%;overflow:auto;"> |
289 |
<div style="width:100%;overflow:auto;"> |
289 |
<legend>Items list</legend> |
290 |
<table> |
290 |
<table> |
291 |
<thead> |
291 |
<thead> |
292 |
<tr> |
292 |
<tr> |
Lines 310-316
Link Here
|
310 |
</tbody> |
310 |
</tbody> |
311 |
</table> |
311 |
</table> |
312 |
</div> |
312 |
</div> |
313 |
</div> |
313 |
</fieldset> |
314 |
|
314 |
|
315 |
<fieldset class="rows" id="itemfieldset"> |
315 |
<fieldset class="rows" id="itemfieldset"> |
316 |
<legend>Item</legend> |
316 |
<legend>Item</legend> |
Lines 396-401
Link Here
|
396 |
[% END %] |
396 |
[% END %] |
397 |
</select> |
397 |
</select> |
398 |
<span class="required">Required</span> |
398 |
<span class="required">Required</span> |
|
|
399 |
</li> |
400 |
<li> |
399 |
<label for="showallbudgets" style="float:none;"> Show inactive:</label> |
401 |
<label for="showallbudgets" style="float:none;"> Show inactive:</label> |
400 |
<input type="checkbox" id="showallbudgets" /> |
402 |
<input type="checkbox" id="showallbudgets" /> |
401 |
</li> |
403 |
</li> |
Lines 486-495
Link Here
|
486 |
</li> |
488 |
</li> |
487 |
<li> |
489 |
<li> |
488 |
<label for="estimated_delivery_date">Estimated delivery date: </label> |
490 |
<label for="estimated_delivery_date">Estimated delivery date: </label> |
489 |
<input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | $KohaDates %]"/> |
491 |
<input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | $KohaDates %]"/>[% INCLUDE 'date-format.inc' %] |
490 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
|
|
491 |
</li> |
492 |
</li> |
492 |
<li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
493 |
<li> |
493 |
<label for="sort1">Statistic 1: </label> |
494 |
<label for="sort1">Statistic 1: </label> |
494 |
<input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" /> |
495 |
<input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" /> |
495 |
<li> |
496 |
<li> |
496 |
- |
|
|