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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-3 / +2 lines)
Lines 201-207 div.rows { padding: 1rem; } Link Here
201
    [% END %]
201
    [% END %]
202
[% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %]
202
[% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %]
203
[% IF ( enter ) %]
203
[% IF ( enter ) %]
204
    <form action="updatesupplier.pl" name="updatesupplier" style="display:block" class="validated" method="post">
204
    <form action="updatesupplier.pl" name="updatesupplier" style="display:block" method="post">
205
        <div id="toolbar" class="btn-toolbar">
205
        <div id="toolbar" class="btn-toolbar">
206
            <button class="btn btn-primary" type="submit"><i class="fa fa-save"></i> Save</button>
206
            <button class="btn btn-primary" type="submit"><i class="fa fa-save"></i> Save</button>
207
            [% IF ( booksellerid ) %]
207
            [% IF ( booksellerid ) %]
Lines 350-356 div.rows { padding: 1rem; } Link Here
350
                <input type="hidden" name="tax_rate" value="0" />
350
                <input type="hidden" name="tax_rate" value="0" />
351
            [% END %]
351
            [% END %]
352
            <li><label for="discount">Discount: </label>
352
            <li><label for="discount">Discount: </label>
353
                <input type="text" size="6" id="discount" name="discount" value="[% discount | format ('%.1f') %]" />%</li>
353
                <input type="text" pattern="^\d+(\.\d{1})?$" size="6" id="discount" name="discount" value="[% discount | format("%.1f") %]"/>% - Example: 7.5 %</li>
354
            <li>
354
            <li>
355
                <label for="deliverytime">Delivery time: </label>
355
                <label for="deliverytime">Delivery time: </label>
356
                <input type="text" size="2" id="deliverytime" name="deliverytime" value="[% deliverytime | html %]" /> days
356
                <input type="text" size="2" id="deliverytime" name="deliverytime" value="[% deliverytime | html %]" /> days
357
- 

Return to bug 35087