View | Details | Raw Unified | Return to bug 15348
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt (-1 / +1 lines)
Lines 35-41 Link Here
35
      <form action="/cgi-bin/koha/acqui/moddeliverydate.pl" method="post">
35
      <form action="/cgi-bin/koha/acqui/moddeliverydate.pl" method="post">
36
        <fieldset class="brief">
36
        <fieldset class="brief">
37
          <label for="estimated_delivery_date">Estimated delivery date:</label>
37
          <label for="estimated_delivery_date">Estimated delivery date:</label>
38
          <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="datepicker" value="[% estimated_delivery_date | html %]"/>
38
          <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr flatpickr-input noEnterSubmit" value="[% estimated_delivery_date | html %]"/>
39
          <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
39
          <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
40
        </fieldset>
40
        </fieldset>
41
        <input type="hidden" name="referrer" value="[% referrer | html %]" />
41
        <input type="hidden" name="referrer" value="[% referrer | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 483-489 Link Here
483
            </li>
483
            </li>
484
            <li>
484
            <li>
485
                <label for="estimated_delivery_date">Estimated delivery date: </label>
485
                <label for="estimated_delivery_date">Estimated delivery date: </label>
486
                <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="datepicker" value="[% estimated_delivery_date | html %]"/>
486
                <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr flatpickr-input noEnterSubmit" value="[% estimated_delivery_date | html %]"/>
487
                <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
487
                <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
488
            </li>
488
            </li>
489
            <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
489
            <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
490
- 

Return to bug 15348