Lines 101-110
Link Here
|
101 |
[% ELSE %] |
101 |
[% ELSE %] |
102 |
<option value="l-format:tb">Large print</option> |
102 |
<option value="l-format:tb">Large print</option> |
103 |
[% END %] |
103 |
[% END %] |
104 |
[% IF (limits.$lformat.0 == 'tc or fb' ) %] |
104 |
[% IF (Koha.Preference('SearchEngine') == 'Elasticsearch') %] |
105 |
<option value="l-format:tc or fb" selected="selected">Braille</option> |
105 |
[% IF (limits.$lformat.0 == 'tc OR fb') %] |
106 |
[% ELSE %] |
106 |
<option value='l-format:tc" OR "fb' selected="selected">Braille</option> |
107 |
<option value="l-format:tc or fb">Braille</option> |
107 |
[% ELSE %] |
|
|
108 |
<option value='l-format:tc" OR "fb'>Braille</option> |
109 |
[% END %] |
110 |
[% ELSE %] |
111 |
[% IF (limits.$lformat.0 == 'tc or fb') %] |
112 |
<option value="l-format:tc or fb" selected="selected">Braille</option> |
113 |
[% ELSE %] |
114 |
<option value="l-format:tc or fb">Braille</option> |
115 |
[% END %] |
108 |
[% END %] |
116 |
[% END %] |
109 |
<option value="">-----------</option> |
117 |
<option value="">-----------</option> |
110 |
[% IF (limits.$lformat.0 == 'sd' ) %] |
118 |
[% IF (limits.$lformat.0 == 'sd' ) %] |
111 |
- |
|
|