[freeside-commits] branch master updated. 1d402148bc96f421bc82bdece6dfd68ccf9509a3
Christopher Burger
burgerc at 420.am
Mon Feb 6 13:51:54 PST 2017
The branch, master has been updated
via 1d402148bc96f421bc82bdece6dfd68ccf9509a3 (commit)
from 435759930dc5069b8a692f8fe471be6aac7d6704 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1d402148bc96f421bc82bdece6dfd68ccf9509a3
Author: Christopher Burger <burgerc at mckinleyproducts.com>
Date: Mon Feb 6 16:50:00 2017 -0500
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.
diff --git a/httemplate/images/menu-left-example.png b/httemplate/images/menu-left-example.png
index 375725c..e7bc936 100644
Binary files a/httemplate/images/menu-left-example.png and b/httemplate/images/menu-left-example.png differ
diff --git a/httemplate/images/menu-top-example.png b/httemplate/images/menu-top-example.png
index bd9bea8..21716ec 100644
Binary files a/httemplate/images/menu-top-example.png and b/httemplate/images/menu-top-example.png 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/images/menu-left-example.png | Bin 24709 -> 20743 bytes
httemplate/images/menu-top-example.png | Bin 22816 -> 21828 bytes
httemplate/pref/pref.html | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list