@@ -, +, @@ information in intranet "TESTPA", "test2 PA", and "At%tr:X" the page source where the patron attributes are to css or javascript data-pa_code -value with the following values: "TESTPA", "test2PA", and "AttrX" (The attribute codes are sanitized to remove possibly problematic characters; those shouldn't be used in PA codes anyway) and identifiers, and repeat 6 for that page. --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1548,7 +1548,7 @@ legend:hover { [% pa_loo.lib | html %] [% END %] [% FOREACH patron_attribute IN pa_loo.items %] -
  • +
  • [% IF patron_attribute.mandatory %] [% ELSE %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -318,7 +318,7 @@

    [% attribute.lib | html %]

      [% FOREACH item IN attribute.items %] -
    1. +
    2. [% item.type.description | html %]: [% item.description | html_line_break %]
    3. --