]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/prog/en/includes/form-blocks.inc
Bug 2720 - Overdues which debar automatically should undebar automatically when returned
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / form-blocks.inc
1 [% BLOCK selectoptionopen %]
2     [% IF value == selected %]<option value='[% value %]' selected='selected'>
3     [% ELSE %]<option value='[% value %]'>
4     [% END %]
5 [% END %]