From: Ivan Kohler Date: Fri, 12 Jan 2018 23:54:07 +0000 (-0800) Subject: 4.x style employee edit X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f62343b37ee9d4901434ea0e6b3cc68e8224a7bd 4.x style employee edit --- diff --git a/httemplate/edit/access_user.html b/httemplate/edit/access_user.html index 9d2585366..f40575c0b 100644 --- a/httemplate/edit/access_user.html +++ b/httemplate/edit/access_user.html @@ -33,8 +33,10 @@ sub { my $access_user = shift; - '
Employee Groups
'. - ntable("#cccccc",2). + '
'. + 'Employee Groups'. + '
'. + ''. '
'. 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>