@@ -, +, @@ and match found --- .../bootstrap/en/modules/opac-suggestions.tt | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -163,11 +163,11 @@
  • [% IF ( quantity_required ) %] - + Required [% ELSE %] - + [% END %]
  • [% END %] @@ -175,11 +175,11 @@
  • [% IF ( itemtype_required ) %] - [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, required = 1, blank = 1 %] + [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, required = 1, blank = 1, default=itemtype %] Required [% ELSE %] - [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, blank = 1 %] + [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20, blank = 1, default=itemtype %] [% END %]
  • [% END %] @@ -188,13 +188,13 @@ [% IF ( branchcode_required ) %] Required [% ELSE %] [% END %] @@ -207,7 +207,11 @@ Required @@ -216,7 +220,11 @@ [% END %] --