X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Fmoremember.tt;h=14aa82d251bac3c95a2beda8c6e6f8baf71bb3bd;hb=d5542514d22ca5b9fc6bfb4fb8b6db61e3a512b5;hp=42d0ec032c7b02896bcb1f1a730a33fec0ddaa4e;hpb=b82a10b3422b84e6a684621fb6fdda6c7a0563eb;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index 42d0ec032c..14aa82d251 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -285,22 +285,35 @@ function validate1(date) { [% UNLESS ( no_patron_attribute_types ) %]

Additional attributes and identifiers

- - - - - - [% FOREACH extendedattribute IN extendedattributes %] - - - - +[% FOREACH attribute IN attributes_loop %] + [% IF attribute.class %] +

[% attribute.lib %]

+
TypeValue
[% extendedattribute.code %] ([% extendedattribute.description %])[% extendedattribute.value %] - [% IF ( extendedattribute.value_description ) %] - ([% extendedattribute.value_description %]) - [% END %] -
+ [% ELSE %] +
[% END %] -
+ + + Type + Description + Value + + + + [% FOREACH item IN attribute.items %] + + [% item.code %] + [% item.description %] + [% item.value %] + [% IF ( item.value_description ) %] + ([% item.value_description %]) + [% END %] + + + [% END %] + + +[% END %]
Edit
[% END %]