4073b27c50
Note that when the user is not logged in, the Tags input box/button will not display. The user will see a message telling them to log in to add tags. However, in order to keep the results display clean, the message will display only once, utilizing the loop context variable "__first__". Useful stuff! I also threw OPACShelfBrowser sysprefs.sql, but it still needs added to updatedatabase. Signed-off-by: Joshua Ferraro <jmf@liblime.com>
109 lines
4.1 KiB
Cheetah
109 lines
4.1 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Tools</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Tools</div>
|
|
|
|
<div id="doc3">
|
|
<div id="bd">
|
|
<div class="yui-gb">
|
|
|
|
<div class="yui-u first">
|
|
<dl>
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_news" -->
|
|
<dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
|
|
<dd>Write news for the OPAC and staff interfaces</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_label_creator" -->
|
|
<dt><a href="/cgi-bin/koha/labels/label-home.pl">Label and Patron Card Creator</a></dt>
|
|
<dd>Create printable labels and barcodes from catalog data and patron cards from patron data</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_calendar" -->
|
|
<dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
|
|
<dd>Define days when the library is closed</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_moderate_comments" -->
|
|
<dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></dt>
|
|
<dd>Moderate patron comments</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_moderate_comments" --><!-- FIXME: Update here when Tag specific permission is created. -->
|
|
<dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a></dt>
|
|
<dd>Moderate patron tags</dd>
|
|
<!-- /TMPL_IF -->
|
|
</dl>
|
|
</div>
|
|
<div class="yui-u">
|
|
<dl>
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_notices" -->
|
|
<dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
|
|
<dd>Define notices (print and email notification messages for overdues, etc.)</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_edit_notice_status_triggers" -->
|
|
<dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
|
|
<dd>Set notice/status triggers for overdue items</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_view_system_logs" -->
|
|
<dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
|
|
<dd>Browse the system logs</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_inventory" -->
|
|
<dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
|
|
<dd>Perform inventory (stocktaking) of your catalogue</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
</dl>
|
|
</div>
|
|
<div class="yui-u">
|
|
<dl>
|
|
<!-- TMPL_IF NAME="CAN_user_tools_stage_marc_import" -->
|
|
<dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC Records For Import</a></dt>
|
|
<dd>Stage MARC records into the reservoir.</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_manage_staged_marc" -->
|
|
<dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage Staged MARC Records</a></dt>
|
|
<dd>Managed staged MARC records, including completing and reversing imports</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_export_catalog" -->
|
|
<dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
|
|
<dd>Export bibliographic and holdings data</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_import_patrons" -->
|
|
<dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
|
|
<dd>Import patron data</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_delete_anonymize_patrons" -->
|
|
<dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonomize, bulk-delete)</a></dt>
|
|
<dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_batch_upload_patron_images" -->
|
|
<dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
|
|
<dd>Upload patron images in batch or one at a time</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="CAN_user_tools_schedule_tasks" -->
|
|
<dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task Scheduler</a></dt>
|
|
<dd>Schedule tasks to run</dd>
|
|
<!-- /TMPL_IF -->
|
|
|
|
</dl>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|