|
Link Here
|
| 3 |
if (path.indexOf("labels") >= 0 && path.indexOf("spine") < 0 ) { |
3 |
if (path.indexOf("labels") >= 0 && path.indexOf("spine") < 0 ) { |
| 4 |
$('#navmenulist a[href$="/cgi-bin/koha/labels/label-home.pl"]').css('font-weight','bold'); |
4 |
$('#navmenulist a[href$="/cgi-bin/koha/labels/label-home.pl"]').css('font-weight','bold'); |
| 5 |
} else if (path.indexOf("patroncards") >= 0 ) { |
5 |
} else if (path.indexOf("patroncards") >= 0 ) { |
| 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("clubs") >= 0 ) { |
| 8 |
$('#navmenulist a[href$="/cgi-bin/koha/clubs/clubs.pl"]').css('font-weight','bold'); |
| 7 |
} else if (path.indexOf("patron_lists") >= 0 ) { |
9 |
} else if (path.indexOf("patron_lists") >= 0 ) { |
| 8 |
$('#navmenulist a[href$="/cgi-bin/koha/patron_lists/lists.pl"]').css('font-weight','bold'); |
10 |
$('#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 ) { |
11 |
} else if ((path+location.search).indexOf("batchMod.pl?del=1") >= 0 ) { |
| 10 |
- |
|
|