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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +5 lines)
Lines 516-524 Link Here
516
                <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | $KohaDates %]"/>
516
                <input type="text" id="estimated_delivery_date" size="10" name="estimated_delivery_date" class="flatpickr" value="[% estimated_delivery_date | $KohaDates %]"/>
517
                <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
517
                <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
518
            </li>
518
            </li>
519
            <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
519
            <li>
520
                <div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
521
            </li>
522
            <li>
520
                <label for="sort1">Statistic 1: </label>
523
                <label for="sort1">Statistic 1: </label>
521
                <input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" />
524
                <input id="sort1" type="text" id="sort1" size="20" name="sort1" value="[% sort1 | html %]" />
525
            </li>
522
            <li>
526
            <li>
523
                <label for="sort2">Statistic 2: </label>
527
                <label for="sort2">Statistic 2: </label>
524
                <input id="sort2" type="text" id="sort2" size="20" name="sort2" value="[% sort2 | html %]" />
528
                <input id="sort2" type="text" id="sort2" size="20" name="sort2" value="[% sort2 | html %]" />
525
- 

Return to bug 31819