diff options
author | ot <ot@localhost> | 2007-02-20 07:12:54 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-20 07:12:54 +0000 |
commit | 8fe703efca52bb1c3b6e5d683541a027f634ed0c (patch) | |
tree | 7abfb98ad15da3f50a3c964b713cd08aff53be9f | |
parent | 982e0bee0766c336b58a971b47b31646785f6328 (diff) | |
download | markup-validator-8fe703efca52bb1c3b6e5d683541a027f634ed0c.zip markup-validator-8fe703efca52bb1c3b6e5d683541a027f634ed0c.tar.gz markup-validator-8fe703efca52bb1c3b6e5d683541a027f634ed0c.tar.bz2 |
(slightly) more visually pleasing options layout.
-rw-r--r-- | share/templates/en_US/table.tmpl | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl index da419a1..e733b0a 100644 --- a/share/templates/en_US/table.tmpl +++ b/share/templates/en_US/table.tmpl @@ -93,16 +93,6 @@ <table class="header"> <tr> - <td><input type="radio" name="group" id="group_no" value="0" - <TMPL_UNLESS NAME="opt_group_errors"> - checked="checked" - </TMPL_UNLESS> - /><label for="group_no">List Messages Sequentially</label> - <input type="radio" name="group" id="group_yes" value="1" - <TMPL_IF NAME="opt_group_errors"> - checked="checked" - </TMPL_IF> - /><label for="group_yes">Group Error Messages by type</label></td> <td><input type="checkbox" value="1" id="ss" name="ss" <TMPL_IF NAME="opt_show_source"> checked="checked" @@ -113,13 +103,18 @@ checked="checked" </TMPL_IF> /><label title="Show an Outline of the document" for="outline">Show Outline</label></td> + <td><input type="radio" name="group" id="group_no" value="0" + <TMPL_UNLESS NAME="opt_group_errors"> + checked="checked" + </TMPL_UNLESS> + /><label for="group_no">List Messages Sequentially</label> + <input type="radio" name="group" id="group_yes" value="1" + <TMPL_IF NAME="opt_group_errors"> + checked="checked" + </TMPL_IF> + /><label for="group_yes">Group Error Messages by type</label></td> </tr> <tr> - <td><input id="st" name="st" type="checkbox" value="1" - <TMPL_IF NAME="opt_show_tidy"> - checked="checked" - </TMPL_IF> - /><label for="st">Clean up Markup with HTML Tidy</label></td> <td><input type="checkbox" value="1" id="No200" name="No200" <TMPL_IF NAME="opt_no200"> checked="checked" @@ -130,6 +125,11 @@ checked="checked" </TMPL_IF> /><label title="Show Verbose Output" for="verbose">Verbose Output</label></td> + <td><input id="st" name="st" type="checkbox" value="1" + <TMPL_IF NAME="opt_show_tidy"> + checked="checked" + </TMPL_IF> + /><label for="st">Clean up Markup with HTML Tidy</label></td> </tr> </table> |