[Koha-patches] [SIGNED-OFF] Fix for Bug 5208, Language chooser missing on Batch item deletion/modification

Katrin Fischer katrin.fischer at bsz-bw.de
Fri Sep 10 14:37:55 CEST 2010


From: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
---
 .../prog/en/modules/tools/batchMod-del.tmpl        |    9 +++------
 .../prog/en/modules/tools/batchMod-edit.tmpl       |    4 +---
 .../prog/en/modules/tools/batchMod.tmpl            |    4 +---
 3 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tmpl
index c6f82b9..454d59a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tmpl
@@ -42,7 +42,6 @@
 <div id="doc3" class="yui-t7">
     <div id="bd">
         <div id="yui-main">
-            <div class="yui-b">
                 <!-- TMPL_IF NAME="show" --><h1>Batch item deletion</h1><!-- TMPL_ELSE --><h1>Batch item deletion results</h1><!-- /TMPL_IF -->
 	    <!-- TMPL_IF NAME="barcode_not_unique" --><div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div><!-- /TMPL_IF -->
 	    <!-- TMPL_IF NAME="no_next_barcode" --><div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div><!-- /TMPL_IF -->
@@ -136,6 +135,7 @@
 	    </fieldset>
 	</div>
 	<!-- /TMPL_IF -->
+	</form>
     <!-- /TMPL_UNLESS -->
 
 <!-- TMPL_IF name="action" -->
@@ -168,9 +168,6 @@
 
 	<p><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Return to batch item deletion</a></p>
 <!-- /TMPL_IF -->
-
-</div>
     </div>
-</div>
-</body>
-</html>
+    </div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
index 7793f04..353545e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
@@ -158,6 +158,4 @@
 <!-- /TMPL_IF -->
 </div>
     </div>
-</div>
-</body>
-</html>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl
index 874153f..9fd8061 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tmpl
@@ -64,6 +64,4 @@
             <!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
         </div>
     </div>
-</div>
-</body>
-</html>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-- 
1.6.3.3




More information about the Koha-patches mailing list