@@ -, +, @@ opacdisplaycount --- .../prog/en/modules/serials/subscription-add.tt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -202,11 +202,11 @@ fieldset.rows table { clear: none; margin: 0; }
  • - +
  • - +
  • @@ -515,6 +515,7 @@ fieldset.rows table { clear: none; margin: 0; } [% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'validator-strings.inc' %] [% Asset.js("js/mana.js") | $raw %] [% Asset.js("js/subscription-add.js") | $raw %] [% Asset.js("js/showpredictionpattern.js") | $raw %] --