From d9100e5450673da22735c22efa212d0fb32b6d30 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 12 Jan 2018 15:54:14 -0800 Subject: [PATCH] 4.x style employee edit --- httemplate/edit/access_user.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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> -- 2.11.0