|
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 |
- |
|
|