@@ -, +, @@ ill requests tabs - Activate ILL (ILLModule pref) - Activate discharges (UseDischarge pref) - Go to any patron account, tab through the tabs... - Verify that discharge, purchase suggestions and ill requests are missing the toolbar - Apply patch - Verify that the toolbar now appears on these pages and works correctly - Also veriy that the headings are now consistently h1 on all pages --- .../intranet-tmpl/prog/en/modules/members/discharge.tt | 6 ++++-- .../intranet-tmpl/prog/en/modules/members/housebound.tt | 2 +- .../intranet-tmpl/prog/en/modules/members/ill-requests.tt | 5 ++++- .../prog/en/modules/members/purchase-suggestions.tt | 3 ++- .../intranet-tmpl/prog/en/modules/members/statistics.tt | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -23,11 +23,13 @@
-

Discharge

+[% INCLUDE 'members-toolbar.inc' %] + +

Discharge

[% FOR message IN messages %]
[% IF message.code == "unable_to_generate_pdf" %] - An error occurs when generating the pdf file. + An error occurs when generating the PDF file. Please contact the administrator to resolve this problem. [% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt @@ -28,7 +28,7 @@ [% INCLUDE 'members-toolbar.inc' %] -

Housebound details for [% INCLUDE 'patron-title.inc' %]

+

Housebound details for [% INCLUDE 'patron-title.inc' %]

[% FOR m IN messages %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt @@ -27,7 +27,8 @@
-

ILL requests history

+ [% INCLUDE 'members-toolbar.inc' %] +

ILL requests history

[% INCLUDE 'ill-list-table.inc' %]
@@ -40,6 +41,8 @@
[% MACRO jsinclude BLOCK %] + [% INCLUDE 'str/members-menu.inc' %] + [% Asset.js("js/members-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'calendar.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt @@ -25,7 +25,8 @@
-

Purchase suggestions

+ [% INCLUDE 'members-toolbar.inc' %] +

Purchase suggestions

New purchase suggestion --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt @@ -30,7 +30,7 @@ [% INCLUDE 'members-toolbar.inc' %] -

Statistics for [% INCLUDE 'patron-title.inc' %]

+

Statistics for [% INCLUDE 'patron-title.inc' %]

[% IF ( datas.size ) %] --