Merge remote-tracking branch 'translations/20.05.03-translate-20200824' into rmain2005
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / form-blocks.inc
1 [% BLOCK selectoptionopen %]
2     [% IF value == selected %]<option value='[% value | html %]' selected='selected'>
3     [% ELSE %]<option value='[% value | html %]'>
4     [% END %]
5 [% END %]