From cce7d4aaa38afe42566ddbfca26e07450cee6d48 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 22 Apr 2019 18:50:15 +0000 Subject: [PATCH] Bug 22751: Switch two-column templates to Bootstrap grid: Patron details This patch updates the patron details page template to use the Bootstrap grid. To test, apply the patch and view the detail page for a patron in the staff client. Adjust the browser width and confirm that the page adapts to different sizes. --- .../prog/en/modules/members/moremember.tt | 37 ++++++++++++---------- 1 file changed, 20 insertions(+), 17 deletions(-) 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 fc93db3..cb69bba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -33,10 +33,11 @@ › [% UNLESS blocking_error %]Patron details for [% INCLUDE 'patron-title.inc' %][% END %] -
-
-
-
+
+
+
+
+ [% INCLUDE 'members-toolbar.inc' %] @@ -61,7 +62,7 @@
[% END %] -
+
[% IF ( was_renewed ) %]
@@ -159,7 +160,7 @@ [% END %] [% patron.surname | html %] ([% patron.cardnumber | html %]) -
+
@@ -406,9 +407,9 @@
[% # /div#patron-messaging-prefs %] [% END %] -
[% # /div.yui-u.first %] +
-
+

Library use

@@ -662,8 +663,8 @@
[% END %]
[% # /div#patron-alternative-contact %] -
[% # /div.yui-u %] -
[% # /div.yui-g %] +
+
    @@ -809,14 +810,16 @@ [% INCLUDE 'patron-article-requests.inc' %] [% END %] -
[% # /div#finesholdsissues %] -
[% # /div.yui-b %] -
[% # /div#yui-main %] +
+ +
-
- [% INCLUDE 'circ-menu.inc' %] -
-
[% # /div#bd %] +
+ +
+
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] -- 2.1.4