[freeside-commits] branch master updated. 9054e70201187c69341ddd559350e64ffccdff0f

Ivan ivan at 420.am
Wed Sep 28 12:37:06 PDT 2016


The branch, master has been updated
       via  9054e70201187c69341ddd559350e64ffccdff0f (commit)
      from  1d0374a383ba412f9e9390705965a9d8467508f7 (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 9054e70201187c69341ddd559350e64ffccdff0f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 28 12:37:05 2016 -0700

    new 4.x style for user prefs

diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 724967d..0f23a0c 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -6,8 +6,8 @@
 
 % if ( FS::Auth->auth_class->can('change_password') ) {
 
-    <% emt('Change password (leave blank for no change)') %>
-    <% ntable("#cccccc",2) %>
+    <FONT CLASS="fsinnerbox-title"><% emt('Change password (leave blank for no change)') %></FONT>
+    <TABLE CLASS="fsinnerbox">
 
       <TR>
         <TH ALIGN="right"><% emt("Current password:") %> </TH>
@@ -29,8 +29,8 @@
 
 % }
 
-<% emt("Interface") %>
-<% ntable("#cccccc",2) %>
+<FONT CLASS="fsinnerbox-title"><% emt("Interface") %></FONT>
+<TABLE CLASS="fsinnerbox">
 
   <TR>
     <TH ALIGN="right"><% emt("Locale:") %> </TH>
@@ -47,7 +47,7 @@
   </TR>
 
   <TR>
-    <TH ALIGN="right"><% emt("Menu location:") %> </TH>
+    <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>
@@ -154,8 +154,8 @@
 <BR>
 
 
-<% emt("Email Address") %>
-<% ntable("#cccccc",2) %>
+<FONT CLASS="fsinnerbox-title"><% emt("Email Address") %></FONT>
+<TABLE CLASS="fsinnerbox">
 
   <TR>
     <TH><% emt("Email Address(es) (comma separated) ") %></TH>
@@ -168,8 +168,8 @@
 <BR>
 
 
-<% emt("Development") %>
-<% ntable("#cccccc",2) %>
+<FONT CLASS="fsinnerbox-title"><% emt("Development") %></FONT>
+<TABLE CLASS="fsinnerbox">
 
   <TR>
     <TH><% emt("Show customer package timestamps:") %> </TH>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/pref/pref.html |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)




More information about the freeside-commits mailing list