bug 4442 rename batch edit tools
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
1823eb0bbf
commit
bf380b8964
2 changed files with 9 additions and 9 deletions
|
@ -44,10 +44,10 @@
|
|||
<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>
|
||||
<li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</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>
|
||||
<li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</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>
|
||||
|
|
|
@ -93,14 +93,14 @@
|
|||
<div class="yui-u">
|
||||
<h3>Catalog</h3>
|
||||
<dl>
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_items_batchmod" -->
|
||||
<dt><a href="/cgi-bin/koha/tools/batchMod.pl">Modify a queryset of items</a></dt>
|
||||
<dd>Perform batch modification of items</dd>
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_items_batchdel" -->
|
||||
<dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
|
||||
<dd>Delete a batch of items</dd>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_items_batchdel" -->
|
||||
<dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Delete a queryset of items</a></dt>
|
||||
<dd>Perform batch deletion of items</dd>
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_items_batchmod" -->
|
||||
<dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
|
||||
<dd>Modify items in a batch</dd>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_IF NAME="CAN_user_tools_export_catalog" -->
|
||||
|
|
Loading…
Reference in a new issue