4.x style employee edit
authorIvan Kohler <ivan@freeside.biz>
Fri, 12 Jan 2018 23:54:14 +0000 (15:54 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 12 Jan 2018 23:54:14 +0000 (15:54 -0800)
httemplate/edit/access_user.html

index 9d25853..f40575c 100644 (file)
                    sub {
                      my $access_user = shift;
 
-                     '<BR>Employee Groups<BR>'.
-                     ntable("#cccccc",2).
+                     '<BR>'.
+                     '<FONT CLASS="fsinnerbox-title">Employee Groups</FONT>'.
+                     '<BR>'.
+                     '<TABLE CLASS="fsinnerbox">'.
                      '<TR><TD>'.
                      include( '/elements/checkboxes-table.html',
                                 'source_obj'   => $access_user,
@@ -49,6 +51,7 @@
                    },
                  'onsubmit'  => 'check_user_custnum_search',
                  'html_foot' => $check_user_custnum_search,
+                 'html_table_class' => 'fsinnerbox',
            )
 %>
 <%init>