View | Details | Raw Unified | Return to bug 19653
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/tools-menu.js (-1 / +2 lines)
Lines 8-13 Link Here
8
        $('#navmenulist a[href$="/cgi-bin/koha/patron_lists/lists.pl"]').css('font-weight','bold');
8
        $('#navmenulist a[href$="/cgi-bin/koha/patron_lists/lists.pl"]').css('font-weight','bold');
9
      } else if ((path+location.search).indexOf("batchMod.pl?del=1") >= 0 ) {
9
      } else if ((path+location.search).indexOf("batchMod.pl?del=1") >= 0 ) {
10
        $('#navmenulist a[href$="/cgi-bin/koha/tools/batchMod.pl?del=1"]').css('font-weight','bold');
10
        $('#navmenulist a[href$="/cgi-bin/koha/tools/batchMod.pl?del=1"]').css('font-weight','bold');
11
      } else if (path.indexOf("quotes-upload.pl") >= 0 ){
12
        $('#navmenulist a[href$="/cgi-bin/koha/tools/quotes.pl"]').css('font-weight','bold');
11
      } else {
13
      } else {
12
        $('#navmenulist a[href$="/' + path + '"]').css('font-weight','bold');
14
        $('#navmenulist a[href$="/' + path + '"]').css('font-weight','bold');
13
      }
15
      }
14
- 

Return to bug 19653