Bug 10036 - adding header search to additem page
authorOwen Leonard <oleonard@myacpl.org>
Tue, 30 Apr 2013 19:33:48 +0000 (15:33 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 23 May 2013 14:14:44 +0000 (07:14 -0700)
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>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt

index 184c2bf..40d0a9a 100644 (file)
@@ -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>
  &rsaquo; <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>