7f3df2735d
Change of permissions names Change of branch title in guided reports Add a "Select All / Clean All" on items selection Add a link to item when a given item cannot be deleted Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
89 lines
4 KiB
HTML
89 lines
4 KiB
HTML
<script type="text/javascript">//<![CDATA[
|
|
$(document).ready(function() {
|
|
var path = location.pathname.substring(1);
|
|
var url = window.location.toString();
|
|
url.match(/\?(.+)$/);
|
|
var params = RegExp.$1;
|
|
if (params) { params = "?" + params; }
|
|
$('#navmenulist a[href$="/' + path + params + '"]').css('font-weight','bold');
|
|
});
|
|
//]]>
|
|
</script>
|
|
<div id="navmenu">
|
|
<div id="navmenulist">
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools Home</a></li>
|
|
</ul>
|
|
<h5>Patrons and circulation</h5>
|
|
<ul>
|
|
<!-- TMPL_IF NAME="CAN_user_tools_moderate_comments" -->
|
|
<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_import_patrons" -->
|
|
<li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_notices" -->
|
|
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_notice_status_triggers" -->
|
|
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_label_creator" -->
|
|
<li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_delete_anonymize_patrons" -->
|
|
<li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonymize, bulk-delete)</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_moderate_tags" -->
|
|
<li><a href="/cgi-bin/koha/tags/review.pl">Tag moderation</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_batch_upload_patron_images" -->
|
|
<li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li>
|
|
<!-- /TMPL_IF -->
|
|
</ul>
|
|
<h5>Catalog</h5>
|
|
<ul>
|
|
<!-- TMPL_IF NAME="CAN_user_tools_items_batchdel" -->
|
|
<li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch deletion of items</a></li>
|
|
<!--/TMPL_IF-->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_items_batchmod" -->
|
|
<li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch modification of items</a></li>
|
|
<!--/TMPL_IF-->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_export_catalog" -->
|
|
<li><a href="/cgi-bin/koha/tools/export.pl">Export bibs/holdings</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_inventory" -->
|
|
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_label_creator" -->
|
|
<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
|
|
<li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_rotating_collections" -->
|
|
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_stage_marc_import" -->
|
|
<li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_manage_staged_marc" -->
|
|
<li><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC management</a></li>
|
|
<!-- /TMPL_IF -->
|
|
</ul>
|
|
<h5>Additional Tools</h5>
|
|
<ul>
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_calendar" -->
|
|
<li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_manage_csv_profiles" -->
|
|
<li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_view_system_logs" -->
|
|
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_news" -->
|
|
<li><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></li>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="CAN_user_tools_schedule_tasks" -->
|
|
<li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li>
|
|
<!-- /TMPL_IF -->
|
|
</ul></div></div>
|