Bug 8912 - Remove unused hold-menu.inc
authorOwen Leonard <oleonard@myacpl.org>
Fri, 12 Oct 2012 14:27:46 +0000 (10:27 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 22 Oct 2012 15:55:26 +0000 (17:55 +0200)
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>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc [deleted file]

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 (file)
index 9372275..0000000
+++ /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&amp;modules=MEMBERS&amp;action=MODIFY&amp;object=[% borrowernumber %]">Modification log</a></li>[% END %]</ul>
-</div>
-[% END %]