[Koha-patches] [3.2 05/13] [MT2766] Fixed the checkall checkbox

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Mar 24 09:24:22 CET 2010


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 .../prog/en/modules/serials/claims.tmpl            |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
index 16511ac..2f4fea1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
@@ -23,8 +23,6 @@
 	    );
 
 
-	    // Checkboxes : Select All / None
-	    $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check All"));
 	    $("span.exportSelected").html("<a id=\"ExportSelected\" href=\"/cgi-bin/koha/serials/claims.pl\">Export selected items data<\/a>");
 
 
@@ -242,11 +240,10 @@
 
 	<form action="claims.pl" method="post" class="checkboxed" onsubmit="return checkForm()">
         <input type="hidden" name="order" value="<!--TMPL_VAR Name="order"-->" />
-	    	    <p><span class="checkall"></span><span class="clearall"></span></p> 
          <table id="claimst">
                 <thead><tr>
                     <!--TMPL_IF NAME="letter"-->
-                    <th>Claim</th>
+                    <th><input type="checkbox" id="CheckAll"></th>
                     <!--/TMPL_IF-->
                     <th>Vendor</th>
                     <th>Title</th>
-- 
1.6.3.3



More information about the Koha-patches mailing list