XHTML validation.
authortoins <toins>
Thu, 26 Jul 2007 15:23:11 +0000 (15:23 +0000)
committertoins <toins>
Thu, 26 Jul 2007 15:23:11 +0000 (15:23 +0000)
koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl

index 7af307e..d61aa05 100644 (file)
@@ -21,7 +21,7 @@
     <form name="f1" onsubmit="return checkForm(this);" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post">
     <fieldset>
     <legend>What do you want to do ?</legend>
-        <input id="checkborrower" type="checkbox" name="checkbox" value="borrower" checked="true" />
+        <input id="checkborrower" type="checkbox" name="checkbox" value="borrower" checked />
         <label for="checkborrower">Delete borrower who has not borrowed since:</label>
         <input size="10" id="date1" name="filterdate1" value="<!-- TMPL_VAR NAME="filterdate1"-->" type="text" />
             <script type="text/javascript">
@@ -34,7 +34,7 @@
             </script>
         
         <br />
-        <input id="checkissue" type="checkbox" name="checkbox" value="issue" checked="true" />
+        <input id="checkissue" type="checkbox" name="checkbox" value="issue" checked />
         <label for="checkissue">Anonymize issue history older than</label>
         <input size="10" id="date2" name="filterdate2" value="<!-- TMPL_VAR NAME="filterdate2"-->" type="text" />
             <script type="text/javascript">
         <!-- TMPL_IF NAME="totalToDelete" --><!-- TMPL_VAR NAME="totalToDelete" --> <!-- TMPL_ELSE -->0 <!-- /TMPL_IF --> borrowers will be deleted.
         <br />
         <!-- TMPL_IF NAME="totalToAnonymize" --><!-- TMPL_VAR NAME="totalToAnonymize" --> <!-- TMPL_ELSE -->0 <!-- /TMPL_IF --> issue history will be anonymized.
-        <br />
+
         </b>
         <br />
         <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post" onsubmit="return checkForm2(this);">
             <!-- TMPL_IF NAME="totalToDelete" -->
                 What do you want to do for deleted members ?<br />
                 <label for="delete">Delete completly theses members</label>
-                <input id="delete" type="radio" name="radio" value="delete" checked="true" />
+                <input id="delete" type="radio" name="radio" value="delete" checked/>
                 
                 <label for="trash">Move to trash theses members</label>
                 <input id="trash" type="radio" name="radio" value="trash" />