Lines 448-453
Link Here
|
448 |
<label for="order_vendornote">Vendor note: </label> |
448 |
<label for="order_vendornote">Vendor note: </label> |
449 |
<textarea id="order_vendornote" cols="30" rows="3" name="order_vendornote" >[% IF ( order_vendornote ) %][% order_vendornote | html %][% END %]</textarea> |
449 |
<textarea id="order_vendornote" cols="30" rows="3" name="order_vendornote" >[% IF ( order_vendornote ) %][% order_vendornote | html %][% END %]</textarea> |
450 |
</li> |
450 |
</li> |
|
|
451 |
<li> |
452 |
<label for="estimated_delivery_date">Estimated delivery date: </label> |
453 |
<input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="datepicker" value="[% estimated_delivery_date | html %]"/> |
454 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
455 |
</li> |
451 |
<li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
456 |
<li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
452 |
<label for="sort1">Statistic 1: </label> |
457 |
<label for="sort1">Statistic 1: </label> |
453 |
<input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" /> |
458 |
<input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" /> |
Lines 647-652
Link Here
|
647 |
getAuthValueDropbox( 'sort2', sort2_authcat, destination_sort2, sort2 ); |
652 |
getAuthValueDropbox( 'sort2', sort2_authcat, destination_sort2, sort2 ); |
648 |
}); |
653 |
}); |
649 |
$("#budget_id").change(); |
654 |
$("#budget_id").change(); |
|
|
655 |
|
656 |
$("#estimated_delivery_date").datepicker(); |
650 |
}); |
657 |
}); |
651 |
|
658 |
|
652 |
function UserSearchPopup(f) { |
659 |
function UserSearchPopup(f) { |
653 |
- |
|
|