|
Link Here
|
| 14 |
$('#navmenulist a[href$="/cgi-bin/koha/tools/batchMod.pl?del=1"]').addClass("current"); |
14 |
$('#navmenulist a[href$="/cgi-bin/koha/tools/batchMod.pl?del=1"]').addClass("current"); |
| 15 |
} else if (path.indexOf("quotes-upload.pl") >= 0 ){ |
15 |
} else if (path.indexOf("quotes-upload.pl") >= 0 ){ |
| 16 |
$('#navmenulist a[href$="/cgi-bin/koha/tools/quotes.pl"]').addClass("current"); |
16 |
$('#navmenulist a[href$="/cgi-bin/koha/tools/quotes.pl"]').addClass("current"); |
|
|
17 |
} else if (path.indexOf("stockrotation") >= 0 ) { |
| 18 |
$('#navmenulist a[href$="/cgi-bin/koha/tools/stockrotation.pl"]').addClass("current"); |
| 17 |
} else if (path.indexOf("plugins") >= 0 ) { |
19 |
} else if (path.indexOf("plugins") >= 0 ) { |
| 18 |
$('#navmenulist a[href$="/cgi-bin/koha/plugins/plugins-home.pl?method=tool"]').addClass("current"); |
20 |
$('#navmenulist a[href$="/cgi-bin/koha/plugins/plugins-home.pl?method=tool"]').addClass("current"); |
| 19 |
} |
21 |
} |
| 20 |
- |
|
|