validator/share/templates/en_US table.tmpl,1.23,1.24

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv17244/share/templates/en_US

Modified Files:
	table.tmpl 
Log Message:
(slightly) more visually pleasing options layout.



Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- table.tmpl	20 Feb 2007 07:08:16 -0000	1.23
+++ table.tmpl	20 Feb 2007 07:12:54 -0000	1.24
@@ -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&nbsp;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&nbsp;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>

Received on Tuesday, 20 February 2007 07:13:01 UTC