|
Lines 97-107
Link Here
|
| 97 |
[% ELSE %] |
97 |
[% ELSE %] |
| 98 |
<option value="bc">Barcode</option> |
98 |
<option value="bc">Barcode</option> |
| 99 |
[% END %] |
99 |
[% END %] |
| 100 |
[% IF ms_location %] |
|
|
| 101 |
<option selected="selected" value="location">Shelving location</option> |
| 102 |
[% ELSE %] |
| 103 |
<option value="location">Shelving location</option> |
| 104 |
[% END %] |
| 105 |
[% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %] |
100 |
[% IF ( Koha.Preference('IntranetNumbersPreferPhrase') ) %] |
| 106 |
[% IF ms_identcommaphr %] |
101 |
[% IF ms_identcommaphr %] |
| 107 |
<option selected="selected" value="ident,phr">Standard number</option> |
102 |
<option selected="selected" value="ident,phr">Standard number</option> |
| 108 |
- |
|
|