Bugzilla – Attachment 5745 Details for
Bug 6776
Add Checkin tab to patron search tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6776 - Add Checkin tab to patron search tool
Bug-6776---Add-Checkin-tab-to-patron-search-tool.patch (text/plain), 2.12 KB, created by
Paul Poulain
on 2011-10-06 16:30:16 UTC
(
hide
)
Description:
Bug 6776 - Add Checkin tab to patron search tool
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-10-06 16:30:16 UTC
Size:
2.12 KB
patch
obsolete
>From fd733786264e53b4f1bc7023576c4e39ea0dbe8e Mon Sep 17 00:00:00 2001 >From: shinoy.m <shinoy.m@osslabs.biz> >Date: Thu, 25 Aug 2011 11:42:20 +0530 >Subject: [PATCH] Bug 6776 - Add Checkin tab to patron search tool > >Add check-in as an option in patron-search.inc, thus allowing a checkin tab to >be available in several patron and circulation pages > >Signed-off-by: Amit Gupta <amit.gupta@osslabs.biz> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > .../prog/en/includes/patron-search.inc | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 0be014a..c783a46 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -45,6 +45,13 @@ YAHOO.util.Event.onContentReady("header_search", function() { > //]]> > </script>[% END %][% END %] > <div id="header_search"> >+ <div id="checkin_search" class="residentsearch" style="display:none;"> >+ <p class="tip">Scan a barcode to check in:</p> >+ <form method="post" action="/cgi-bin/koha/circ/returns.pl"> >+ <input name="barcode" id="ret_barcode" size="40" accesskey="r" /> >+ <input value="Submit" class="submit" type="submit" /> >+ </form> >+ </div> > <div id="patron_search" class="residentsearch"> > <p class="tip">Enter patron card number or partial name:</p> > <form action="/cgi-bin/koha/members/member.pl" method="post"> >@@ -109,6 +116,7 @@ YAHOO.util.Event.onContentReady("header_search", function() { > <ul> > <li><a href="/cgi-bin/koha/members/members-home.pl#patron_search">Search Patrons</a></li> > [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li>[% END %] >+ [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/returns.pl#checkin_search">Check In</a></li>[% END %] > [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the Catalog</a></li>[% END %] > </ul> > </div> >-- >1.7.4.1
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 6776
:
5376
|
5745
|
5761
|
5766