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 125-131 Link Here
125
                                [% IF aval == mv.default %]
125
                                [% IF aval == mv.default %]
126
                                    [% SET matched = 1 %]
126
                                    [% SET matched = 1 %]
127
                                    [% IF mv.restricted.$aval %]
127
                                    [% IF mv.restricted.$aval %]
128
                                        <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;</option>
128
                                        <option value="[%- aval | html -%]" selected="selected" style="float:right" title="This value ([%- mv.labels.$aval | html -%]) is limited to other librairies">[%- mv.labels.$aval | html -%] &#9888;</option>
129
                                    [% ELSE %]
129
                                    [% ELSE %]
130
                                        <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option>
130
                                        <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option>
131
                                    [% END %]
131
                                    [% END %]
132
- 

Return to bug 32748