Bugzilla – Attachment 59507 Details for
Bug 17793
Make sysprefs search show on all Administration pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17793: Follow up for identified missing changes
SIGNED-OFF-Bug-17793-Follow-up-for-identified-miss.patch (text/plain), 5.01 KB, created by
Owen Leonard
on 2017-01-24 15:34:24 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17793: Follow up for identified missing changes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-01-24 15:34:24 UTC
Size:
5.01 KB
patch
obsolete
>From 9680614181835fee7fecc3deb582a0094c50265f Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 9 Jan 2017 14:53:11 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 17793: Follow up for identified missing > changes > >I ran: >$ git grep -l cat-search.inc | grep admin > >This means I believe the outstanding ones are >(koha-tmpl/intranet-tmpl/prog/en/modules/): >- admin/auth_subfields_structure.tt >- admin/clone-rules.tt >- admin/marc_subfields_structure.tt >- admin/searchengine/elasticsearch/mappings.tt > >One other was recommended by Katrin in comment #9: >- plugins/plugins-home.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt | 2 +- > .../prog/en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index c8ef5c9..aa1baa7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -11,7 +11,7 @@ > </head> > <body id="admin_auth_subfields_structure" class="admin"> > [% INCLUDE 'header.inc' %] >-[% INCLUDE 'cat-search.inc' %] >+[% INCLUDE 'prefs-admin-search.inc' %] > <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › > <a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a> › > [% IF ( authtypecode ) %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode | uri%]">[% authtypecode |html%] framework</a> › >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >index 8828425..c42e256 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >@@ -5,7 +5,7 @@ > </head> > <body id="admin_clone-rules" class="admin"> > [% INCLUDE 'header.inc' %] >-[% INCLUDE 'cat-search.inc' %] >+[% INCLUDE 'prefs-admin-search.inc' %] > > <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a> › Clone circulation and fine rules</div> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 75ee022..efdac8d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -6,7 +6,7 @@ > </head> > <body id="admin_marc_subfields_structure" class="admin"> > [% INCLUDE 'header.inc' %] >-[% INCLUDE 'cat-search.inc' %] >+[% INCLUDE 'prefs-admin-search.inc' %] > > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> › <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&searchfield=[% tagfield | uri %]">[% IF ( frameworkcode ) %][% frameworkcode %][% ELSE %]Default[% END %] framework structure</a> › >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index 43aad06..25535d9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -60,7 +60,7 @@ a.add, a.delete { > </head> > <body id="admin_searchengine_mappings" class="admin"> > [% INCLUDE 'header.inc' %] >-[% INCLUDE 'cat-search.inc' %] >+[% INCLUDE 'prefs-admin-search.inc' %] > > <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Search engine configuration</div> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index d7dcf3a..57cc930 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -16,7 +16,7 @@ > > <body id="plugins_plugins_home" class="plugins"> > [% INCLUDE 'header.inc' %] >-[% INCLUDE 'circ-search.inc' %] >+[% INCLUDE 'prefs-admin-search.inc' %] > > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › >-- >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 17793
:
58278
|
58327
|
58371
|
58405
|
58406
|
58407
|
58670
|
58684
|
59507
|
59608
|
59609