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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-4 / +3 lines)
Lines 75-87 Link Here
75
75
76
                            <li>
76
                            <li>
77
                                <label for="name" class="required">Name: </label>
77
                                <label for="name" class="required">Name: </label>
78
                                <input type="text" name="name" id="name" size="80" value="[% cash_register.name | html %]" class="required" />
78
                                <input type="text" name="name" id="name" size="24" maxlength="24" value="[% cash_register.name | html %]" class="required" />
79
                                <span class="required">Required</span>
79
                                <span class="required">Required</span>
80
                            </li>
80
                            </li>
81
81
82
                            <li>
82
                            <li>
83
                                <label for="description">Description: </label>
83
                                <label for="description">Description: </label>
84
                                <input type="text" name="description" id="description" value="[% cash_register.description | html %]"/>
84
                                <input type="text" name="description" id="description" size="24" value="[% cash_register.description | html %]"/>
85
                            </li>
85
                            </li>
86
                            <li>
86
                            <li>
87
                                <label for="branch">Library: </label>
87
                                <label for="branch">Library: </label>
Lines 96-102 Link Here
96
96
97
                            <li>
97
                            <li>
98
                                <label for="starting_float">Initial float: </label>
98
                                <label for="starting_float">Initial float: </label>
99
                                <input type="text" pattern='^\d+(?:\.\d{0,2})$' name="starting_float" id="starting_float" value="[% cash_register.starting_float | $Price on_editing => 1  %]" />
99
                                <input type="text" pattern='^\d+(?:\.\d{0,2})$' name="starting_float" id="starting_float" size="24" value="[% cash_register.starting_float | $Price on_editing => 1  %]" />
100
                            </li>
100
                            </li>
101
                        </ol>
101
                        </ol>
102
                   </fieldset>
102
                   </fieldset>
103
- 

Return to bug 26946