Bugzilla – Attachment 121363 Details for
Bug 28442
Release team 21.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28442: Update template for new roles
Bug-28442-Update-template-for-new-roles.patch (text/plain), 1.63 KB, created by
Martin Renvoize (ashimema)
on 2021-05-25 08:37:29 UTC
(
hide
)
Description:
Bug 28442: Update template for new roles
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-05-25 08:37:29 UTC
Size:
1.63 KB
patch
obsolete
>From f50a53fff629f8fb0cc6d04e55c2fe568bd1621c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 25 May 2021 09:29:48 +0100 >Subject: [PATCH] Bug 28442: Update template for new roles > >We have multiple accessibility advocates this cycle, so we needed to >adapt the template. I've also added the meeting facilitator as a case >but not added to the team block as a whole.. seeking opinions, perhaps >wait and see if it lasts more than a cycle before adding it fully? >--- > koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc | 9 +++++++++ > 1 file changed, 9 insertions(+) > >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 0352bc0592..fcf189b662 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >@@ -26,6 +26,7 @@ > [%- CASE 'database' -%]Documentation specialist > [%- CASE 'live_cd' -%]Live CD maintainer > [%- CASE 'accessibility_advocate'-%]Accessibility advocate >+ [%- CASE 'meeting_facilitator' -%]Meeting facilitator > [%- END -%] > [%- END -%] > >@@ -220,6 +221,14 @@ > <li><strong>Accessibility advocate:</strong> > [% INCLUDE person p=t.accessibility_advocate %] > </li> >+ [% ELSIF t.accessibility_advocates %] >+ <li><strong>Accessibility advocates:</strong> >+ <ul> >+ [% FOREACH a IN t.accessibility_advocates %] >+ <li>[% INCLUDE person p=a %]</li> >+ [% END %] >+ </ul> >+ </li> > [% END %] > > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28442
:
121359
|
121360
|
121362
|
121363
|
121364
|
121375
|
121385
|
121386
|
121387
|
121388