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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-2 / +1 lines)
Lines 114-120 Link Here
114
                            [% IF aval == mv.default %]
114
                            [% IF aval == mv.default %]
115
                                [% SET matched = 1 %]
115
                                [% SET matched = 1 %]
116
                                [% IF mv.restricted.$aval %]
116
                                [% IF mv.restricted.$aval %]
117
                                    <option value="[%- aval | html -%]" selected="selected" style="float:right" title="This value ([%- mv.labels.$aval | html -%]) is limited to other branches">[%- mv.labels.$aval | html -%] &#9888;
117
                                    <option value="[%- aval | html -%]" selected="selected" style="float:right" title="This value ([%- mv.labels.$aval | html -%]) is limited to other libraries">[%- mv.labels.$aval | html -%] &#9888;
118
                                    </option>
118
                                    </option>
119
                                [% ELSE %]
119
                                [% ELSE %]
120
                                    <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option>
120
                                    <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option>
121
- 

Return to bug 32748