bug fixes
This commit is contained in:
parent
c9a48ec847
commit
539b8479b7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Date")?>:</td>
|
<td class="DataTD"><?=_("Date")?>:</td>
|
||||||
<td class="DataTD"><input type="text" name="date" value="<?=$_POST['date']?>"></td>
|
<td class="DataTD"><input type="text" name="date" value="<?=$_POST['date']?>"><br><?=_("Only fill this in if you assured the person on a different day")?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><input type="checkbox" name="assertion" value="1"<? if($_POST['assertion'] == 1) echo " checked"; ?>></td>
|
<td class="DataTD"><input type="checkbox" name="assertion" value="1"<? if($_POST['assertion'] == 1) echo " checked"; ?>></td>
|
||||||
|
|
Loading…
Reference in a new issue