From 9593fb13f392bdc138897441f4f6fb14673119bf Mon Sep 17 00:00:00 2001 From: Eden Bacani Date: Wed, 20 Jan 2021 22:24:05 +0000 Subject: [PATCH] Bug 27495: Added Accessibility advocate role in team page Test Plan 1. Click on 'About Koha' from the home page 2.Check on the Koha Team page that the role Accessibility advocate is listed under the Koha release teams and that the name of the person with the role appears. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart (cherry picked from commit 638f5106352fc1c5a758af06061a68f65264b791) Signed-off-by: Fridolin Somers (cherry picked from commit b9f51b4ced6e4e9ff9237fdc95410c8f966d629d) Signed-off-by: Victor Grousset/tuxayo (cherry picked from commit c4faa4e17e0f9d7dff10fc27f83a363769a83d65) Signed-off-by: Wainui Witika-Park (cherry picked from commit c4faa4e17e0f9d7dff10fc27f83a363769a83d65) --- koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc index f0574958e7..a0ceb38ad9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -231,7 +231,14 @@ [% END %] - [% ELSE %] + [% IF t.accessibility_advocate %] +
  • Accessibility advocate: + [% INCLUDE person p=t.accessibility_advocate %] +
  • + [% END %] + + + [% ELSE %]
  • Release maintainers:
      [% FOREACH m IN t.maintainer %] -- 2.39.5