From: Jean-AndrĂ© Santoni <[email protected]>

---
 .../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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to