improvements to links in tools
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
6c23403cc9
commit
157b08e572
3 changed files with 28 additions and 25 deletions
|
@ -1,14 +1,15 @@
|
|||
<ul>
|
||||
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools Home</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/export.pl">Export</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/import.pl">Import</a></li>
|
||||
<li><a href="/cgi-bin/koha/labels/label-home.pl">Labels (spine and barcode)</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Notice/status triggers</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/import.pl">Reservoir</a></li>
|
||||
<li><a href="/cgi-bin/koha/labels/label-home.pl">Labels</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/export.pl">Export bibs/holdings</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/import.pl">Import bibs/holdings</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/breeding.pl">Import reservoir</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
|
||||
<li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonomize, bulk-delete)</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -18,7 +18,6 @@ function Plugin(batch_id) {
|
|||
<div id="bd">
|
||||
<div id="yui-main">
|
||||
<div class="yui-b">
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="label-status.inc" -->
|
||||
|
||||
|
@ -101,4 +100,4 @@ function Plugin(batch_id) {
|
|||
<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
||||
|
|
|
@ -26,34 +26,37 @@
|
|||
</div>
|
||||
<div class="yui-u">
|
||||
<dl>
|
||||
<dt><a href="/cgi-bin/koha/tools/export.pl">Export</a></dt>
|
||||
<dd>Export data</dd>
|
||||
<dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
|
||||
<dd>Define notices (print and email notification messages for overdues, etc.)</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
|
||||
<dd>Set notice/status triggers for overdue items</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
|
||||
<dd>Browse the system logs</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
|
||||
<dd>Perform inventory (stocktaking) of your catalogue</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/import.pl">Reservoir Import</a></dt>
|
||||
<dd>Import data into the reservoir.</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import Borrowers</a></dt>
|
||||
<dd>Import borrowers data.</dd>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<dl>
|
||||
<dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
|
||||
<dd>Define notices (print and email notification messages for overdues, etc.)</dd>
|
||||
<dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
|
||||
<dd>Export bibliographic and holdings data</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue rules</a></dt>
|
||||
<dd>Rules for overdue books</dd>
|
||||
<dt><a href="/cgi-bin/koha/tools/import.pl">Reservoir import</a></dt>
|
||||
<dd>Import data into the reservoir.</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></dt>
|
||||
<dt><a href="/cgi-bin/koha/tools/import.pl">Import bibliographic and holdings</a></dt>
|
||||
<dd>Import bibliographic and holdings data.</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
|
||||
<dd>Import patron data.</dd>
|
||||
|
||||
<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>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
|
||||
<dd>Browse the system logs</dd>
|
||||
|
||||
<dt><a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler</a></dt>
|
||||
<dd>Schedule tasks to run</dd>
|
||||
|
||||
|
|
Loading…
Reference in a new issue