Bugzilla – Attachment 35588 Details for
Bug 13638
Batch patron modification tool missing option to switch language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13638 - Batch patron modification tool missing option to switch language
Bug-13638---Batch-patron-modification-tool-missing.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2015-01-28 17:28:34 UTC
(
hide
)
Description:
Bug 13638 - Batch patron modification tool missing option to switch language
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2015-01-28 17:28:34 UTC
Size:
1.39 KB
patch
obsolete
>From c80cc8e17bfeb88b9803972dccc5285ea0fdc993 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 28 Jan 2015 12:24:45 -0500 >Subject: [PATCH] Bug 13638 - Batch patron modification tool missing option to > switch language >Content-Type: text/plain; charset="utf-8" > >The batch patron modification tool's template was created without the >footer include at the bottom. Without the footer include the language >toolbar will not be displayed. > >All page templates should include the global footer include: > >[% INCLUDE 'intranet-bottom.inc' %] > >To test: > - Install at least a second language > - Enable at least 2 languages (language system preference) > - Go to tools > Batch patron modification > - Verify that at the bottom of the page the language chooser is shown >--- > .../prog/en/modules/tools/modborrowers.tt | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index e6228cc..6868f23 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -379,7 +379,4 @@ > [% INCLUDE 'tools-menu.inc' %] > </div> > </div> >- </div> >-</div> >-</body> >-</html> >+[% INCLUDE 'intranet-bottom.inc' %] >\ No newline at end of file >-- >1.7.9.5
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 13638
:
35588
|
35633
|
35655