---
 koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js 
b/koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js
index 0ee4af2..83a34c5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js
+++ b/koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js
@@ -6,9 +6,9 @@ function _(s) { return s } // dummy function for gettext
        $(".focus").focus();
        $('#header_search > ul').tabs().bind('show.ui-tabs', function(e, ui) { 
$('#header_search > div:not(.ui-tabs-hide)').find('input').eq(0).focus(); });
        $(".close").click(function(){ window.close(); });
-       if($("#header_search #checkin_search").length > 0){ 
$.hotkeys.add('Alt+r',function (){ $("#header_search > 
ul").tabs("select","#checkin_search"); }); } else { 
$.hotkeys.add('Alt+r',function (){ 
location.href="/cgi-bin/koha/circ/returns.pl"; }); }
-       if($("#header_search #circ_search").length > 0){ 
$.hotkeys.add('Alt+u',function (){ $("#header_search > 
ul").tabs("select","#circ_search"); }); } else { 
$.hotkeys.add('Alt+u',function(){ 
location.href="/cgi-bin/koha/circ/circulation.pl"; }); }
-       if($("#header_search #catalog_search").length > 0){ 
$.hotkeys.add('Alt+q',function (){ $("#header_search > 
ul").tabs("select","#catalog_search"); }); } else { 
$.hotkeys.add('Alt+q',function(){ 
location.href="/cgi-bin/koha/catalogue/search.pl"; }); }
+       if($("#header_search #checkin_search").length > 0){ 
$.hotkeys.add('Alt+r',function (){ $("#header_search > 
ul").tabs("select","#checkin_search"); $("#ret_barcode").focus(); }); } else { 
$.hotkeys.add('Alt+r',function (){ 
location.href="/cgi-bin/koha/circ/returns.pl"; }); }
+       if($("#header_search #circ_search").length > 0){ 
$.hotkeys.add('Alt+u',function (){ $("#header_search > 
ul").tabs("select","#circ_search"); $("#findborrower").focus(); }); } else { 
$.hotkeys.add('Alt+u',function(){ 
location.href="/cgi-bin/koha/circ/circulation.pl"; }); }
+       if($("#header_search #catalog_search").length > 0){ 
$.hotkeys.add('Alt+q',function (){ $("#header_search > 
ul").tabs("select","#catalog_search"); $("#search-form").focus(); }); } else { 
$.hotkeys.add('Alt+q',function(){ 
location.href="/cgi-bin/koha/catalogue/search.pl"; }); }
  });
  
              YAHOO.util.Event.onContentReady("header", function () {
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to