diff options
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/detailed-form_directinput.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/detailed-form_directinput.html b/htdocs/detailed-form_directinput.html index f1c0734..3541081 100755 --- a/htdocs/detailed-form_directinput.html +++ b/htdocs/detailed-form_directinput.html @@ -1,4 +1,4 @@ -<tr><th><input id="<!--#echo var="fieldset_id" -->_prefill_no" name="prefill" type="radio" value="0" checked="checked" /> +<tr><th colspan="3"><input id="<!--#echo var="fieldset_id" -->_prefill_no" name="prefill" type="radio" value="0" checked="checked" /> <label for="<!--#echo var="fieldset_id" -->_prefill_no">Validate Full Document</label></th></tr> <tr class="subchoice" id="choice_full"> @@ -7,7 +7,7 @@ <td> <!--#include virtual="doctype-select.html" --></td> <td> <input id="<!--#echo var="fieldset_id" -->-fbd" name="fbd" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-fbd">Only if Doctype is missing</label></td> </tr> -<tr><th><input id="<!--#echo var="fieldset_id" -->_prefill_yes" name="prefill" type="radio" value="1" /> +<tr><th colspan="3"><input id="<!--#echo var="fieldset_id" -->_prefill_yes" name="prefill" type="radio" value="1" /> <label for="<!--#echo var="fieldset_id" -->_prefill_yes">Validate HTML fragment</label></th></tr> <tr class="subchoice" id="choice_frag"> <th class="subchoice_head"><label for="fill_doctype">Use Doctype:</label></th> |