Bugzilla – Attachment 12897 Details for
Bug 8912
Remove unused hold-menu.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8912 - Remove unused hold-menu.inc
Bug-8912---Remove-unused-hold-menuinc.patch (text/plain), 2.45 KB, created by
Chris Cormack
on 2012-10-18 06:55:30 UTC
(
hide
)
Description:
Bug 8912 - Remove unused hold-menu.inc
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-10-18 06:55:30 UTC
Size:
2.45 KB
patch
obsolete
>From 3887a24e6ac13ffacfd8176d2e73d64b5cb10e99 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 12 Oct 2012 10:27:46 -0400 >Subject: [PATCH] Bug 8912 - Remove unused hold-menu.inc > >hold-menu.inc is not used on any page in Koha and >can be safely removed. > >To confirm, search the Koha source for "hold-menu.inc." No >instances should be found. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > .../intranet-tmpl/prog/en/includes/hold-menu.inc | 35 -------------------- > 1 file changed, 35 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc >deleted file mode 100644 >index 9372275..0000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc >+++ /dev/null >@@ -1,35 +0,0 @@ >-[% IF ( borrowernumber ) %] >-<div class="patroninfo"><h5>[% borrowerfirstname %] [% borrowersurname %]</h5> >-<ul> >- <li>[% IF ( borrowerstreetaddress ) %] >- [% borrowerstreetaddress %], >- [% ELSE %] >- <span class="problem">No address stored for patron.</span> >- [% END %]</li> >- <li> [% IF ( borrowercity ) %] >- [% borrowercity %] >- [% ELSE %] >- No city stored. >- [% END %]</li> >- <li> [% IF ( borrowerphone ) %] >- [% borrowerphone %] >- [% ELSE %] >- <span class="problem">No phone stored.</span> >- [% END %]</li> >- <li>[% borrowerphonepro %]</li> >- <li>[% borrowermobile %]</li> >- [% IF ( borroweremail ) %] >- <li> <a href="mailto:[% email %]">[% borroweremail %]</a></li> >- [% END %] >- [% IF ( borroweremailpro ) %] >- <li> <a href="mailto:[% emailpro %]">[% borroweremailpro %]</a></li> >- [% END %] >- <li>Category: [% borrowercategorycode %]</li> >-</ul></div> >-<div class="patronviews"> >-<ul><li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Details</a></li> >- <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Fines</a></li> >- [% IF ( intranetreadinghistory ) %]<li><a href="/cgi-bin/koha/members/readingrec.pl?borrowernumber=[% borrowernumber %]">Reading record</a></li>[% END %] >- [% IF ( CAN_user_parameters ) %]<li><a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&modules=MEMBERS&action=MODIFY&object=[% borrowernumber %]">Modification log</a></li>[% END %]</ul> >-</div> >-[% END %] >-- >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 8912
:
12788
| 12897