@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -6,6 +6,7 @@ Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › Edit list [% shelf.shelfname | html %][% END %] [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'datatables.inc' %] @@ -690,7 +691,7 @@ function AdjustRemark() {
- Add items +

Add items

  1. --