Fixed the checkall checkbox
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Mon, 22 Feb 2010 09:50:16 +0000 (10:50 +0100)
committerColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 15 Dec 2010 11:56:20 +0000 (11:56 +0000)
Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl

index 90d6a00..20068b8 100644 (file)
@@ -24,7 +24,7 @@
 
 
            // Checkboxes : Select All / None
-           $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check All"));
+           $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check All")+"</input>");
            $("span.exportSelected").html("<a id=\"ExportSelected\" href=\"/cgi-bin/koha/serials/claims.pl\"> "+_("Export selected items data") +"<\/a>");
 
 
 
        <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>