Bugzilla – Attachment 11880 Details for
Bug 8261
Cannot search system preferences from Local Use tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
Bug-8261-Cannot-search-system-preferences-from-Local.patch (text/plain), 3.66 KB, created by
Fridolin Somers
on 2012-08-29 15:07:07 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-08-29 15:07:07 UTC
Size:
3.66 KB
patch
obsolete
>From de177735e3fc365cfb92a2d7ee1605a4e4369a87 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 29 Aug 2012 16:59:49 +0200 >Subject: [PATCH] Bug 8261: Cannot search system preferences from Local Use > tab > >--- > .../prog/en/includes/sysprefs-admin-search.inc | 28 -------------------- > .../prog/en/modules/admin/systempreferences.tt | 2 +- > 2 files changed, 1 insertion(+), 29 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc >deleted file mode 100644 >index fa9fc4b..0000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc >+++ /dev/null >@@ -1,28 +0,0 @@ >- >-<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box --> >-<div id="header_search"> >- <div id="syspref_search" class="residentsearch"> >- <p class="tip">System preference search:</p> >- <form action="/cgi-bin/koha/admin/preferences.pl" method="post"> >- <input type="text" size="40" name="searchfield" value="[% searchfield %]" /> >- <input type="hidden" value="all" name="tab" /> >- <input type="submit" name="ok" class="submit" value="Search" /> >- </form> >- </div> >- [% INCLUDE 'patron-search-box.inc' %] >- [% IF ( CAN_user_catalogue ) %] >- <div id="catalog_search" class="residentsearch"> >- <p class="tip">Enter search keywords:</p> >- <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> >- <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" /> >- <input type="submit" value="Submit" class="submit" /> >- </form> >- </div> >- [% END %] >- <ul> >- <li><a href="#syspref_search">Search system preferences</a></li> >- [% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %] >- [% IF ( CAN_user_catalogue ) %]<li><a href="#catalog_search">Search the catalog</a></li>[% END %] >- </ul> >-</div> >-<!-- End Stopwords Resident Search Box --> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >index d9d0a5c..8e69259 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt >@@ -75,7 +75,7 @@ > </head> > <body id="admin_systempreferences" class="admin"> > [% INCLUDE 'header.inc' %] >-[% INCLUDE 'sysprefs-admin-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> › [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> › [% IF ( modify ) %]Modify system preference '[% searchfield %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> › Data added[% END %] > [% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> › <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=[% searchfield %]">[% searchfield %]</a> › Confirm deletion of parameter '[% searchfield %]'[% END %][% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a> › Parameter deleted[% END %][% IF ( else ) %]System preferences[% END %]</div> >-- >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 8261
:
11880
|
11884