From 6f38c8bd0c87b9af19486d6468a1851279ea8122 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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 ) %] -
[% borrowerfirstname %] [% borrowersurname %]
-
-
- -
-[% END %] -- 1.7.9.5