Bugzilla – Attachment 35322 Details for
Bug 13021
DataTables server-side processing - guarantor search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13021: guarantor search - prepare existing code to be reused
Bug-13021-guarantor-search---prepare-existing-code.patch (text/plain), 1.55 KB, created by
Jonathan Druart
on 2015-01-16 08:50:22 UTC
(
hide
)
Description:
Bug 13021: guarantor search - prepare existing code to be reused
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-01-16 08:50:22 UTC
Size:
1.55 KB
patch
obsolete
>From 3f1170866043fba3483ce62666dc64424954aeb2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 2 Oct 2014 09:36:53 +0200 >Subject: [PATCH] Bug 13021: guarantor search - prepare existing code to be > reused > >The add_user_search tt file will be reuse in next commits, this commit >just moves it in a "common" directory. > >Signed-off-by: Morag Hills <the.invinnysible.one@gmail.com> >--- > acqui/add_user_search.pl | 2 +- > .../en/modules/{acqui/add_user_search.tt => common/patron_search.tt} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename koha-tmpl/intranet-tmpl/prog/en/modules/{acqui/add_user_search.tt => common/patron_search.tt} (100%) > >diff --git a/acqui/add_user_search.pl b/acqui/add_user_search.pl >index 646e217..6b6d18c 100755 >--- a/acqui/add_user_search.pl >+++ b/acqui/add_user_search.pl >@@ -29,7 +29,7 @@ my $input = new CGI; > my $dbh = C4::Context->dbh; > > my ( $template, $loggedinuser, $cookie, $staff_flags ) = get_template_and_user( >- { template_name => "acqui/add_user_search.tt", >+ { template_name => "common/patron_search.tt", > query => $input, > type => "intranet", > authnotrequired => 0, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/add_user_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >similarity index 100% >rename from koha-tmpl/intranet-tmpl/prog/en/modules/acqui/add_user_search.tt >rename to koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt >-- >2.1.0
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 13021
:
31970
|
31971
|
31972
|
32231
|
32232
|
32233
|
35296
|
35297
|
35321
|
35322
|
35323
|
35324
|
35371
|
35627
|
35628
|
35629
|
35630
|
35631
|
35632