[Koha-patches] [PATCH] bug 4442 rename batch edit tools

Nicole Engard nengard at gmail.com
Sat May 1 22:38:48 CEST 2010


---
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    4 ++--
 .../prog/en/modules/tools/tools-home.tmpl          |   14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
index a9e4450..e926358 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
@@ -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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
index a33f597..d081021 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
@@ -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 -->
-
     <!-- 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>
+    <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_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" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list