[Koha-patches] [PATCH] [labels_recon] [ 4/6] fixed references to template includes

Galen Charlton gmcharlt at gmail.com
Sun Sep 6 03:42:39 CEST 2009


Errors found by the xt/author/valid-templates.t test.

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../prog/en/modules/labels/label-manager.tmpl      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl
index f60bbd7..aab84df 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl
@@ -18,7 +18,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="batch_id" -->
-<!-- TMPL_INCLUDE NAME="tools-labels-batches-toolbar.inc" -->
+<!-- TMPL_INCLUDE NAME="labels-batches-toolbar.inc" -->
 <div class="yui-g">
     <div class="yui-u first">
 <!-- TMPL_IF NAME="batch_is_labels" -->
@@ -72,7 +72,7 @@
     </div>
 </div>
 <!-- TMPL_ELSE -->
-<!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
+<!-- TMPL_INCLUDE NAME="labels-toolbar.inc" -->
 <!-- TMPL_IF NAME="batch_is_labels" -->
     <div class="yui-g">
         <div class="yui-u first">
-- 
1.6.3.3




More information about the Koha-patches mailing list