[freeside-commits] branch FREESIDE_4_BRANCH updated. f62343b37ee9d4901434ea0e6b3cc68e8224a7bd
Ivan Kohler
ivan at freeside.biz
Fri Jan 12 15:54:08 PST 2018
The branch, FREESIDE_4_BRANCH has been updated
via f62343b37ee9d4901434ea0e6b3cc68e8224a7bd (commit)
from 06bca46f6f6b5c20140a6fbbff3ea632099b7b44 (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 f62343b37ee9d4901434ea0e6b3cc68e8224a7bd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jan 12 15:54:07 2018 -0800
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;
- '<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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/access_user.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list