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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (-1 / +2 lines)
Lines 8-13 Link Here
8
        }
8
        }
9
        if (path.indexOf("labels") >= 0 && path.indexOf("spine") < 0 ) {
9
        if (path.indexOf("labels") >= 0 && path.indexOf("spine") < 0 ) {
10
          $('#navmenulist a[href$="/cgi-bin/koha/labels/label-home.pl"]').css('font-weight','bold');
10
          $('#navmenulist a[href$="/cgi-bin/koha/labels/label-home.pl"]').css('font-weight','bold');
11
        } else if (path.indexOf("reviews") >= 0 ) {
12
          $('#navmenulist a[href$="/cgi-bin/koha/reviews/reviewswaiting.pl"]').css('font-weight','bold');
11
        } else if (path.indexOf("patroncards") >= 0 ) {
13
        } else if (path.indexOf("patroncards") >= 0 ) {
12
          $('#navmenulist a[href$="/cgi-bin/koha/patroncards/home.pl"]').css('font-weight','bold');
14
          $('#navmenulist a[href$="/cgi-bin/koha/patroncards/home.pl"]').css('font-weight','bold');
13
       } else if (path.indexOf("patron_lists") >= 0 ) {
15
       } else if (path.indexOf("patron_lists") >= 0 ) {
14
- 

Return to bug 17794