summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@mckinleyproducts.com>2017-02-06 16:50:00 -0500
committerChristopher Burger <burgerc@mckinleyproducts.com>2017-02-06 16:50:00 -0500
commit1d402148bc96f421bc82bdece6dfd68ccf9509a3 (patch)
tree45e6b811d7e7cc94746dd9b378cc46c3f09857d5
parent435759930dc5069b8a692f8fe471be6aac7d6704 (diff)
Updated two screen shots the menu-top-example and the menu-left-example from current version
Cosmetic change to pref.html, just added a space. Tested and working.
-rw-r--r--httemplate/images/menu-left-example.pngbin24709 -> 20743 bytes
-rw-r--r--httemplate/images/menu-top-example.pngbin22816 -> 21828 bytes
-rw-r--r--httemplate/pref/pref.html2
3 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/images/menu-left-example.png b/httemplate/images/menu-left-example.png
index 375725c..e7bc936 100644
--- a/httemplate/images/menu-left-example.png
+++ b/httemplate/images/menu-left-example.png
Binary files differ
diff --git a/httemplate/images/menu-top-example.png b/httemplate/images/menu-top-example.png
index bd9bea8..21716ec 100644
--- a/httemplate/images/menu-top-example.png
+++ b/httemplate/images/menu-top-example.png
Binary files differ
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index a0d7be6..bb21b0f 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -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>