From 1af584b4a31e150fe6220b0056f2316dd3d26198 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 30 Nov 2012 15:38:09 -0500 Subject: [PATCH] [Signed off] Bug 8893 [Follow-up] show more information on printout This follow-up removes the old link to detailprint.pl and replaces it with an empty container as a hook for the YUI button function. The appearance and functionality should not be any different. Signed-off-by: Melia Meggs --- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc index 413527a..f8e6b4a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -234,7 +234,7 @@ function confirm_items_deletion() { [% END %]
  • Add to shelf
  • -
  • Print
  • +
  • [% IF ( CAN_user_reserveforothers ) %] [% UNLESS ( norequests ) %]
  • Place hold
  • [% END %] [% END %] -- 1.7.2.5