[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/tools clea...

Antoine Farnault antoine at koha-fr.org
Thu Jul 26 17:23:12 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/07/26 15:23:12

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/tools: cleanborrowers.tmpl 

Log message:
	XHTML validation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: cleanborrowers.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/cleanborrowers.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- cleanborrowers.tmpl	16 Jul 2007 15:54:09 -0000	1.4
+++ cleanborrowers.tmpl	26 Jul 2007 15:23:11 -0000	1.5
@@ -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">
@@ -65,14 +65,14 @@
         <!-- 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" />





More information about the Koha-cvs mailing list