|
Lines 104-110
Link Here
|
| 104 |
[% IF (limits.$lformat.0 == 'tc or fb' ) %] |
104 |
[% IF (limits.$lformat.0 == 'tc or fb' ) %] |
| 105 |
<option value="l-format:tc or fb" selected="selected" >Braille</option> |
105 |
<option value="l-format:tc or fb" selected="selected" >Braille</option> |
| 106 |
[% ELSE %] |
106 |
[% ELSE %] |
| 107 |
<option value="l-format:tc or l-format:fb" >Braille</option> |
107 |
<option value="l-format:tc or fb" >Braille</option> |
| 108 |
[% END %] |
108 |
[% END %] |
| 109 |
<option value="" >-----------</option> |
109 |
<option value="" >-----------</option> |
| 110 |
[% IF (limits.$lformat.0 == 'sd' ) %] |
110 |
[% IF (limits.$lformat.0 == 'sd' ) %] |
| 111 |
- |
|
|