Bugzilla – Attachment 11916 Details for
Bug 8688
Add a recall button to the biblio record details page.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8688 - Followup - Append button to the "checked out" information.
Bug-8688---Followup---Append-button-to-the-checked.patch (text/plain), 3.45 KB, created by
Kyle M Hall (khall)
on 2012-08-31 14:00:03 UTC
(
hide
)
Description:
Bug 8688 - Followup - Append button to the "checked out" information.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-08-31 14:00:03 UTC
Size:
3.45 KB
patch
obsolete
>From 1f08491dc5804e47a0c69aaff9c5a6be59caf83b Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 31 Aug 2012 09:58:53 -0400 >Subject: [PATCH] Bug 8688 - Followup - Append button to the "checked out" information. >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/catalogue/detail.tt | 35 ++++++++------------ > 1 files changed, 14 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index ec580e3..80c85e5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -322,7 +322,6 @@ function recall_item(itemnumber) { > [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine label</th>[% END %] > [% IF ( hostrecords ) %]<th>Host records</th>[% END %] > [% IF ( analyze ) %]<th>Used in</th><th></th>[% END %] >- [% IF ( items_checked_out ) %]<th>Recall</th>[% END %] > </tr> > [% FOREACH itemloo IN itemloop %] > <tr> >@@ -341,18 +340,20 @@ function recall_item(itemnumber) { > <td class="status"> > > [% IF ( itemloo.datedue ) %] >- <span class="datedue">Checked out >- [% UNLESS ( itemloo.NOTSAMEBRANCH ) %] >- to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.borrowernumber %]"> >- [% IF ( itemloo.hidepatronname ) %] >- [% itemloo.cardnumber %] >- [% ELSE %] >- [% itemloo.firstname %] [% itemloo.surname %] >- [% END %] >- </a> >- [% END %] >- : due [% itemloo.datedue %] >- </span> >+ <span class="datedue">Checked out >+ [% UNLESS ( itemloo.NOTSAMEBRANCH ) %] >+ to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.borrowernumber %]"> >+ [% IF ( itemloo.hidepatronname ) %] >+ [% itemloo.cardnumber %] >+ [% ELSE %] >+ [% itemloo.firstname %] [% itemloo.surname %] >+ [% END %] >+ </a> >+ [% END %] >+ : due [% itemloo.datedue %] >+ <input type="button" id="recall_[% itemloo.itemnumber %]" name="recall_[% itemloo.itemnumber %]" value="Recall" onclick="recall_item([% itemloo.itemnumber %]);" /> >+ </span> >+ > [% ELSIF ( itemloo.transfertwhen ) %] > In transit from [% itemloo.transfertfrom %], > to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] >@@ -459,14 +460,6 @@ function recall_item(itemnumber) { > <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% itemloo.biblionumber %]&hostitemnumber=[% itemloo.itemnumber %]">Create analytics</a></td> > [% END %] > >- [% IF ( items_checked_out ) %] >- <td> >- [% IF ( itemloo.onloan ) %] >- <input type="button" id="recall_[% itemloo.itemnumber %]" name="recall_[% itemloo.itemnumber %]" value="Recall" onclick="recall_item([% itemloo.itemnumber %]);" /> >- [% END %] >- </td> >- [% END %] >- > </tr> > [% END %] > </table> >-- >1.7.2.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 8688
:
11827
|
11828
|
11913
|
11914
|
11915
|
11916
|
17740
|
36741
|
38111
|
38118
|
38119
|
39169
|
39170
|
39171
|
39172
|
39173
|
46155
|
46158