@@ -, +, @@ API keys interface - From a patron detail page, choose More -> Manage API keys. - Test the toolbar buttons on this page, especially "Search to hold" and the various print options. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt @@ -1,4 +1,5 @@ [% USE Koha %] +[% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › API Keys @@ -99,13 +100,14 @@ [% MACRO jsinclude BLOCK %] - + }); + [% END %] [% INCLUDE 'intranet-bottom.inc' %] --