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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt (-2 / +1 lines)
Lines 56-62 Link Here
56
                            <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" /></li>
56
                            <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" /></li>
57
                            <li><label for="desc">Description: </label><input type="text" name="desc" size="50" id="desc" /></li>
57
                            <li><label for="desc">Description: </label><input type="text" name="desc" size="50" id="desc" /></li>
58
                            <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" /></li>
58
                            <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" /></li>
59
                            <li><label for="amount">Amount: </label><input type="number" name="amount" id="amount" required="required" value="" step="any" min="0" /> Example: 5.00</li>
59
                            <li><label for="amount">Amount: </label><input type="text" inputmode="numeric" pattern="[0-9]*" name="amount" id="amount" required="required" value="" step="any" min="0" /> Example: 5.00</li>
60
                        </ol>
60
                        </ol>
61
                    </fieldset>
61
                    </fieldset>
62
62
63
- 

Return to bug 27408