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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 164-170 Link Here
164
                                    [%- END -%]
164
                                    [%- END -%]
165
                                [%- END -%]
165
                                [%- END -%]
166
                                </select>
166
                                </select>
167
                                <div class="hint">Ignore means that the subfield does not display in the record editor</div>
167
                                <div class="hint">Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record</div>
168
                            </li>
168
                            </li>
169
                            <li>
169
                            <li>
170
                                <fieldset>
170
                                <fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-2 / +1 lines)
Lines 226-232 Link Here
226
                                                                <option value="10">items (10)</option>
226
                                                                <option value="10">items (10)</option>
227
                                                            [%- END -%]
227
                                                            [%- END -%]
228
                                                            </select>
228
                                                            </select>
229
                                                            <div class="hint">Ignore means that the subfield does not display in the record editor</div>
229
                                                            <div class="hint">Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record</div>
230
                                                        </li>
230
                                                        </li>
231
                                                    </ol>
231
                                                    </ol>
232
                                                </fieldset> <!-- /.rows -->
232
                                                </fieldset> <!-- /.rows -->
233
- 

Return to bug 31923