From e68f6aa5510e445f117e7bd3ad2c7f0c4cc3dd8b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 31 Aug 2009 09:47:05 -0500 Subject: [PATCH] Moving display of "Clear Screen" button to the patron toolbar and triggering its display with JavaScript. Content-Type: text/plain; charset="utf-8" A button which relies on "window.location" would do nothing with javascript turned off, so display of the button should be triggered by javascript. --- .../prog/en/modules/circ/circulation.tmpl | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 013a303..c2baad4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -48,6 +48,8 @@ $.tablesorter.addParser({ }); } }); + $("#toolbar ul").append("
  • "); + }); //]]> @@ -261,10 +263,6 @@ No patron matched
    - - - -
    Enter item barcode:
    -- 1.5.6.5