From c76d6fe3f181b787139e17536ae94232a55fba55 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 Signed-off-by: Paul Poulain --- .../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 9372275943..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc +++ /dev/null @@ -1,35 +0,0 @@ -[% IF ( borrowernumber ) %] -
[% borrowerfirstname %] [% borrowersurname %]
-
    -
  • [% IF ( borrowerstreetaddress ) %] - [% borrowerstreetaddress %], - [% ELSE %] - No address stored for patron. - [% END %]
  • -
  • [% IF ( borrowercity ) %] - [% borrowercity %] - [% ELSE %] - No city stored. - [% END %]
  • -
  • [% IF ( borrowerphone ) %] - [% borrowerphone %] - [% ELSE %] - No phone stored. - [% END %]
  • -
  • [% borrowerphonepro %]
  • -
  • [% borrowermobile %]
  • - [% IF ( borroweremail ) %] -
  • [% borroweremail %]
  • - [% END %] - [% IF ( borroweremailpro ) %] -
  • [% borroweremailpro %]
  • - [% END %] -
  • Category: [% borrowercategorycode %]
  • -
-
- -
-[% END %] -- 2.39.5