@@ -, +, @@ - Open a patron record in the staff client and choose More -> Manage API keys. - On the API keys page, confirm that the page adjusts well at various page widths. - Confirm that the size of the "Generate new client id/key pair" button matches the buttons in the toolbar. --- .../prog/en/modules/members/apikeys.tt | 27 +++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt @@ -18,10 +18,11 @@ API Keys for [% INCLUDE 'patron-title.inc' %] -
-
-
-
+
+
+
+
+ [% INCLUDE 'members-toolbar.inc' %]

API keys for [% INCLUDE 'patron-title.inc' %]

@@ -45,7 +46,7 @@
[% IF api_keys && api_keys.size > 0 %]

- +

@@ -93,12 +94,16 @@
No keys defined for the current patron. Generate a new client id/secret pair
[% END %] - - -
- [% INCLUDE 'circ-menu.inc' %] -
- + + + +
+ +
+ + [% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] --