Bugzilla – Attachment 71291 Details for
Bug 19641
Move patron templates JavaScript to the footer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19641: (Follow-up) Correct popup templates
Bug-19641-Follow-up-Correct-popup-templates.patch (text/plain), 2.14 KB, created by
Josef Moravec
on 2018-02-07 16:37:10 UTC
(
hide
)
Description:
Bug 19641: (Follow-up) Correct popup templates
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-02-07 16:37:10 UTC
Size:
2.14 KB
patch
obsolete
>From 7841f768b35efa87eb4e57cee4b5b34ccff85b77 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 Jan 2018 17:37:49 +0000 >Subject: [PATCH] Bug 19641: (Follow-up) Correct popup templates > >This patch corrects the footer include for two patron-related popup >windows. popup-bottom.inc should be considered obsolete, and >"'intranet-bottom.inc' popup_window=1" used in its place. > >To test you must have more than one adult-type patron category defined. > >- 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. >- 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. > >Signed-off-by: Zoe Bennett <zoebennett1308@gmail.com> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >https://bugs.koha-community.org/show_bug.cgi?id=19682 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >index 138208c..98b006a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >@@ -80,4 +80,4 @@ > </div> > </div> > >-[% INCLUDE 'popup-bottom.inc' %] >+[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >index 8c80350..836b9a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >@@ -90,4 +90,4 @@ > [% END %] > [% END %] > >-[% INCLUDE 'popup-bottom.inc' %] >+[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] >-- >2.1.4
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 19641
:
69200
|
69415
|
70428
|
70429
|
70433
|
70720
|
70723
|
70724
|
70725
|
70726
|
70953
|
71289
|
71290
| 71291 |
71292
|
71676
|
71677