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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-3 / +2 lines)
Lines 121-129 Link Here
121
                                                            <option value="">No notice</option>
121
                                                            <option value="">No notice</option>
122
                                                            [% FOREACH letter IN letters %]
122
                                                            [% FOREACH letter IN letters %]
123
                                                                [% IF letter.code == value.selected_lettercode %]
123
                                                                [% IF letter.code == value.selected_lettercode %]
124
                                                                <option value="[% letter.code | html %]" selected="selected">[% letter.name | html %]</option>
124
                                                                <option value="[% letter.code | html %]" selected="selected">[% letter.name | html %] ( [% letter.code | html %] )</option>
125
                                                                [% ELSE %]
125
                                                                [% ELSE %]
126
                                                                <option value="[% letter.code | html %]">[% letter.name | html %]</option>
126
                                                                <option value="[% letter.code | html %]">[% letter.name | html %] ( [% letter.code | html %] )</option>
127
                                                                [% END %]
127
                                                                [% END %]
128
                                                            [% END %]
128
                                                            [% END %]
129
                                                        </select>
129
                                                        </select>
130
- 

Return to bug 33203