Bugzilla – Attachment 18347 Details for
Bug 10036
adding header search to additem page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10036 - adding header search to additem page
Bug-10036---adding-header-search-to-additem-page.patch (text/plain), 1.34 KB, created by
Jonathan Druart
on 2013-05-23 11:51:14 UTC
(
hide
)
Description:
Bug 10036 - adding header search to additem page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-23 11:51:14 UTC
Size:
1.34 KB
patch
obsolete
>From 5b1bbe3c1950c86fe5ce84d055dd381487362744 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 30 Apr 2013 15:33:48 -0400 >Subject: [PATCH] Bug 10036 - adding header search to additem page > >The add item screen lacks a header search form. This patch adds the >cataloging header search include to additem.tt. > >To test, apply the patch and add items to or edit items of an existing >record. The header search form should appear with options for cataloging >search and circulation. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 184c2bf..40d0a9a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -100,6 +100,8 @@ $(document).ready(function() { > </head> > <body id="cat_additem" class="cat"> > [% INCLUDE 'header.inc' %] >+[% INCLUDE 'cataloging-search.inc' %] >+ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> > › <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> >-- >1.7.10.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 10036
:
17408
|
17409
|
17854
|
17938
| 18347