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

(-)a/koha-tmpl/intranet-tmpl/prog/js/tools-menu.js (-1 / +2 lines)
Lines 6-11 Link Here
6
        $('#navmenulist a[href$="/cgi-bin/koha/patroncards/home.pl"]').css('font-weight','bold');
6
        $('#navmenulist a[href$="/cgi-bin/koha/patroncards/home.pl"]').css('font-weight','bold');
7
      } else if (path.indexOf("patron_lists") >= 0 ) {
7
      } else if (path.indexOf("patron_lists") >= 0 ) {
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.indexOf("rotating_collections") >= 0 ){
10
        $('#navmenulist a[href$="/cgi-bin/koha/rotating_collections/rotatingCollections.pl"]').css('font-weight','bold');
9
      } else if ((path+location.search).indexOf("batchMod.pl?del=1") >= 0 ) {
11
      } 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');
12
        $('#navmenulist a[href$="/cgi-bin/koha/tools/batchMod.pl?del=1"]').css('font-weight','bold');
11
      } else {
13
      } else {
12
- 

Return to bug 19656