@@ -, +, @@ grid: Patrons - Locate and view a child-type patron record. - From the "More" menu in the toolbar, choose "Update child to adult patron." - The popup window which appears should look correct and work correctly. - The table of patron categories should be sortable. - Add a new patron and enter the first and last names of an existing patron. - When Koha asks to confirm a possible duplicate record, click the "View existing record" link. The popup which is triggered should look correct. --- .../prog/en/modules/members/moremember-brief.tt | 47 +++++++++++++--------- .../prog/en/modules/members/update-child.tt | 22 ++++++---- 2 files changed, 41 insertions(+), 28 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt @@ -4,26 +4,30 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Check duplicate patron [% INCLUDE 'doc-head-close.inc' %] - - -
-
+ + +
+
+ +

[% UNLESS ( I ) %] [% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])

-
-
-
+
+
+
+
+
[% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames %]”[% END %]
- [% IF Koha.Preference( 'AddressFormat' ) %] - [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] - [% ELSE %] - [% INCLUDE 'member-display-address-style-us.inc' %] - [% END %] +
    + [% IF Koha.Preference( 'AddressFormat' ) %] + [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] + [% ELSE %] + [% INCLUDE 'member-display-address-style-us.inc' %] + [% END %] +
    @@ -49,9 +53,10 @@ [% END %]
-
-
-
+
+
+ +

Library use

@@ -74,10 +79,12 @@
-
-
-
+
+
+
+
+
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt @@ -3,15 +3,10 @@ Koha › Choose adult category [% INCLUDE 'doc-head-close.inc' %] - - -
-
+
[% IF ( MULTI ) %] @@ -53,12 +48,22 @@ [% END %] [% END %] -
+ [% MACRO jsinclude BLOCK %] - [% INCLUDE 'datatables.inc' %] [% END %] + [% END %] [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] --