Bug 3957 fix title and paths for batchmod files
authorNicole Engard <nengard@gmail.com>
Wed, 16 Dec 2009 23:14:23 +0000 (18:14 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:28:27 +0000 (14:28 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl

index 99b817a..1dc49b0 100644 (file)
@@ -18,7 +18,7 @@
 <div id="breadcrumbs">
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
-       <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Delete batches of notices</a>
+       <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Delete batches of items</a>
 </div>
 
 <div id="doc3" class="yui-t2">
index 7148725..a4a3a88 100644 (file)
@@ -19,9 +19,9 @@
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
        <!-- TMPL_IF name="del" -->
-       <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Delete batches of notices</a>
+       <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Delete batches of items</a>
        <!-- TMPL_ELSE -->
-       <a href="/cgi-bin/koha/tools/batchMod.pl">Modify batches of notices</a>
+       <a href="/cgi-bin/koha/tools/batchMod.pl">Modify batches of items</a>
        <!-- /TMPL_IF -->
 </div>