summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@mckinleyproducts.com>2017-02-06 16:50:00 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-03-21 08:50:45 -0400
commitb60002145a9cfc4cedd85887dca2682776e9a7cb (patch)
treeb769b5754e40c1fd696758191a68052560310f71
parent25066e634afc8601b5ddd48023bfbdea10e2b04b (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 375725cb9..e7bc936d8 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 bd9bea883..21716ec91 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 a0d7be64e..bb21b0f3c 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>