XHTML validation.
This commit is contained in:
parent
942afede38
commit
c07db4a97d
1 changed files with 4 additions and 4 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue