Bug 10404: add previous/next browsing to staff client
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / tools-nomatch-action.inc
1           <select name="nomatch_action" id="nomatch_action">
2             [% IF ( nomatch_action_create_new ) %]
3                 <option value="create_new" selected="selected">
4             [% ELSE %]
5                 <option value="create_new">
6             [% END %]
7                 Add incoming record</option>
8             [% IF ( nomatch_action_ignore ) %]
9                 <option value="ignore" selected="selected">
10             [% ELSE %]
11                 <option value="ignore">
12             [% END %]
13                 Ignore incoming record (its items may still be processed)</option>
14         </select>