diff options
Diffstat (limited to 'htdocs/detailed-form.html')
-rwxr-xr-x | htdocs/detailed-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/detailed-form.html b/htdocs/detailed-form.html index 382e74f..a574dca 100755 --- a/htdocs/detailed-form.html +++ b/htdocs/detailed-form.html @@ -18,7 +18,7 @@ <td><label for="<!--#echo var="fieldset_id" -->-fbd"><input id="<!--#echo var="fieldset_id" -->-fbd" name="fbd" type="checkbox" value="1" title="Use selected Document Type only if missing in the document" />Only if missing</label></td> </tr> <tr> - <td colspan="3"><input type="radio" name="group" id="<!--#echo var="fieldset_id" -->group_no" value="0" checked="checked" /><label for="<!--#echo var="fieldset_id" -->group_no">List Messages Sequentially</label> <input type="radio" name="group" id="<!--#echo var="fieldset_id" -->group_yes" value="1" /><label for="<!--#echo var="fieldset_id" -->group_yes">Group Error Messages by type</label></td> + <td colspan="3"><input type="radio" name="group" id="<!--#echo var="fieldset_id" -->group_no" value="0" checked="checked" /><label for="<!--#echo var="fieldset_id" -->group_no">List Messages Sequentially</label> <input type="radio" name="group" id="<!--#echo var="fieldset_id" -->group_yes" value="1" /><label for="<!--#echo var="fieldset_id" -->group_yes">Group Error Messages by Type</label></td> </tr> <tr> |