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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +1 lines)
Lines 135-140 Item types administration Link Here
135
                    <input type="text" id="parent_type" value="[% parent_type | html %]" name="parent_type" size="10" maxlength="10" disabled/>
135
                    <input type="text" id="parent_type" value="[% parent_type | html %]" name="parent_type" size="10" maxlength="10" disabled/>
136
                    <p>No available parent types</p>
136
                    <p>No available parent types</p>
137
                    [% END %]
137
                    [% END %]
138
                    <span class="hint">Defining a parent type will apply checkout limits for all children as described on the circulation rules page.</span>
138
                </li>
139
                </li>
139
                <li>
140
                <li>
140
                    <label for="description" class="required">Description: </label>
141
                    <label for="description" class="required">Description: </label>
141
- 

Return to bug 21946