[freeside-commits] branch FREESIDE_4_BRANCH updated. f139899e03e7ff636a0830fd6a7bcc9f620b92a0
Christopher Burger
burgerc at 420.am
Tue Mar 21 05:52:14 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via f139899e03e7ff636a0830fd6a7bcc9f620b92a0 (commit)
via b60002145a9cfc4cedd85887dca2682776e9a7cb (commit)
from 25066e634afc8601b5ddd48023bfbdea10e2b04b (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 f139899e03e7ff636a0830fd6a7bcc9f620b92a0
Author: Christopher Burger <burgerc at mckinleyproducts.com>
Date: Mon Feb 6 19:09:25 2017 -0500
Reverted menu-left-example.png back to original and cleaned up menu-top-example to be bigger.
diff --git a/httemplate/images/menu-left-example.png b/httemplate/images/menu-left-example.png
index e7bc936..375725c 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 21716ec..818f1a2 100644
Binary files a/httemplate/images/menu-top-example.png and b/httemplate/images/menu-top-example.png differ
commit b60002145a9cfc4cedd85887dca2682776e9a7cb
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-top-example.png | Bin 22816 -> 31585 bytes
httemplate/pref/pref.html | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list