Updated two screen shots the menu-top-example and the menu-left-example from current...
authorChristopher Burger <burgerc@mckinleyproducts.com>
Mon, 6 Feb 2017 21:50:00 +0000 (16:50 -0500)
committerChristopher Burger <burgerc@mckinleyproducts.com>
Mon, 6 Feb 2017 21:50:00 +0000 (16:50 -0500)
Cosmetic change to pref.html, just added a space.
Tested and working.

httemplate/images/menu-left-example.png
httemplate/images/menu-top-example.png
httemplate/pref/pref.html

index 375725c..e7bc936 100644 (file)
Binary files a/httemplate/images/menu-left-example.png and b/httemplate/images/menu-left-example.png differ
index bd9bea8..21716ec 100644 (file)
Binary files a/httemplate/images/menu-top-example.png and b/httemplate/images/menu-top-example.png differ
index a0d7be6..bb21b0f 100644 (file)
@@ -50,7 +50,7 @@
     <TH ALIGN="right" STYLE="vertical-align:top"><% emt("Menu location:") %> </TH>
     <TD>
       <INPUT TYPE="radio" NAME="menu_position" VALUE="left" onClick="document.images['menu_example'].src='../images/menu-left-example.png';" <% $menu_position eq 'left' ? ' CHECKED' : ''%>> <% emt("Left") %><BR>
-      <INPUT TYPE="radio" NAME="menu_position" VALUE="top"onClick="document.images['menu_example'].src='../images/menu-top-example.png';" <% $menu_position eq 'top' ? ' CHECKED' : ''%>> <% emt("Top") %> <BR>
+      <INPUT TYPE="radio" NAME="menu_position" VALUE="top" onClick="document.images['menu_example'].src='../images/menu-top-example.png';" <% $menu_position eq 'top' ? ' CHECKED' : ''%>> <% emt("Top") %> <BR>
     </TD>
     <TD><IMG NAME="menu_example" SRC="../images/menu-<% $menu_position %>-example.png"></TD>
   </TR>