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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-1 / +1 lines)
Lines 137-142 Link Here
137
                                    <li>
137
                                    <li>
138
                                        <label for="parent">Parent category:</label>
138
                                        <label for="parent">Parent category:</label>
139
                                        <select name="parent" id="parent_auth_value_categories">
139
                                        <select name="parent" id="parent_auth_value_categories">
140
                                            <option value="" selected>&nbsp;</option>
140
                                            [% FOR c IN category_names %]
141
                                            [% FOR c IN category_names %]
141
                                                <option value="[% c.category_name | html %]">[% c.category_name | html %]</option>
142
                                                <option value="[% c.category_name | html %]">[% c.category_name | html %]</option>
142
                                            [% END %]
143
                                            [% END %]
143
- 

Return to bug 35067